[pykdtree] 05/08: Remove unnecessary dh argument

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 4 08:41:06 UTC 2018


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

a_valentino-guest pushed a commit to branch master
in repository pykdtree.

commit d0e4cad3a33f75c0944ee76a7b8b86ea10f92c1b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Mar 4 08:30:08 2018 +0000

    Remove unnecessary dh argument
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a9a2a91..097627f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
     - use secure URL 
   * debian/control
     - remove unnecessary testsuite autopkgtest field
+  * debian/rules
+    - remove unnecessary dh argument (--parallel)
   * Set compat to 11.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 04 Mar 2018 08:19:12 +0000
diff --git a/debian/rules b/debian/rules
index f3f28b2..abd3123 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=pykdtree
 
 %:
-	dh $@ --parallel --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_python2:
 	dh_python2 -ppython-pykdtree

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pykdtree.git



More information about the Pkg-grass-devel mailing list