[rasterio] 11/13: Base rasterio binary on Python 3 instead of Python 2

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 29 18:25:16 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 8a919a4b7800355dbb9035e48fc7c49206a7127b
Author: Johan Van de Wauw <johan at vandewauw.be>
Date:   Tue Sep 29 18:59:33 2015 +0200

    Base rasterio binary on Python 3 instead of Python 2
---
 debian/control          | 4 ++--
 debian/rasterio.install | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 00d842e..1a32951 100644
--- a/debian/control
+++ b/debian/control
@@ -65,8 +65,8 @@ Description: Python 3 API for using geospatial raster data with Numpy
 Package: rasterio
 Architecture: all
 Depends: python,
-         python-rasterio (>= ${source:Version}),
-         python-rasterio (<< ${source:Version}.1~),
+         python3-rasterio (>= ${source:Version}),
+         python3-rasterio (<< ${source:Version}.1~),
          ${misc:Depends},
          ${python:Depends}
 Section: science
diff --git a/debian/rasterio.install b/debian/rasterio.install
index 25b161f..846b90f 100644
--- a/debian/rasterio.install
+++ b/debian/rasterio.install
@@ -1 +1 @@
-debian/python-rasterio/usr/bin/* usr/bin/
+debian/python3-rasterio/usr/bin/* usr/bin/

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