[osmium] 01/06: Enable parallel builds.
Bas Couwenberg
sebastic at debian.org
Thu Aug 4 14:16:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osmium.
commit 557bfcc235e97b5ca9a90c3a123f36d2a3006db7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 16 18:56:41 2016 +0200
Enable parallel builds.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4036e04..6a7e41c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmium (0.0~20160425-e2e4368-2) UNRELEASED; urgency=medium
+
+ * Enable parallel builds.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 16 Jul 2016 18:56:30 +0200
+
osmium (0.0~20160425-e2e4368-1) unstable; urgency=medium
* New upstream git snapshot.
diff --git a/debian/rules b/debian/rules
index 00450d1..7927c83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CXXFLAGS += $(CPPFLAGS)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium.git
More information about the Pkg-grass-devel
mailing list