[rasterio] 02/04: Rename-rio-to-rasterio (Closes:#788463)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Fri Jun 12 19:13:55 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 dc8d8e76bff1d6a779a17617d528c5c525635790
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Jun 12 19:31:03 2015 +0200
Rename-rio-to-rasterio (Closes:#788463)
---
...0001-Rename-rio-to-rasterio-Closes-788463.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
debian/{rio.1 => rasterio.1} | 0
debian/rules | 4 ++--
4 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch b/debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch
new file mode 100644
index 0000000..abcc7d5
--- /dev/null
+++ b/debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch
@@ -0,0 +1,22 @@
+From: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Date: Fri, 12 Jun 2015 19:28:19 +0200
+Subject: Rename rio to rasterio (Closes: #788463)
+
+There is already another package providing a binary "rio".
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 7bed441..2b92228 100755
+--- a/setup.py
++++ b/setup.py
+@@ -224,7 +224,7 @@ setup_args = dict(
+ packages=['rasterio', 'rasterio.rio'],
+ entry_points='''
+ [console_scripts]
+- rio=rasterio.rio.main:cli
++ rasterio=rasterio.rio.main:cli
+
+ [rasterio.rio_commands]
+ bounds=rasterio.rio.rio:bounds
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9654eb2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Rename-rio-to-rasterio-Closes-788463.patch
diff --git a/debian/rio.1 b/debian/rasterio.1
similarity index 100%
rename from debian/rio.1
rename to debian/rasterio.1
diff --git a/debian/rules b/debian/rules
index 3fce2b1..ff7b802 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,8 @@ override_dh_clean:
rm -f gdal-config.txt
rm -f .coverage
-debian/rio.1:
- help2man rio -N -n "command line interface to rasterio">debian/rio.1
+debian/rasterio.1:
+ help2man rasterio -N -n "command line interface to rasterio">debian/rasterio.1
override_dh_install:
dh_install
--
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