[SCM] liblivemedia/master: Tune dh_clean to avoid modifying sources root.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 5 09:54:04 UTC 2012


The following commit has been merged in the master branch:
commit ff92e7053fc8f567fd96d7ec94cbbb5d4003fe3c
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 5 10:47:40 2012 +0100

    Tune dh_clean to avoid modifying sources root.

diff --git a/debian/rules b/debian/rules
index 2eaf73d..095b2cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ clean:
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f `find . -name '*.a'`
 	rm -f `find . -name Makefile`
-	dh_clean
+	dh_clean -XtestProgs/#cd#
 
 install: build
 	dh_testdir

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list