[rasterio] 06/07: Use ${python3:Depends} for rasterio.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 2 00:29:33 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 f995cf145aa9d80b7d44d9d8b8f0d735eb1bd634
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 2 02:11:13 2016 +0200

    Use ${python3:Depends} for rasterio.
---
 debian/control | 5 ++---
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 5b016d9..9b9dadc 100644
--- a/debian/control
+++ b/debian/control
@@ -64,11 +64,10 @@ Description: Python 3 API for using geospatial raster data with Numpy
 
 Package: rasterio
 Architecture: all
-Depends: python,
-         python3-rasterio (>= ${source:Version}),
+Depends: python3-rasterio (>= ${source:Version}),
          python3-rasterio (<< ${source:Version}.1~),
          ${misc:Depends},
-         ${python:Depends}
+         ${python3:Depends}
 Section: science
 Description: Command line tool for investigating geospatial rasters
  Rasterio reads and writes geospatial raster datasets.
diff --git a/debian/rules b/debian/rules
index 996b8ee..87866c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,8 @@ override_dh_python2:
 	dh_numpy -ppython-rasterio
 
 override_dh_python3:
-	dh_python3 -ppython3-rasterio
-	dh_numpy3 -ppython3-rasterio
+	dh_python3 -ppython3-rasterio -prasterio
+	dh_numpy3 -ppython3-rasterio -prasterio
 
 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