[SCM] sord/master: Adjust the clean target to properly clean the sources tree.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 10 01:01:30 UTC 2012


The following commit has been merged in the master branch:
commit 432ed00a39f639d8169a3c09bd674825f1aabf2a
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 10 01:52:04 2012 +0100

    Adjust the clean target to properly clean the sources tree.

diff --git a/debian/rules b/debian/rules
index 4e18b96..c23d14f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ override_dh_auto_build:
 	$(WAF)
 
 override_dh_auto_clean:
-	$(WAF) distclean
+	$(WAF) clean || true
+	find -name "*.pyc" -delete
 	dh_auto_clean
 
 override_dh_auto_install:

-- 
sord packaging



More information about the pkg-multimedia-commits mailing list