[osm2pgsql] 01/01: Enable parallel builds.

Bas Couwenberg sebastic at xs4all.nl
Wed Apr 30 15:11:48 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository osm2pgsql.

commit 99065ae2c5dd4c82fe996591da88a9e9cc7204ef
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Apr 30 17:05:51 2014 +0200

    Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e37c8c2..328f904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ osm2pgsql (0.84.0-1) UNRELEASED; urgency=low
   * Add patch to fix hyphen-used-as-minus-sign warnings.
   * Add patch to fix spelling-error-in-manpage warning.
   * Bump Standards-Version to 3.9.5, no changes.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 30 Apr 2014 13:05:29 +0200
 
diff --git a/debian/rules b/debian/rules
index d4a44f2..07ca871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ CXXFLAGS += $(CPPFLAGS)
 
 %:
 	dh $@ \
-		--with autoreconf
+		--with autoreconf \
+		--parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git



More information about the Pkg-grass-devel mailing list