[med-svn] [tophat] 04/10: use --no-parallel to avoid build problems

Andreas Tille tille at debian.org
Mon Sep 4 12:03:59 UTC 2017


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

tille pushed a commit to tag debian/2.1.1+dfsg-4
in repository tophat.

commit 08ec957ce2540f27cb85e88108d2b254b8ac9123
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jul 15 07:00:11 2017 +0200

    use --no-parallel to avoid build problems
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07d9378..93256b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ tophat (2.1.1+dfsg-3) UNRELEASED; urgency=medium
   * Add autopkgtest test-suite 
 
   [ Andreas Tille ]
-  * debhelper 10
+  * debhelper 10 (use --no-parallel to avoid build problems)
   * Standards-Version: 4.0.0 (no changes needed)
   * Drop unneeded gbp.conf
 
diff --git a/debian/rules b/debian/rules
index 38f719d..bfd9ba8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ bindir=$(CURDIR)/debian/$(pkg)/usr/bin
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

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



More information about the debian-med-commit mailing list