[fiona] 01/04: Fix patch for new release

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Aug 4 20:51:02 UTC 2015


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

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

commit a4133a0fcee8379a69f5f8fd2c24246e5e0291aa
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sun Aug 2 01:08:20 2015 +0200

    Fix patch for new release
---
 ...1-Rename-fio-command-to-fiona-to-avoid-name-clash.patch | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

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
index 75c01fb..e2ca246 100644
--- 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
@@ -7,16 +7,14 @@ 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 02950da..6a44654 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -150,7 +150,7 @@ setup_args = dict(
+@@ -177,7 +177,7 @@ setup_args = dict(
      packages=['fiona', 'fiona.fio'],
      entry_points='''
          [console_scripts]
--        fio=fiona.fio.fio:cli
-+        fiona=fiona.fio.fio:cli
-         ''',
-     install_requires=requirements,
-     tests_require=['nose'],
+-        fio=fiona.fio.main:main_group
++        fiona=fiona.fio.main:main_group
+ 
+         [fiona.fio_commands]
+         bounds=fiona.fio.bounds:bounds

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