[python-geopandas] 01/01: Override dh_python{2, 3} to call dh_numpy{, 3} too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 16:10:10 UTC 2016


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

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

commit e44d8f19c335e46b861ff933ac093c9a94a3e692
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 17:13:04 2016 +0200

    Override dh_python{2,3} to call dh_numpy{,3} too.
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 debian/rules     | 8 ++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 112e210..35dc05b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-geopandas (0.1.1-4) 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:12:44 +0200
+
 python-geopandas (0.1.1-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 7db3baa..cc73151 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 9),
                python3-matplotlib,
                python-nose,
                python3-nose,
+               python-numpy,
+               python3-numpy,
                python-pandas,
                python3-pandas,
                python-pyproj,
@@ -33,7 +35,6 @@ Homepage: http://www.geopandas.org
 Package: python-geopandas
 Architecture: all 
 Depends: python-fiona,
-         python-numpy,
          python-pandas,
          python-pyproj,
          python-shapely,
@@ -59,7 +60,6 @@ Description: Python tools for geographic data
 Package: python3-geopandas
 Architecture: all
 Depends: python3-fiona,
-         python3-numpy,
          python3-pandas,
          python3-pyproj,
          python3-shapely,
diff --git a/debian/rules b/debian/rules
index 85dc17d..9ade23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,11 @@ override_dh_auto_build:
 override_dh_clean:
 	dh_clean
 	rm -f geopandas/version.py
+
+override_dh_python2:
+	dh_python2 -ppython-geopandas
+	dh_numpy -ppython-geopandas
+
+override_dh_python3:
+	dh_python3 -ppython3-geopandas
+	dh_numpy3 -ppython3-geopandas

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



More information about the Pkg-grass-devel mailing list