This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpx2shp.
commit ae327ac64d409d101b2b2d3b06c18f990f691ad2 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Thu May 5 17:35:11 2016 +0200 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 8f4a4ed..35442ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gpx2shp (0.71.0-3) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable parallel builds. -- Bas Couwenberg <sebas...@debian.org> Thu, 05 May 2016 17:34:17 +0200 diff --git a/debian/rules b/debian/rules index dd9063b..b718cd5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gpx2shp.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