[rasterio] 01/01: Put rio binary in seperate package rasterio

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Nov 5 08:40:54 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 b4a7ce8cf7a2fe877e4cc2ee06919ee8ec10f5ef
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Nov 5 08:30:52 2014 +0100

    Put rio binary in seperate package rasterio
---
 debian/control                                         | 13 +++++++++++++
 debian/rasterio.install                                |  1 +
 debian/{python-rasterio.manpages => rasterio.manpages} |  0
 debian/rules                                           |  1 +
 4 files changed, 15 insertions(+)

diff --git a/debian/control b/debian/control
index daefdbb..5ed8203 100644
--- a/debian/control
+++ b/debian/control
@@ -50,3 +50,16 @@ Description: Python 3 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.
+
+Package: rasterio
+Architecture: all
+Depends: python3,
+         python3-rasterio (= ${binary:Version}), 
+         ${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.
diff --git a/debian/rasterio.install b/debian/rasterio.install
new file mode 100644
index 0000000..846b90f
--- /dev/null
+++ b/debian/rasterio.install
@@ -0,0 +1 @@
+debian/python3-rasterio/usr/bin/* usr/bin/
diff --git a/debian/python-rasterio.manpages b/debian/rasterio.manpages
similarity index 100%
rename from debian/python-rasterio.manpages
rename to debian/rasterio.manpages
diff --git a/debian/rules b/debian/rules
index 3a42201..02d8f04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,4 @@ debian/rio.1:
 override_dh_install:
 	dh_install
 	rm -rf debian/python3-rasterio/usr/bin
+	rm -rf debian/python-rasterio/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