This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeo-proj4-perl.
commit dc3d5b4446dde48f5b6bcec79f8e3c8de9581b3a Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 18:19:13 2017 +0200 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 e7deb8a..cb95249 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgeo-proj4-perl (1.06-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. * Enable PIE hardening buildflags. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 18:16:58 +0200 diff --git a/debian/rules b/debian/rules index cdd8ee2..da9f3a8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,5 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ + dh $@ --parallel + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeo-proj4-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

