[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-171-g45620f7

Steffen Moeller moeller at debian.org
Thu Feb 17 18:34:11 UTC 2011


The following commit has been merged in the master branch:
commit d7d64e64ce8aad5e5396d83905cf80e318c2a03d
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu Feb 17 18:03:12 2011 +0100

    Also removing .deps folders

diff --git a/debian/rules b/debian/rules
index fd501d5..af94528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -200,6 +200,7 @@ override_dh_auto_clean:
 	rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp lib/crypt_prog
 	rm -rf  py/build py/lib.linux-x86_64-2.6
 	find . -name "*.pyc" | xargs -r rm
+	find . -name ".deps" -a -type d | xargs -r rm
 	rm -f lib/crypt_prog test/run notices/feeds.xml
 	find test -name "run-*" | xargs -r rm -rf
 	rm -f $(BINARIES)

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list