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

Steffen Moeller moeller at debian.org
Mon Dec 27 00:54:34 UTC 2010


The following commit has been merged in the master branch:
commit 38ec35aeaa79aa6dfb3ae80f8378357e3dc2cbfd
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Dec 27 01:53:49 2010 +0100

    Further reduction of debian/rules to dh

diff --git a/debian/rules b/debian/rules
index 58ecd7a..0893e63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,6 +133,11 @@ override_dh_auto_configure:
 update-boinc-applinks.1: debian/manpages/update-boinc-applinks.xml
 	docbook2x-man debian/manpages/update-boinc-applinks.xml
 
+build:	build-stamp
+build-stamp:
+	dh build --parallel
+	touch $@
+
 override_dh_auto_build: update-boinc-applinks.1
 	@echo
 	@echo "****        *****"
@@ -163,7 +168,8 @@ BINARIES= sched/census sched/cgi sched/db_dump sched/db_purge \
 	clientgui/boincmgr 
 
 
-clean: 
+override_dh_auto_clean: 
+	dh_auto_clean
 	if [ -d .pc ]; then  \
 		quilt pop -a ; \
 		$(RM) -r .pc ; \
@@ -172,14 +178,13 @@ clean:
 	#	cat debian/patches/*| patch -p1 -R --batch --quiet || true ; \
 	#fi
 	find . -name Makefile.in -o -name "*.a" -o -name "*.o" | xargs -r rm
-	dh 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
 	rm -f lib/crypt_prog test/run notices/feeds.xml
 	find test -name "run-*" | xargs -r rm -rf
 	rm -f $(BINARIES)
-	dh_clean \
+	rm -f \
 	  lockfile \
 	  doc/manpages/*.1 \
 	  client/boinc.optimized \
@@ -263,7 +268,8 @@ override_dh_install:
 #	#dh binary-indep --remaining
 #
 
-#binary: binary-arch binary-indep
+binary:
+	dh binary
 
 origDir ?= .
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list