mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages
to make byobu more portable
This commit is contained in:
parent
e212b1fe48
commit
bbc0f3df29
12 changed files with 12 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (2.47) unreleased; urgency=low
|
byobu (2.47) unreleased; urgency=low
|
||||||
|
|
||||||
* bin/network: fix network script regresssion, LP: #506315
|
* bin/network: fix network script regresssion, LP: #506315
|
||||||
|
* debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages
|
||||||
|
to make byobu more portable
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 Jan 2010 22:54:36 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 Jan 2010 22:54:36 -0600
|
||||||
|
|
||||||
|
|
9
debian/manpages
vendored
Normal file
9
debian/manpages
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
usr/share/man/man1/byobu-select-profile.1
|
||||||
|
usr/share/man/man1/byobu-launcher.1
|
||||||
|
usr/share/man/man1/byobu-reconnect-sockets.1
|
||||||
|
usr/share/man/man1/byobu-status.1
|
||||||
|
usr/share/man/man1/motd+shell.1
|
||||||
|
usr/share/man/man1/byobu-export.1
|
||||||
|
usr/share/man/man1/byobu-config.1
|
||||||
|
usr/share/man/man1/byobu-status-detail.1
|
||||||
|
usr/share/man/man1/byobu.1
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -56,7 +56,7 @@ binary-indep: build install
|
||||||
dh_testdir -i
|
dh_testdir -i
|
||||||
dh_testroot -i
|
dh_testroot -i
|
||||||
dh_installdocs -X.bzr -i
|
dh_installdocs -X.bzr -i
|
||||||
dh_installman -i byobu-launcher.1 byobu.1 byobu-config.1 byobu-select-profile.1 motd+shell.1 byobu-export.1 byobu-status.1 byobu-status-detail.1 byobu-reconnect-sockets.1
|
dh_installman -i
|
||||||
dh_installchangelogs -i
|
dh_installchangelogs -i
|
||||||
dh_installdebconf -i
|
dh_installdebconf -i
|
||||||
dh_compress -i
|
dh_compress -i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue