[boinc] 02/02: Trying to disable parallel builds with --parallel switch
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue Jun 3 08:05:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to annotated tag debian/7.3.19+dfsg-3
in repository boinc.
commit f5f23a8b718f36afd6dd591148fe873c9e9f52cb
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon Jun 2 22:43:39 2014 +0200
Trying to disable parallel builds with --parallel switch
---
debian/changelog | 7 +++++++
debian/rules | 5 +----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e422725..68c41e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.3.19+dfsg-3) unstable; urgency=medium
+
+ * Upload to unstable, with disabled dependency tracking
+ again, and disabled parallel builds.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Mon, 02 Jun 2014 22:42:40 +0200
+
boinc (7.3.19+dfsg-2exp2) experimental; urgency=low
* Trying to fix FTBFS by disabling parallel builds.
diff --git a/debian/rules b/debian/rules
index 1866536..7ea57b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_BUILD_OPTIONS=parallel=1
-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -186,7 +184,6 @@ CFGFLAGS_boinc-client = \
$(ENABLE_CLIENT) \
$(ENABLE_SERVER) \
--disable-fcgi \
- --enable-dependency-tracking \
--enable-libraries \
--enable-unicode \
--enable-shared \
@@ -201,7 +198,7 @@ CFGFLAGS_boinc-client = \
# Default rule
%:
- dh $@ --parallel --with python2
+ dh $@ --with python2
# if [ ! -f debian/control -o debian/control.in -nt debian/control ]; then \
echo "Generating debian/control file from debian/control.in" ; \
( \
--
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