[fiona] 01/01: Rename fio to fiona to avoid name clash

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Oct 24 19:23:51 UTC 2014


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

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

commit d02a21c406133102ea7403b123ed59d2d24be883
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Oct 24 21:10:34 2014 +0200

    Rename fio to fiona to avoid name clash
---
 ...-fio-command-to-fiona-to-avoid-name-clash.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch b/debian/patches/0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch
new file mode 100644
index 0000000..e7c2b6b
--- /dev/null
+++ b/debian/patches/0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch
@@ -0,0 +1,22 @@
+From: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Date: Fri, 24 Oct 2014 21:09:21 +0200
+Subject: Rename fio command to fiona to avoid name clash
+
+There is already another package providing a binary "fio" (fio).
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 68c8241..54accc3 100644
+--- a/setup.py
++++ b/setup.py
+@@ -129,7 +129,7 @@ setup(
+     packages=['fiona', 'fiona.fio'],
+     entry_points='''
+         [console_scripts]
+-        fio=fiona.fio.fio:cli
++        fiona=fiona.fio.fio:cli
+         ''',
+     install_requires=requirements,
+     tests_require=['nose'],
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..8811221 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git



More information about the Pkg-grass-devel mailing list