[pycoast] 01/02: Enable parallel build
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sun Feb 21 18:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pycoast.
commit 4f606c847e2931b3921890f86f30c171ad8c3279
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Feb 21 17:59:46 2016 +0000
Enable parallel build
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3f10bb4..ef540f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycoast (0.5.2-3) UNRELEASED; urgency=medium
+
+ * debian/rules
+ - enable parallel build
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 21 Feb 2016 17:59:03 +0000
+
pycoast (0.5.2-2) unstable; urgency=medium
* Standers version bumped to 3.9.7 (no change)
diff --git a/debian/rules b/debian/rules
index c6a408b..2296f3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_NAME=pycoast
%:
- dh $@ --with python2,sphinxdoc --buildsystem=pybuild
+ dh $@ --parallel --with python2,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycoast.git
More information about the Pkg-grass-devel
mailing list