[fiona] 02/04: Add fiona binary to different package

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Oct 24 20:14:52 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 7f8f62a792aa162be3a6744f43e99a30401c0625
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Oct 24 22:05:57 2014 +0200

    Add fiona binary to different package
---
 debian/control                  | 16 ++++++++++++++++
 debian/python-fiona-bin.install |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/control b/debian/control
index 13b1f88..8c58a9f 100644
--- a/debian/control
+++ b/debian/control
@@ -52,3 +52,19 @@ Description: Python 3 API for reading/writing vector geospatial data
  .
  This package provides the Python 3 API
 
+Package: python-fiona-bin
+Architecture: any
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Python API for reading/writing vector geospatial data
+ Fiona is a python wrapper around the OGR vector data abstraction library.
+ Fiona is designed to be simple and dependable. It focuses on reading
+ and writing data in standard Python IO style and relies upon familiar
+ Python types and protocols such as files, dictionaries, mappings, and
+ iterators instead of classes specific to OGR. Fiona can read and write
+ real-world data using multi-layered GIS formats and zipped virtual
+ file systems and integrates readily with other Python GIS packages
+ such as pyproj, Rtree, and Shapely.
+ .
+ This package provides the fiona command line tool
diff --git a/debian/python-fiona-bin.install b/debian/python-fiona-bin.install
new file mode 100644
index 0000000..8390cd4
--- /dev/null
+++ b/debian/python-fiona-bin.install
@@ -0,0 +1 @@
+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