This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-epsg.
commit 1277279c5180b12d3151ace56f44271ff8572fc4 Author: Bas Couwenberg <[email protected]> Date: Sun Feb 14 17:01:55 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 422bcde..4a17669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libgeotiff-epsg (1.4.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.7, no changes. * Update URLs in upstream metadata to use HTTPS. * Update watch file to handle common issues and other tar extensions. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sun, 14 Feb 2016 16:41:00 +0100 diff --git a/debian/rules b/debian/rules index 855e9bc..dbf9505 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --parallel override_dh_auto_configure: # No need to configure -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-epsg.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

