[osmpbf] 13/16: Enable parallel builds.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:14 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 09b0c809f2fcdedf6a310946522484090a668561
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Mar 11 23:07:30 2014 +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 8c76f91..71e218d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ osmpbf (1.3.1-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders.
   * Use simple makefile buildsystem by default.
   * Use ant buildsystem for java library.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 12 Mar 2014 00:04:57 +0100
 
diff --git a/debian/rules b/debian/rules
index 02a4a4c..5a8e105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --buildsystem makefile
+	dh $@ --buildsystem makefile --parallel
 
 override_dh_auto_clean:
 	dh_auto_clean --buildsystem ant

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



More information about the Pkg-grass-devel mailing list