[python-geojson] 03/10: Initial debian files (based on owslib)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sat Jan 31 11:12:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository python-geojson.
commit edcdb21229c3b66b87ce1d70080869fec669393d
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Thu Jan 29 12:57:21 2015 +0100
Initial debian files (based on owslib)
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 31 +++++++++++++++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/gbp.conf | 16 ++++++++++++++++
debian/rules | 9 +++++++++
debian/source/format | 1 +
debian/watch | 2 ++
8 files changed, 99 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fad8896
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-geojson (1.0.4-1) UNRELEASED; urgency=medium
+
+ * Initial upload (closes: #762869)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com> Thu, 25 Sep 2014 21:32:43 +0200
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..59e9bbd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-geojson
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-setuptools,
+ python-dateutil,
+ python-all,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-geojson.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-geojson.git
+Homepage: http://geopython.github.com/OWSLib/
+X-Python-Version: >= 2.5
+
+Package: python-geojson
+Architecture: all
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-lxml
+Description: Client library for Open Geospatial (OGC) web services
+ OWSLib is a Python package for client programming with Open Geospatial
+ Consortium (OGC) web service (hence OWS) interface standards, and their
+ related content models.
+ .
+ Full documentation is available at http://geopython.github.io/OWSLib
+ .
+ OWSLib provides a common API for accessing service metadata and wrappers
+ for numerous OGC Web Service interfaces.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bffbe4e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Tom Kralidis <tomkralidis at gmail.com>
+Upstream-Name: OWSLib
+Source: https://pypi.python.org/pypi/OWSLib
+
+Files: *
+Copyright: 2006, Ancient World Mapping Center
+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 Ancient World Mapping Center 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..cf34e20
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=python-geojson
+
+%:
+ dh $@ --with python2 --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..e76a68c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/O/OWSLib/OWSLib-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geojson.git
More information about the Pkg-grass-devel
mailing list