[python-snuggs] 01/01: Override dh_python{2, 3} to call dh_numpy{, 3} too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 17:49:16 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-snuggs.

commit 3140c2939c50ea554fea81de71e411069368cb3c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 19:48:27 2016 +0200

    Override dh_python{2,3} to call dh_numpy{,3} too.
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b3376a..9f84472 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-snuggs (1.3.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Override dh_python{2,3} to call dh_numpy{,3} too.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 19:35:36 +0200
+
 python-snuggs (1.3.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 2461ce9..c1c7cca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,11 @@ export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py
 %:
 	dh  $@ --with python2,python3 --buildsystem pybuild --parallel
 
+override_dh_python2:
+	dh_python2 -ppython-snuggs
+	dh_numpy -ppython-snuggs
+
+override_dh_python3:
+	dh_python3 -ppython3-snuggs
+	dh_numpy3 -ppython3-snuggs
+

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



More information about the Pkg-grass-devel mailing list