[flint] 01/01: Add --parallel to dh command.

Tobias Hansen thansen at moszumanska.debian.org
Thu Sep 25 22:50:11 UTC 2014


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

thansen pushed a commit to branch master
in repository flint.

commit f57f86feff8580b15b3f09db94a4d9a7f107c8eb
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Thu Sep 25 23:22:51 2014 +0100

    Add --parallel to dh command.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b9af047..5d3bdf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 flint (2.4.4-2) unstable; urgency=medium
 
+  [ Julien Puydt ]
   * Added a patch to support NTL >= 6.2 (forwarded upstream).
 
+  [ Tobias Hansen ]
+  * Add --parallel to dh command.
+
  -- Julien Puydt <julien.puydt at laposte.net>  Tue, 26 Aug 2014 23:58:19 +0200
 
 flint (2.4.4-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index d7facc9..49b5eae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ MAKE_OVERRIDE = AT= QUIET_CXX= QUIET_CC= QUIET_AR= INCS=-I$(CURDIR) \
                 ABI_FLAG='$(LDFLAGS)'
 
 %:
-	dh $@
+	dh $@ --parallel
 
 # upstream Makefile has only CFLAGS, not CPPFLAGS and not even CXXFLAGS, so
 # inject flags using configure. let's hope CFLAGS will always be good enough

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



More information about the debian-science-commits mailing list