[SCM] lv2fil/master: Prune *.pyc files.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Jan 10 13:09:29 UTC 2012
The following commit has been merged in the master branch:
commit c95bd6cb1049ed8bc0202020d0a6d131a8cd35b5
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Jan 10 14:01:41 2012 +0100
Prune *.pyc files.
diff --git a/debian/rules b/debian/rules
index 9f998f6..8442f46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,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:
--
lv2fil packaging
More information about the pkg-multimedia-commits
mailing list