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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 10 09:09:03 UTC 2012


The following commit has been merged in the master branch:
commit 1a098f337ef4399edf980711867523daf2e040eb
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 10 10:07:37 2012 +0100

    Adjust the clean target to properly clean the sources.

diff --git a/debian/rules b/debian/rules
index 3299a0d..d8b9c43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ override_dh_auto_build:
 	$(WAF)
 
 override_dh_auto_clean:
-	$(WAF) distclean
+	$(WAF) clean || true
+	find -name "*.pyc" -delete
 	rm -rf build .waf*
 	dh_auto_clean
 

-- 
suil packaging



More information about the pkg-multimedia-commits mailing list