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 | |
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
-rw-r--r-- | debian/libxine1.install | 3 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/libxine1.install b/debian/libxine1.install index 2e6124552..b403be7fb 100644 --- a/debian/libxine1.install +++ b/debian/libxine1.install @@ -5,4 +5,5 @@ usr/lib/xine/plugins/*/vidix/*.so usr/share/locale usr/share/xine usr/share/man/man5/xine.5 - +usr/share/doc/libxine1/faq/* +usr/share/doc/libxine1/README* 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 |