This is an automated email from the git hooks/post-receive script. johanvdw-guest pushed a commit to branch master in repository fiona.
commit 4d2e26639a39b158988840d6fd34823284bb9e96 Author: Johan Van de Wauw <[email protected]> Date: Fri Oct 17 01:54:35 2014 +0200 Initial debian files --- debian/compat | 1 + debian/control | 33 +++++++++++++++++++++++++++++++++ debian/copyright | 32 ++++++++++++++++++++++++++++++++ debian/gbp.conf | 16 ++++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 94 insertions(+) diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e2d8802 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: fiona +Maintainer: Debian GIS Project <[email protected]> +Uploaders: Johan Van de Wauw <[email protected]> +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python, + libgdal-dev, + python-click, + python-nose, + python-all, + python-dev, + python3-click, + python3-nose, + python3-all, + python3-dev +Standards-Version: 3.9.6 +Homepage: https://github.com/Toblerity/Fiona +X-Python-Version: >= 2.5 + +Package: python-fiona +Architecture: any +Depends: ${python:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Description: Python library for reading OGR features + +Package: python3-fiona +Architecture: any +Depends: ${python:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Description: Python library for reading OGR features diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3ae0a8d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,32 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.1/ +Upstream-Name: Fiona +Source: https://pypi.python.org/pypi/Fiona + +Files: * +Copyright: 2007 Sean C. Gillies +License: BSD-3-Clause + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the University of North Carolina nor the names of + its contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..21d0417 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +[DEFAULT] + +# The default name for the upstream branch is "upstream". +# Change it if the name is different (for instance, "master"). +upstream-branch = upstream + +# The default name for the Debian branch is "master". +# Change it if the name is different (for instance, "debian/unstable"). +debian-branch = master + +# git-import-orig uses the following names for the upstream tags. +# Change the value if you are not using git-import-orig +upstream-tag = upstream/%(version)s + +# Always use pristine-tar. +pristine-tar = True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4008b0a --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export PYBUILD_DISABLE_python3=test +export PYBUILD_NAME=fiona + +%: + dh $@ --with python2,python3 --buildsystem pybuild + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..1052d9c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://pypi.python.org/packages/source/F/Fiona/Fiona-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

