[Python-modules-commits] [osmalchemy] 02/05: Add prepared debian/ direcotry.

Dominik George natureshadow-guest at moszumanska.debian.org
Sun Sep 11 10:58:14 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository osmalchemy.

commit 84a9f2d5f12ad0d3e58d0cd20043dc6b48081573
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Sep 11 12:54:15 2016 +0200

    Add prepared debian/ direcotry.
---
 .gitignore           |  5 +++++
 debian/compat        |  1 +
 debian/control       | 31 +++++++++++++++++++++++++++++++
 debian/copyright     | 26 ++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 8 files changed, 78 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..680593f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+debian/python3-osmalchemy/
+debian/*debhelper*
+debian/*log*
+debian/*substvars*
+debian/files
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..d7e4fc7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: osmalchemy
+Maintainer: Dominik George <nik at naturalnet.de>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
+Standards-Version: 3.9.8
+X-Python3-Version: >= 3.2
+Testsuite: autopkgtest-pkg-python
+Homepage: https://github.com/Natureshadow/OSMAlchemy
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/osmalchemy.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/osmalchemy.git
+
+Package: python3-osmalchemy
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: OpenStreetMap to SQLAlchemy bridge
+ OSMAlchemy is a bridge between SQLAlchemy and the OpenStreetMap API.
+ .
+ OSMAlchemy's goal is to provide completely transparent integration of
+ the real-world OpenStreetMap data within projects using SQLAlchemy. It
+ provides two things:
+ .
+ 1. Model declaratives resembling the structure of the main OpenStreetMap
+    database, with some limitations, usable wherever SQLAlchemy is used,
+    and
+ 2. Transparent proxying and data-fetching from OpenStreetMap data.
+ .
+ The idea is that the model can be queried using SQLAlchemy, and
+ OSMAlchemy will either satisfy the query from the database directly or
+ fetch data from OpenStreetMap.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c377911
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OSMAlchemy
+Upstream-Contact: Dominik George, Eike Tim Jesinghaus <osmalchemy at veripeditus.org>
+Source: https://github.com/Natureshadow/OSMAlchemy
+
+Files: *
+Copyright: 2016 Dominik George <nik at naturalnet.de>
+ 2016 Eike Tim Jesinghaus <eike at naturalnet.de>
+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/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f23f91b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Sun, 11 Sep 2016 12:21:26 +0200
+export PYBUILD_NAME=osmalchemy
+export PYBUILD_DISABLE=test
+%:
+	dh $@ --with 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..8cebe31
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/OSMAlchemy/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/OSMAlchemy/OSMAlchemy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list