This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-geopandas.

commit 52c4f5e503404313b2feab23cae20bf7fba3d4e6
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Tue Feb 16 22:13:58 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 61500c5..d4f46e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-geopandas (0.1.1-3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.7, no changes.
   * Add dependencies on imported modules (pandas, shapely, fiona, etc).
     (closes: #814938)
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebas...@debian.org>  Tue, 16 Feb 2016 21:38:12 +0100
 
diff --git a/debian/rules b/debian/rules
index 2335e02..85dc17d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples 
{build_dir}/tests
 export PYBUILD_TEST_ARGS=tests -k "not test_geocode"
 
 %:
-       dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild
+       dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild --parallel
 
 override_dh_auto_build:
        dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-geopandas.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

Reply via email to