[SCM] a2jmidid/master: Call ./waf clean instead of distclean and then prune *.pyc files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jan 4 13:08:41 UTC 2012


The following commit has been merged in the master branch:
commit 3971f3121653154b599d62fbe6c6936ff13d8147
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jan 4 14:00:36 2012 +0100

    Call ./waf clean instead of distclean and then prune *.pyc files.

diff --git a/debian/rules b/debian/rules
index 126256b..1ec6b5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ override_dh_auto_build:
 	./waf
 
 override_dh_auto_clean:
-	./waf distclean
+	./waf clean
+	find wafadmin -name "*.pyc" -delete
 	rm -rf build
 	dh_auto_clean
 

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list