[pykdtree] 01/01: Override dh_python2 to call dh_numpy too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 14:59:41 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 e7a2b5cf720dbca99f00ec9783068b0bac63c2f6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 16:59:32 2016 +0200

    Override dh_python2 to call dh_numpy too.
---
 debian/changelog | 4 ++++
 debian/rules     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4516b27..8f528bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 pykdtree (1.0-2) UNRELEASED; urgency=medium
 
+  [ Antonio Valentino ]
   * debian/rules
     - enable parallel build
 
+  [ Bas Couwenberg ]
+  * Override dh_python2 to call dh_numpy too.
+
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Feb 2016 17:34:49 +0000
 
 pykdtree (1.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 4abede0..35233cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@ export PYBUILD_NAME=pykdtree
 
 %:
 	dh $@ --parallel --with python2 --buildsystem=pybuild
+
+override_dh_python2:
+	dh_python2
+	dh_numpy

-- 
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