This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository shapelib.
commit e5215fd2576bc2b026270f0c91e3f7a5f303257a Author: Bas Couwenberg <[email protected]> Date: Fri Mar 11 15:01:29 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 85aa89b..b2662cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ shapelib (1.3.0-6) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2016 14:55:52 +0100 diff --git a/debian/rules b/debian/rules index b07d764..c1a84eb 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CONTRIB = shpdxf shpproj dbfinfo shpcentrd shpdata shpwkb dbfinfo dbfcat shpinfo shpfix shpcat Shape_PointInPoly shpsort %: - dh $@ + dh $@ --parallel override_dh_auto_test: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

