[pyresample] 02/02: Update dh_python{2, 3} & dh_numpy{, 3} calls to act on specific package.
Bas Couwenberg
sebastic at debian.org
Sun Jul 3 18:26:56 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 b8fa03f11c8c3d0dc093cdc9aa85888860a82bad
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 3 00:12:43 2016 +0200
Update dh_python{2,3} & dh_numpy{,3} calls to act on specific package.
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 8 ++++----
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 301412b..a83e2f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pyresample (1.2.4-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Override dh_python{2,3} to call dh_numpy{,3} too.
* Drop .0 from GPL-3 license shortname.
+ * Update dh_python{2,3} & dh_numpy{,3} calls to act on specific package.
[ Antonio Valentino ]
* New upstream release
diff --git a/debian/control b/debian/control
index d731fb1..8c63687 100644
--- a/debian/control
+++ b/debian/control
@@ -99,6 +99,7 @@ Description: Resampling of remote sensing data in Python (documentation)
Package: python-pyresample-test
Architecture: all
Depends: ${misc:Depends},
+ ${python:Depends},
python-pyresample
Description: Resampling of remote sensing data in Python (test suite)
Pyresample is a Python package for resampling (reprojection) of earth
diff --git a/debian/rules b/debian/rules
index a8b3474..271c1d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,10 +32,10 @@ override_dh_installchangelogs:
override_dh_python2:
- dh_python2
- dh_numpy
+ dh_python2 -ppython-pyresample -ppython-pyresample-test
+ dh_numpy -ppython-pyresample -ppython-pyresample-test
override_dh_python3:
- dh_python3
- dh_numpy3
+ dh_python3 -ppython3-pyresample
+ dh_numpy3 -ppython3-pyresample
--
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