[tinyows] 05/10: Enable parallel builds.

Bas Couwenberg sebastic at xs4all.nl
Fri Feb 28 22:44:51 UTC 2014


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

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

commit 87982174b94879e71be8c87fe67ab77ab0559642
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Feb 28 22:43:45 2014 +0100

    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 ef3caf5..a6622a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tinyows (1.1.0-4) UNRELEASED; urgency=low
   * Include OGC Software Notice in copyright, used for OGC schemas.
   * Move to non-free due to inclusion of OGC works (schemas and CITE tests).
   * Add gpb.conf to use pristine-tar by default.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 04 Jan 2014 20:48:58 +0100
 
diff --git a/debian/rules b/debian/rules
index fe2db43..26c0c38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname)
 UPSTREAM_VERSION ?= $(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf \
+	      --parallel
 
 override_dh_clean:
 	dh_clean -Xautom4te.cache

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



More information about the Pkg-grass-devel mailing list