[rasterio] 05/07: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 2 00:29:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository rasterio.
commit 28180d52e9ff5361014b624f30f92620068034d7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 2 01:58:37 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 cffab06..942e400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ rasterio (0.33.0-1) UNRELEASED; urgency=medium
* Combine help2man targets for rasterio.1.
* Override dh_python{2,3} to call dh_numpy{,3} too.
* Refresh 0001-Rename-rio-to-rasterio-Closes-788463.patch.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sat, 02 Apr 2016 01:53:16 +0200
diff --git a/debian/rules b/debian/rules
index 436d130..996b8ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_TEST_PYTEST=1
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python2,python3 --buildsystem pybuild --parallel
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git
More information about the Pkg-grass-devel
mailing list