[cpl] 02/02: Disable parallel build to see build failures

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Mar 19 09:07:00 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository cpl.

commit 1e10c89bbbd06f7e76e3e78e1b79a9720fdc07b4
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 19 09:53:34 2014 +0100

    Disable parallel build to see build failures
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b215891..81053fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cpl (6.4.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Disable parallel build to see build failures
+
+ -- Ole Streicher <debian at liska.ath.cx>  Wed, 19 Mar 2014 09:51:14 +0100
+
 cpl (6.4-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index 01be435..ebb0652 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@ --parallel --with autoreconf
+	dh  $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-maintainer-mode --with-java=/usr/lib/jvm/default-java --with-java-includes-md=/usr/lib/jvm/default-java/include/linux

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl.git



More information about the debian-science-commits mailing list