[libspatialindex] 03/04: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jul 10 09:39:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository libspatialindex.
commit 184f7d46709a2dc75bcb531ea17f3ad025a1eb40
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 5 21:47:34 2015 +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 25436e1..23a14ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialindex (1.8.5-1~exp3) UNRELEASED; urgency=medium
* Use multi-line uscan options in watch file.
* Update copyright years for Howard Butler.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sun, 05 Jul 2015 20:56:51 +0200
diff --git a/debian/rules b/debian/rules
index 4b6e415..f933d28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DH_OPTIONS
SPATIALINDEX_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
%:
- dh $@ --with autoreconf,pkgkde_symbolshelper
+ dh $@ --with autoreconf,pkgkde_symbolshelper --parallel
override_dh_install:
$(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libspatialindex.git
More information about the Pkg-grass-devel
mailing list