[deal.ii] 01/02: Limit parallel builds to 2 processes

Graham Inggs ginggs at moszumanska.debian.org
Wed Aug 24 15:01:55 UTC 2016


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

ginggs pushed a commit to branch master
in repository deal.ii.

commit 81b4d0d63bd1bd09107b40198759ddaf6cebf70f
Author: Graham Inggs <ginggs at debian.org>
Date:   Wed Aug 24 15:44:22 2016 +0200

    Limit parallel builds to 2 processes
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4471748..7cfa241 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+deal.ii (8.4.1-3) UNRELEASED; urgency=medium
+
+  * Limit parallel builds to 2 processes
+
+ -- Graham Inggs <ginggs at debian.org>  Wed, 24 Aug 2016 15:41:03 +0200
+
 deal.ii (8.4.1-2) unstable; urgency=medium
 
   * Bump Standards-Version to 3.9.8
diff --git a/debian/rules b/debian/rules
index e35bfb6..f792860 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --max-parallel=2
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the debian-science-commits mailing list