[geolinks] 02/02: Initial debian files (based on owslib)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 30 18:29:56 UTC 2014


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

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

commit e286eea2e690a54466f3b1fbdeea0fb307df28e7
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Sep 30 14:40:37 2014 +0200

    Initial debian files (based on owslib)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 27 +++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/gbp.conf      | 16 ++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..964e09a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+geolinks (0.0.1-1) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: #xxxxxx)
+
+ -- 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..469767b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: geolinks
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Angelos Tzotsos <gcpp.kalxas at gmail.com>,
+          Johan Van de Wauw <johan.vandewauw at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python-dateutil,
+               python-pytest,
+               python-tz,
+               python-all
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/geolinks/0.0.1
+X-Python-Version: >= 2.5
+
+Package: python-geolinks
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-lxml
+Description: Utility library to deal with geospatial links 
+ Utilities to deal with geospatial links. Working implementation
+ of the Cat-Interop work at https://github.com/OSGeo/Cat-Interop
+ 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6c60188
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.1/
+Upstream-Name: geolinks
+Source: https://github.com/geopython/geolinks
+
+Files: *
+Copyright: 2014 Tom Kralidis <tomkralidis at gmail.com>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
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..7d4c489
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=geolinks
+
+%:
+	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..32da2fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/G/geolinks/geolinks-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geolinks.git



More information about the Pkg-grass-devel mailing list