[pg_comparator] 05/07: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jan 8 16:15:06 UTC 2016


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

sebastic pushed a commit to branch master
in repository pg_comparator.

commit 3ceb1565b0546f917392a2ed9a22b2622918f960
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 8 16:05:49 2016 +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 f823da5..e7b313e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pg-comparator (2.2.6-2) UNRELEASED; urgency=medium
   * Update recommended dependencies for PostgreSQL 9.5.
   * Update Vcs-Browser URL to use HTTPS.
   * Don't install duplicate files for PostgreSQL 9.1.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 08 Jan 2016 11:01:33 +0100
 
diff --git a/debian/rules b/debian/rules
index c1945a5..5111b1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_install:
 	dh_install pg_comparator /usr/bin

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



More information about the Pkg-grass-devel mailing list