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

sebastic pushed a commit to branch master
in repository libgeo-shapelib-perl.

commit e7e7285f10fffaa343edf4fa04e3b9535462a60e
Author: Bas Couwenberg <sebas...@debian.org>
Date:   Wed Feb 14 18:05:16 2018 +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 b1d48e7..f2cf799 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libgeo-shapelib-perl (0.22-2) UNRELEASED; urgency=medium
   * Set Multi-Ach path to libshp.so to fix FTBFS on non-amd64.
     (closes: #890426)
   * Remove dh_make template from rules file.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 14 Feb 2018 17:59:40 +0100
 
diff --git a/debian/rules b/debian/rules
index ff3100d..48ffb25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,5 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture 
-qDEB_HOST_MULTIARCH)
 export PERL_SHAPELIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libshp.so
 
 %:
-       dh $@
+       dh $@ --parallel
 

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to