[libm4rie] 06/06: Enable parallel build

Julien Puydt julien.puydt at laposte.net
Sun May 22 13:46:10 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository libm4rie.

commit 6f1716ddd1ca273deb690c7a77f9d6dc0adc5c00
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun May 22 15:22:56 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1e1b19d..29be32b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libm4rie (20150908-1) unstable; urgency=medium
   * Added myself to uploaders.
   * Remove the manual -dbg package.
   * Simplified d/rules.
+  * Enabled parallel builds.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 21 May 2016 21:52:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 3a47496..aca3e75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog -S Version | cut -d - -f 1)
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf

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



More information about the debian-science-commits mailing list