[SCM] mplayer packaging branch, master, updated. debian/1.0.rc2+svn20090303-2-23-ga818bff

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Mar 29 22:12:32 UTC 2009


The following commit has been merged in the master branch:
commit a818bff915aff884cde93cbb6dd53f2a5e264aa2
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Mar 30 00:12:12 2009 +0200

    cleanup debian/rules: remove unnecessary clean statements
    
    upstream has asked us to file bugs if the makefiles forget to clean some
    files up. In order to detect that, the clean target is trimmed.

diff --git a/debian/rules b/debian/rules
index 78a1440..25e5ca2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -177,18 +177,12 @@ build: build-indep build-arch
 ################ clean
 
 clean: clean-real unpatch
-
 clean-real:
 	dh_testdir
 	dh_testroot
 	[ ! -f config.mak ] || $(MAKE) -C DOCS/xml distclean || true
 	[ ! -f config.mak ] || $(MAKE) distclean
-	dh_clean config.h config.mak configure.log
 	dh_clean build-arch-stamp build-indep-stamp configure-arch-stamp snapshot_version
-	find -name '*.o' -or -name '*.a' -or -name '*~' \
-		-or -name semantic.cache -print0 |\
-		xargs -r0 rm -v
-
 
 ##################### install
 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list