[pyorbital] 01/01: Use dh --parallel in debian rules

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Feb 21 17:32:51 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 pyorbital.

commit e0a28ea378e04469dfd2f2648255ceba0b5071ad
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Feb 21 17:30:26 2016 +0000

    Use dh --parallel in debian rules
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bfd86ae..8e75767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyorbital (1.0.1-1) unstable; urgency=medium
   * New upstream version
   * Remove 0002-relax-astronomy-test-condition.patch applied upstream
   * Switch to pybuild build system
+  * Use dh --parallel in debian/rules
 
   [ Bas Couwenberg ]
   * Update watch file to handle common issues.
diff --git a/debian/rules b/debian/rules
index 744bc24..220d774 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export PYBUILD_NAME=pyorbital
 
 
 %:
-	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/pyorbital.git



More information about the Pkg-grass-devel mailing list