[coinutils] 01/01: Allow parallel building

Aron Xu aron at debian.org
Wed Oct 29 23:38:46 UTC 2014


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

aron pushed a commit to branch master
in repository coinutils.

commit e5bafc0e371e52f662460f8db7d093563372e6ad
Author: Aron Xu <aron at debian.org>
Date:   Thu Oct 30 07:38:20 2014 +0800

    Allow parallel building
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c47f0fc..e1d68b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ coinutils (2.9.15-2) unstable; urgency=medium
   * Team upload.
   * Add gfortran to B-D for lapack and blas support, thanks syq at d.o
     (Closes: #766134)
+  * Allow parallel building
 
  -- Aron Xu <aron at debian.org>  Thu, 30 Oct 2014 07:31:48 +0800
 
diff --git a/debian/rules b/debian/rules
index ab5692a..2360281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,4 @@ override_dh_auto_install:
 
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --parallel --with autotools_dev

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



More information about the debian-science-commits mailing list