[pyresample] 01/01: Override dh_python{2, 3} to call dh_numpy{, 3} too.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Mar 28 15:06:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pyresample.
commit be848600371f80abd333b2c5773cca533f69691c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Mar 28 17:06:21 2016 +0200
Override dh_python{2,3} to call dh_numpy{,3} too.
---
debian/changelog | 7 +++++++
debian/rules | 10 ++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0d14534..2c71c4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyresample (1.1.6-2) 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 17:05:20 +0200
+
pyresample (1.1.6-1) unstable; urgency=medium
[ Antonio Valentino ]
diff --git a/debian/rules b/debian/rules
index 0e22efc..e3e8c6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,13 @@ override_dh_auto_clean:
override_dh_installchangelogs:
dh_installchangelogs README.md
+
+
+override_dh_python2:
+ dh_python2
+ dh_numpy
+
+
+override_dh_python3:
+ dh_python3
+ dh_numpy3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list