This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libosm-gary68-perl.
commit 40174a9d4c4c8a4d4457a65b74acf714eb53fed5 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 3 01:00:41 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 4043896..c18ae92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium * Change Homepage URL from raw SVN to trac browser. * Add gbp.conf to use pristine-tar by default. * Bump debhelper compatibility to 9. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 24 Jul 2015 15:35:27 +0200 diff --git a/debian/rules b/debian/rules index 87fbf92..2d1c3a7 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ endif SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/ %: - dh $@ + dh $@ --parallel get-orig-source: svn checkout -r$(SVNREV) $(SVNREPO) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

