[rasterio] 02/02: Override dh_python{2, 3} to call dh_numpy{, 3} too.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Mar 28 18:30:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository rasterio.
commit 5715635f44bb60fd05a9a8020ebe0b0f3e45b5bb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Mar 28 20:22:11 2016 +0200
Override dh_python{2,3} to call dh_numpy{,3} too.
---
debian/changelog | 1 +
debian/rules | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d2bf850..8682d3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ rasterio (0.32.0-2) UNRELEASED; urgency=medium
* Team upload.
* Combine help2man targets for rasterio.1.
+ * Override dh_python{2,3} to call dh_numpy{,3} too.
-- Bas Couwenberg <sebastic at debian.org> Mon, 28 Mar 2016 20:02:52 +0200
diff --git a/debian/rules b/debian/rules
index da70e0f..436d130 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,5 +28,13 @@ override_dh_install:
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
+override_dh_python2:
+ dh_python2 -ppython-rasterio
+ dh_numpy -ppython-rasterio
+
+override_dh_python3:
+ dh_python3 -ppython3-rasterio
+ dh_numpy3 -ppython3-rasterio
+
debian/rasterio.1:
help2man rasterio -N -L en_US.utf8 -n "command line tools for reading/writing geospatial raster data" >debian/rasterio.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git
More information about the Pkg-grass-devel
mailing list