This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geographiclib.
commit fce25681a3782af2dab82dcec114cff2bb631fa5 Author: Bas Couwenberg <[email protected]> Date: Fri Dec 4 16:17:11 2015 +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 b4fc8fd..4557449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ geographiclib (1.45-2) UNRELEASED; urgency=medium * Also build geographiclib for Python 3. (closes: #805964) + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 04 Dec 2015 14:51:27 +0100 diff --git a/debian/rules b/debian/rules index 34b3af9..3ddc0ea 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1 DBG_PACKAGE=$(shell grep "^Package: libgeographic[0-9]*-dbg$$" debian/control | awk '{print $$2}') %: - dh $@ --with autoreconf,python2,python3,pkgkde_symbolshelper + dh $@ --with autoreconf,python2,python3,pkgkde_symbolshelper --parallel override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

