[routino] 07/11: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 6 14:19:50 UTC 2016


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

sebastic pushed a commit to branch master
in repository routino.

commit ee5aec8ff71f74832c809a0e08c8b1798101a6bf
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 6 14:14:28 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 49c6d10..af86d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ routino (3.1-1) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Update copyright file, update years for Andrew M. Bishop.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 06 Mar 2016 14:04:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 854c06b..78cbd7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
-	dh $@
+	dh $@ --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/routino.git



More information about the Pkg-grass-devel mailing list