[osmctools] 09/12: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Feb 15 06:21:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osmctools.
commit 3b6eb70a9f380942c04173f35e69824a976813dd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Feb 15 07:10:39 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 2f87dd5..f7afdcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ osmctools (0.6-1) UNRELEASED; urgency=medium
* Drop patches, applied upstream.
* Update Vcs-* URLs to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Mon, 15 Feb 2016 06:58:02 +0100
diff --git a/debian/rules b/debian/rules
index e341f4e..cb3d949 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,5 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST)))
PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmctools.git
More information about the Pkg-grass-devel
mailing list