[jmapviewer] 11/13: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Oct 9 09:40:54 UTC 2015


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

sebastic pushed a commit to branch master
in repository jmapviewer.

commit 44997ff78946a1e3d6b4e4cb959aa5978eec23d7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 9 10:56:33 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 99ed522..898128e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jmapviewer (1.11+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update Vcs-Browser URL to use HTTPS.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 09 Oct 2015 10:38:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 3e37384..c2aa347 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_clean:
 	rm -rf $(CURDIR)/bin/*

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



More information about the Pkg-grass-devel mailing list