[netcdf4-python] 07/08: Explicitly specify packages for dh_python to act on.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 20 17:20:39 UTC 2015


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

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

commit 332151a7c560c9e01b897bd1dc2501caaf64ac9b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 20 18:03:06 2015 +0100

    Explicitly specify packages for dh_python to act on.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 099443a..0547cdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,10 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_python2:
-	dh_python2
+	dh_python2 -p python-netcdf4
 	dh_numpy
 
 override_dh_python3:
-	dh_python3
+	dh_python3 -p python3-netcdf4
 	dh_numpy3
 

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