[osmosis] 11/28: Enable parallel builds.

Bas Couwenberg sebastic at xs4all.nl
Sun Apr 6 01:47:08 UTC 2014


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

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

commit 7d3d8af545b74de17b5529782bd2815870c3e206
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 16 15:30:07 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 75b8fc1..09added 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ osmosis (0.43.1-1) UNRELEASED; urgency=low
   * Drop get-orig-source target, repacking no longer required.
   * Remove dependencies on ant, gradle now used for build.
     (closes: 703635)
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 16 Mar 2014 15:17:02 +0100
 
diff --git a/debian/rules b/debian/rules
index f9c94b5..85635fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ debian/osmosis.1: debian/osmosis.xml
 	$(XP) -o $@ $(DB2MAN) $<
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
 	echo $(CLASSPATH)

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



More information about the Pkg-grass-devel mailing list