[boinc] 01/01: Another upload, now we really remove .o files from the server-maker package!

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Jul 21 12:09:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to annotated tag debian/7.4.8+dfsg-3exp2
in repository boinc.

commit 6e05bf04c3495a48d54b417d52ab1ae69dd2fadc
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jul 21 12:01:20 2014 +0200

    Another upload, now we really remove .o files from the server-maker package!
---
 debian/changelog | 7 +++++++
 debian/rules     | 7 +++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7202f0a..ecdcc1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.4.8+dfsg-3exp2) experimental; urgency=medium
+
+  * Build with --parallel for experimental builds
+  * Truly remove .o files from boinc-server-maker
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 21 Jul 2014 11:59:22 +0200
+
 boinc (7.4.8+dfsg-3exp1) experimental; urgency=medium
 
   * Upload to experimental, with server packages. 
diff --git a/debian/rules b/debian/rules
index 1860a67..9ae9a3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -196,7 +196,11 @@ CFGFLAGS_boinc-client = \
 # Default rule
 
 %:
+ifeq (,$(ENABLE_SERVER_TEST))
+	dh $@ --with python2 --parallel
+else
 	dh $@ --with python2
+endif
 #	if [ ! -f debian/control -o debian/control.in -nt debian/control ]; then \
 		echo "Generating debian/control file from debian/control.in" ; \
 		( \
@@ -387,7 +391,6 @@ ifeq (,$(ENABLE_SERVER_TEST))
 	echo "I: Installing example scientific applications"
 	mkdir -p $(CURDIR)/debian/tmp/samples
 	cp $(SAMPLES) $(CURDIR)/debian/tmp/samples || echo "W: Could not install samples ($(SAMPLES))"
-	rm -f debian/tmp/usr/share/doc/boinc-server-maker/examples/wrapper/regexp_memory.o
 endif
 	for i in $(CURDIR)/debian/*/usr/bin ; \
 	do \
@@ -434,4 +437,4 @@ override_dh_compress:
 	dh_compress -Xsamples -X.cpp -X.py -XMakefile
 
 override_dh_installexamples:
-	dh_installexamples -X.gz -Xjpeglib 
+	dh_installexamples -X.gz -Xjpeglib -X.o

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list