[SCM] jackd2/master: Prune *.pyc files in wafadmin/ directory
adiknoth-guest at users.alioth.debian.org
adiknoth-guest at users.alioth.debian.org
Wed Jan 18 13:40:20 UTC 2012
The following commit has been merged in the master branch:
commit f9bc8069ed38eb77e00f21d24535dea43f9a8598
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Wed Jan 18 12:55:54 2012 +0100
Prune *.pyc files in wafadmin/ directory
diff --git a/debian/rules b/debian/rules
index e752bab..71e9ad0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ DEB_MAKE_INSTALL_TARGET = install
DEB_MAKE_CLEAN_TARGET = clean
clean::
rm -f .lock-wscript
- find ./.waf-* -iname '*.pyc' -exec rm '{}' \;
+ find wafadmin -name "*.pyc" -delete
rm -f man/*.1
rm -rf build
--
jackd2 packaging
More information about the pkg-multimedia-commits
mailing list