[eclib] 01/02: Enable parallel building.

Tobias Hansen thansen at moszumanska.debian.org
Fri Jul 31 21:16:01 UTC 2015


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

thansen pushed a commit to branch master
in repository eclib.

commit 8447104e628bbc568ca31ed99c1a5329fe62a161
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Fri Jul 31 23:04:51 2015 +0200

    Enable parallel building.
---
 debian/changelog | 8 ++++++--
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28e8d79..dd2e1e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-eclib (20150510-2) UNRELEASED; urgency=medium
+eclib (20150510-2) unstable; urgency=medium
 
+  [ Julien Puydt ]
   * Disable boost support (Closes: #786613)
   * Better copyright notice for the m4/* files.
 
- -- Julien Puydt <julien.puydt at laposte.net>  Mon, 25 May 2015 21:29:35 +0200
+  [ Tobias Hansen ]
+  * Enable parallel building.
+
+ -- Tobias Hansen <thansen at debian.org>  Fri, 31 Jul 2015 23:03:48 +0200
 
 eclib (20150510-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 614936b..2fc9c9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export ACLOCAL_M4=.
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-boost=no --with-ntl --disable-allprogs --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"

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



More information about the debian-science-commits mailing list