[SCM] showq/master: Properly prune *.pyc files.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Jan 10 13:50:21 UTC 2012
The following commit has been merged in the master branch:
commit 6c8b26d44df67172ea5d4d5d158d4443ccd1d9fb
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Jan 10 14:39:23 2012 +0100
Properly prune *.pyc files.
diff --git a/debian/rules b/debian/rules
index 047a848..88640b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_build:
override_dh_auto_clean:
$(WAF) distclean
- rm -f autowaf.pyc
+ find -name "*.pyc" -delete
dh_auto_clean
override_dh_auto_install:
--
showq packaging
More information about the pkg-multimedia-commits
mailing list