[fiona] 08/19: Switch to python2 for fiona command line

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Nov 28 23:54: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 fiona.

commit 241c322a063dd5d3223fe4d1abefe956563c6ebe
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Nov 12 22:48:01 2014 +0100

    Switch to python2 for fiona command line
---
 debian/control       | 10 +++++-----
 debian/fiona.install |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 12e70e8..20a545f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 9),
                python-click,
                python-all,
                python-dev,
-               python-pytest,
+               python-nose,
                python3-click,
                python3-all,
                python3-dev,
-               python3-pytest,
+               python3-nose,
                cython (>=0.21),
                cython3 (>=0.21),
                python-setuptools,
@@ -59,9 +59,9 @@ Description: Python 3 API for reading/writing vector geospatial data
 
 Package: fiona
 Architecture: all
-Depends: python3,
-         python3-fiona (= ${binary:Version}),
-         ${python3:Depends},
+Depends: python,
+         python-fiona (= ${binary:Version}),
+         ${python:Depends},
          ${misc:Depends}
 Description: Command line tool for reading/writing vector geospatial data
  Fiona is a Python wrapper around the OGR vector data abstraction library.
diff --git a/debian/fiona.install b/debian/fiona.install
index 7b860ae..8390cd4 100644
--- a/debian/fiona.install
+++ b/debian/fiona.install
@@ -1 +1 @@
-debian/python3-fiona/usr/bin/* usr/bin/
+debian/python-fiona/usr/bin/* usr/bin/

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