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

Steffen Moeller moeller at debian.org
Sun Dec 5 19:33:38 UTC 2010


The following commit has been merged in the master branch:
commit 5ea94aad8b235ee58d58360cfe120c001e0cc1d9
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Dec 5 20:11:55 2010 +0100

    Still uncertain about how to do the clean
    
    but this is certainly better than the mere removal
    of the .pc directory.

diff --git a/debian/rules b/debian/rules
index a5e0560..a85e928 100755
--- a/debian/rules
+++ b/debian/rules
@@ -153,7 +153,10 @@ build-boinc-client-stamp: autoreconf-stamp
 
 clean: clean-patched 
 clean-patched:
-	$(RM) -r .pc
+	if [ -d .pc ]; then  \
+		quilt pop -a ; \
+		$(RM) -r .pc ; \
+	fi
 	dh clean 
 	dh_clean \
 	  client/boinc.optimized \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list