[python-pyproj] 18/34: Add python-numpy dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 1 03:37:01 UTC 2015


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

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

commit f05b8bc76324196d08d975cf40e62ed47f5dbdd9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 6 20:12:11 2014 +0200

    Add python-numpy dependencies.
---
 debian/control | 4 +++-
 debian/rules   | 8 ++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9278e73..1b08342 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,10 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all-dev,
                python-setuptools,
+               python-numpy,
                python3-all-dev,
-               python3-setuptools
+               python3-setuptools,
+               python3-numpy
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/python-pyproj.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/python-pyproj.git
diff --git a/debian/rules b/debian/rules
index be4749d..19408c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,14 @@ override_dh_auto_install:
 	find $(CURDIR)/debian/tmp/ -name "data" -type d | xargs rm -rf
 
 
+override_dh_python2:
+	dh_python2
+	dh_numpy
+
+override_dh_python3:
+	dh_python3
+	dh_numpy3
+
 %:
 	dh $@ \
 		--with python2,python3 \

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



More information about the Pkg-grass-devel mailing list