[owslib] 06/07: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 2 00:40:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository owslib.
commit b9a344f69b6dd2ee67024f75ea7dc22e55c6d855
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 2 02:34:00 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 a3eb96f..f714d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ owslib (0.11.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sat, 02 Apr 2016 02:31:15 +0200
diff --git a/debian/rules b/debian/rules
index a2b83d8..13d7852 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ SPHINXOPTS = -D today="$(BUILD_DATE)"
export PYBUILD_AFTER_BUILD_python2 = cd docs;make html
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild
+ dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild --parallel
override_dh_auto_test:
#skipping tests as they require internet access
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/owslib.git
More information about the Pkg-grass-devel
mailing list