[librasterlite2] 04/05: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Apr 17 16:15:39 UTC 2016


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

sebastic pushed a commit to branch master
in repository librasterlite2.

commit a4685310d9c6b05f54d6534a3b251edf4e4201d5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 17 17:54:44 2016 +0200

    Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e09987..13b4790 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librasterlite2 (1.0.0~rc0+devel1-3) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Bump Standards-Version to 3.9.8, no changes.
   * Enable all hardening buildflags.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 29 Aug 2015 15:56:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 4bdd97e..6c0f7d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ endif
 
 %:
 	dh $@ \
-		--with autoreconf
+		--with autoreconf \
+		--parallel
 
 override_dh_clean:
 	dh_clean debian/man/*.1
@@ -39,7 +40,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 ifeq ($(CHECK), "check")
-	dh_auto_test || echo "Ignoring test failures"
+	dh_auto_test --max-parallel=1 || echo "Ignoring test failures"
 endif
 
 override_dh_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librasterlite2.git



More information about the Pkg-grass-devel mailing list