[SCM] liblivemedia/master: Tune dh_clean to not modify upstream sources.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 6 13:14:55 UTC 2012


The following commit has been merged in the master branch:
commit 0c18664f4881e51a2b38e1dd87b8799ee27a4d32
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 6 06:12:29 2012 -0700

    Tune dh_clean to not modify upstream sources.
    
    This reverts commit 653afeaef140f33ee072430e8279fe946362e364.

diff --git a/debian/rules b/debian/rules
index c2c4b1c..3e27d5c 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 -XliveMedia/#RTSPClient.cpp#
 
 install: build
 	dh_testdir

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list