diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-02-28 18:42:38 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-02-28 18:42:38 +0000 |
commit | b2c562d83be81a72675eeca32dba1a9bd19fc4f3 (patch) | |
tree | 8f3837a3eb33d8fcbb7a52edf10a3d6f29326ae8 /debian/rules | |
parent | 6685532ebbc09c2230c69c9cacb9e973de5fad87 (diff) | |
download | xine-lib-b2c562d83be81a72675eeca32dba1a9bd19fc4f3.tar.gz xine-lib-b2c562d83be81a72675eeca32dba1a9bd19fc4f3.tar.bz2 |
Prevent a few dh_install "uninstalled file" warnings.
CVS patchset: 7909
CVS date: 2006/02/28 18:42:38
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 975286110..7ecd741ec 100755 --- a/debian/rules +++ b/debian/rules @@ -92,13 +92,11 @@ binary-arch: build install dh_testdir dh_testroot # + #ugly hack, documentation should never have been in /u/s/d/xine/... + mv debian/tmp/usr/share/doc/xine debian/tmp/usr/share/doc/libxine${major} # build libxine${major} package by moving files from libxine-dev dh_install --autodest --sourcedir=debian/tmp --list-missing dh_installdocs - #ugly hack, documentation should never have been in /u/s/d/xine/... - mv debian/tmp/usr/share/doc/xine/faq \ - debian/tmp/usr/share/doc/xine/README* \ - debian/libxine1/usr/share/doc/libxine1 dh_installchangelogs -k ChangeLog dh_link dh_strip -k |