mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
don't install README as changelog, it's already installed as doc
This commit is contained in:
parent
3a42adc244
commit
9838285c38
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ screen-profiles (1.34) unreleased; urgency=low
|
|||
|
||||
[ Adrien Cunin ]
|
||||
* Fixed Vcs-Bzr url
|
||||
* Don't install README as changelog, it's already installed as doc
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 01:12:29 -0600
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -40,7 +40,7 @@ binary-indep: build install
|
|||
dh_testroot -i
|
||||
dh_installdocs -X.bzr -i
|
||||
dh_installman -i screen-launcher.1 screen-profiles.1 select-screen-profile.1 motd+shell.1
|
||||
dh_installchangelogs -i README
|
||||
dh_installchangelogs -i
|
||||
dh_installdebconf -i
|
||||
dh_compress -i
|
||||
dh_fixperms -i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue