From 70e1d82cc45f0f353e443dd34d66a63fd7989723 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 6 Dec 2005 20:02:29 +0000 Subject: 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 --- debian/rules | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'debian/rules') 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)' -- cgit v1.2.3