[pykdtree] 02/02: Update dh_python{2, 3} & dh_numpy{, 3} calls to act on specific package.

Bas Couwenberg sebastic at debian.org
Sat Jul 2 22:08:23 UTC 2016


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

sebastic pushed a commit to branch master
in repository pykdtree.

commit 5afe4e699f964f6b371fec67d6c5f440fbbb9d5f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 3 00:03:22 2016 +0200

    Update dh_python{2,3} & dh_numpy{,3} calls to act on specific package.
---
 debian/changelog | 1 +
 debian/rules     | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fee8d98..9f4cc54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ pykdtree (1.1.1-1) unstable; urgency=medium
   [ Bas Couwenberg ]
   * Override dh_python2 to call dh_numpy too.
   * Enable all hardening buildflags, except PIE.
+  * Update dh_python{2,3} & dh_numpy{,3} calls to act on specific package.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 02 Jul 2016 16:54:36 +0000
 
diff --git a/debian/rules b/debian/rules
index f4d78c7..6cbbec4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,10 @@ export PYBUILD_NAME=pykdtree
 	dh $@ --parallel --with python2,python3 --buildsystem=pybuild
 
 override_dh_python2:
-	dh_python2
-	dh_numpy
+	dh_python2 -ppython-pykdtree
+	dh_numpy -ppython-pykdtree
 
 override_dh_python3:
-	dh_python3
-	dh_numpy3
+	dh_python3 -ppython3-pykdtree
+	dh_numpy3 -ppython3-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