[libdap] 38/48: Enable parallel build

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:12 UTC 2015


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

mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.

commit fbcd69475df7c18ee5f13d2520683dfafc257af4
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Oct 17 22:23:57 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 8482fde..5931d32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdap (3.12.0-1) unstable; urgency=low
   * Add debian/watch file.
   * Fix typo in hardening flags; Change  to =all,-pie ; 
     Use DEB_LDFLAGS_MAINT_APPEND. Closes: #697387.
+  * Enable parallel build. Closes: #723938.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 17 Oct 2013 22:12:11 +0100
 
diff --git a/debian/rules b/debian/rules
index 1818b7e..be9d6d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,7 @@ export DH_VERBOSE=1
 
 # The magic debhelper rule:
 %:
-	dh $@ --with autoreconf
-
+	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
 	# remove out of date files

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



More information about the debian-science-commits mailing list