[Python-modules-commits] [python-overpy] 03/04: Initial release (Closes: #833109)

Sandro Tosi morph at moszumanska.debian.org
Thu Aug 4 19:18:07 UTC 2016


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

morph pushed a commit to branch master
in repository python-overpy.

commit 67feca789b967c599f7e1bc8e0b3c532b66cbeb9
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Aug 4 20:16:07 2016 +0100

    Initial release (Closes: #833109)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 28 ++++++++++++++++++++++++++++
 debian/copyright | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  9 +++++++++
 debian/watch     |  4 ++++
 6 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0e54142
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-overpy (0.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #833109)
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 04 Aug 2016 19:46:17 +0100
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..3d6a6b6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: python-overpy
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/DinoTools/python-overpy
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-overpy.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-overpy.git
+
+Package: python-overpy
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: wrapper to access the OpenStreetMap Overpass API (Python 2)
+ Overpy is an advanced Python wrapper that allows you to query the OpenStreetMap
+ Overpass APIs using the while strength of their query language.
+ .
+ This package contains the Python 2 version of overpy .
+
+Package: python3-overpy
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: wrapper to access the OpenStreetMap Overpass API (Python 3)
+ Overpy is an advanced Python wrapper that allows you to query the OpenStreetMap
+ Overpass APIs using the while strength of their query language.
+ .
+ This package contains the Python 3 version of overpy .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6ab4471
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-overpy
+Source: https://github.com/DinoTools/python-overpy
+
+Files: *
+Copyright: Copyright 2014-2015 PhiBo (DinoTools)
+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.
+Comment: from https://github.com/DinoTools/python-overpy/blob/master/LICENSE
+
+Files: debian/*
+Copyright: 2016 Sandro Tosi <morph at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..42d8f19
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_install:
+	python  setup.py install --root=debian/python-overpy  --install-layout=deb
+	python3 setup.py install --root=debian/python3-overpy --install-layout=deb
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ebe290c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/overpy/overpy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-overpy.git



More information about the Python-modules-commits mailing list