[netcdf4-python] 06/09: Update dh_python & dh_numpy calls to act on specific package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 16 15:52:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository netcdf4-python.
commit d8f33306c123c6af566d9979118dc5b57429bd26
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 16 17:19:03 2016 +0200
Update dh_python & dh_numpy 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 b8b53ee..647bf4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ netcdf4-python (1.2.4-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop tempfile-mktemp.patch, applied upstream.
* Bump Standards-Version to 3.9.8, no changes.
+ * Update dh_python & dh_numpy calls to act on specific package.
-- Bas Couwenberg <sebastic at debian.org> Sat, 16 Apr 2016 17:10:04 +0200
diff --git a/debian/rules b/debian/rules
index a48bff9..9f13601 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,10 +33,10 @@ override_dh_install:
dh_install --list-missing
override_dh_python2:
- dh_python2
- dh_numpy
+ dh_python2 -ppython-netcdf4
+ dh_numpy -ppython-netcdf4
override_dh_python3:
- dh_python3
- dh_numpy3
+ dh_python3 -ppython3-netcdf4
+ dh_numpy3 -ppython3-netcdf4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf4-python.git
More information about the Pkg-grass-devel
mailing list