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

Steffen Moeller moeller at debian.org
Sat Feb 19 20:38:39 UTC 2011


The following commit has been merged in the master branch:
commit 76a46eaf80f98eaa5d6342cfe69e74cbe3dd0174
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Feb 19 21:37:02 2011 +0100

    Fixed clean target for .deps and .libs directories

diff --git a/debian/rules b/debian/rules
index af94528..bc3ca39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -200,7 +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
+	find . -type d -a \( -name .deps -o -name .libs \) | xargs -r rm -r
 	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