[libkml] 05/07: Enable parallel builds.
Bas Couwenberg
sebastic at xs4all.nl
Tue Apr 22 14:34:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository libkml.
commit bc511c7436b2313f4a884a107c3552efa80dc3bd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Apr 22 15:18:44 2014 +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 5c92c6d..08f095e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libkml (1.3.0~r864+dfsg-1) UNRELEASED; urgency=low
* Repack upstream tarball removing the IETF RFCs included by thirdparty
uriparser documentation.
* Add gbp.conf to use pristine-tar by default.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at xs4all.nl> Tue, 22 Apr 2014 15:14:13 +0200
diff --git a/debian/rules b/debian/rules
index eee0c39..e5df46c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-systempython --with-java-include-dir=$(JAVA
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autoreconf,python2
+ dh $@ --with autoreconf,python2 --parallel
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git
More information about the Pkg-grass-devel
mailing list