[SCM] BOINC packaging branch, debian/experimental, updated. debian/6.2.18-1-1-g73e9c9d

Frank S. Thomas fst at debian.org
Fri Sep 5 10:28:23 UTC 2008


The following commit has been merged in the debian/experimental branch:
commit 73e9c9d815adaa6459a25314dfb5f37c77709746
Author: Frank S. Thomas <fst at debian.org>
Date:   Fri Sep 5 11:46:05 2008 +0200

    Let building with -jx (x > 1) succeed.
    
    debian/rules: Transposed/renamed/removed targets and their prerequisites so
    that building the package with make's parallel execution succeeds.

diff --git a/debian/changelog b/debian/changelog
index 73f59ad..efe87d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+boinc (6.2.18-2) UNRELEASED; urgency=low
+
+  [ Frank S. Thomas ]
+  * debian/rules: Transposed/renamed/removed targets and their prerequisites
+    so that building the package with make's parallel execution succeeds.
+
+ -- Frank S. Thomas <fst at debian.org>  Wed, 03 Sep 2008 18:18:09 +0200
+
 boinc (6.2.18-1) experimental; urgency=low
 
   [ Frank S. Thomas ]
diff --git a/debian/rules b/debian/rules
index ca30c2e..54293cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,23 +115,22 @@ CFGFLAGS_boinc-client = \
   CXXFLAGS="$(CXXFLAGS_boinc-client)" \
   LDFLAGS="$(LDFLAGS)"
 
-unit-test-stamp:
+test-stamp:
 	dh_testdir
 	xmllint --nonet --noout \
 	  debian/conffiles/cc_config.xml \
 	  debian/conffiles/global_prefs_override.xml
 	touch $@
 
-pre-build: unit-test-stamp patch pre-build-stamp
-pre-build-stamp:
+autoreconf-stamp: patch
 	dh_testdir
 	cp -f /usr/share/misc/config.guess config.guess
 	cp -f /usr/share/misc/config.sub config.sub
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
 	touch $@
 
-build: pre-build build-boinc-client-stamp build-stamp
-build-stamp:
+build: test-stamp build-stamp
+build-stamp: autoreconf-stamp build-boinc-client-stamp
 	dh_testdir
 	./configure $(CFGFLAGS)
 	$(MAKE)
@@ -145,7 +144,7 @@ build-stamp:
 	done;
 	touch $@
 
-build-boinc-client-stamp:
+build-boinc-client-stamp: autoreconf-stamp
 	dh_testdir
 	./configure $(CFGFLAGS_boinc-client)
 	$(MAKE)
@@ -221,5 +220,4 @@ get-orig-source:
 	$$EXB -r $$LATEST_VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: unit-test pre-build build clean clean-patched install install-arch \
-  binary-arch binary get-orig-source
+.PHONY: build clean clean-patched install binary-arch binary get-orig-source

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list