This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental-2.0 in repository gdal.
commit 0d8e70517c6924d4dae8a495ab4b52659b39fd39 Author: Bas Couwenberg <[email protected]> Date: Fri Feb 12 19:41:54 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 76ad2cf..05f8342 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gdal (2.0.2+dfsg-1) UNRELEASED; urgency=medium * Drop hardening patch, applied upstream. Refresh remaining patches. * Add patches for various typos. * Add upstream patch to fix crash with SQLite 3.10.0. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Mon, 01 Feb 2016 17:13:48 +0100 diff --git a/debian/rules b/debian/rules index 18b2fcf..e267174 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ gdal-mrsid-dist: %: if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \ - dh $@ --with autotools_dev,autoreconf,python2,python3 ; \ + dh $@ --with autotools_dev,autoreconf,python2,python3 --parallel ; \ fi override_dh_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

