[mkgmap-splitter] 06/07: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 27 11:00:41 UTC 2016


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

sebastic pushed a commit to branch master
in repository mkgmap-splitter.

commit e784cf0f1235ce3fc8386d27aa0c68aa921a57d8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 27 11:19:36 2016 +0100

    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 fa7330b..fe7e871 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mkgmap-splitter (0.0.0+svn428-1) UNRELEASED; urgency=medium
   * New upstream SVN snapshot.
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 Feb 2016 11:14:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 1b32a6e..224507d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
-	dh $@ --with javahelper
+	dh $@ --with javahelper --parallel
 
 override_dh_clean:
 	dh_clean debian/man/*.1

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



More information about the Pkg-grass-devel mailing list