[rasterio] 04/08: Disable python3
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sat Nov 22 17:25:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository rasterio.
commit 77d326368959a5c48f1fa53290e279c1ed89409c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Mon Nov 17 23:44:05 2014 +0100
Disable python3
Python3 gives problems with locale=C
---
debian/control | 18 +++---------------
debian/rules | 2 +-
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index ae6ba6d..7ee2a06 100644
--- a/debian/control
+++ b/debian/control
@@ -40,21 +40,6 @@ Description: Python API for using geospatial raster data with Numpy
Rasterio employs GDAL under the hood for file I/O and raster formatting.
Its functions typically accept and return Numpy ndarrays. Rasterio is designed
to make working with geospatial raster data more productive and more fun.
- .
- Apart from the rasterio library the package also contains a command-line
- interface "rio" which can be used to inspect raster datasets.
-
-Package: python3-rasterio
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends}
-Description: Python 3 API for using geospatial raster data with Numpy
- Rasterio reads and writes geospatial raster datasets.
- .
- Rasterio employs GDAL under the hood for file I/O and raster formatting.
- Its functions typically accept and return Numpy ndarrays. Rasterio is designed
- to make working with geospatial raster data more productive and more fun.
Package: rasterio
Architecture: all
@@ -69,3 +54,6 @@ Description: Command line tool for investigating geospatial rasters
Rasterio employs GDAL under the hood for file I/O and raster formatting.
Its functions typically accept and return Numpy ndarrays. Rasterio is designed
to make working with geospatial raster data more productive and more fun.
+ .
+ This package contains a command-line line interface to rasterio "rio" which
+ can be used to inspect raster datasets.
diff --git a/debian/rules b/debian/rules
index e0990b1..4d68ed3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_TEST_PYTEST=1
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python2 --buildsystem pybuild
override_dh_clean:
dh_clean
--
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