diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-12-06 20:02:29 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-12-06 20:02:29 +0000 |
commit | 70e1d82cc45f0f353e443dd34d66a63fd7989723 (patch) | |
tree | 258053fa8e6757d12f93fd8339735c83c74a2f0d /debian/rules | |
parent | 5effdd37bee3a4a10c393dbf739c90cb259180ef (diff) | |
download | xine-lib-70e1d82cc45f0f353e443dd34d66a63fd7989723.tar.gz xine-lib-70e1d82cc45f0f353e443dd34d66a63fd7989723.tar.bz2 |
Resync against current Debian package and make a few other small changes.
See debian/changelog for full details, and shout if I've missed anything.
CVS patchset: 7817
CVS date: 2005/12/06 20:02:29
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 006517c56..d43819a00 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ build-stamp: clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp configure-stamp po/*.gmo test -f Makefile && $(MAKE) distclean || true dh_clean @@ -91,17 +91,15 @@ binary-arch: build install dh_testroot # # build libxine${major} package by moving files from libxine-dev - #TODO (when sarge is stable): - #use this dh_install line, and remove debian/tmp/ from *.install! - #dh_install --autodest --sourcedir=debian/tmp --list-missing - dh_install --autodest + 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,README*} \ + 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 + dh_strip -k dh_compress dh_fixperms dh_makeshlibs -V 'libxine1 (>= 1.0.1)' |