[Python-modules-commits] [fastkml] 01/01: Initial release (Closes: #809004)
Sandro Tosi
morph at moszumanska.debian.org
Sat Dec 26 13:22:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository fastkml.
commit bae4f82a067726528aeb4fe7e80f99bd122504b2
Author: Sandro Tosi <morph at debian.org>
Date: Sat Dec 26 13:22:20 2015 +0000
Initial release (Closes: #809004)
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 30 ++++++++++++++++++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/rules | 14 ++++++++++++++
debian/watch | 3 +++
6 files changed, 82 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7b102d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fastkml (0.11-1) unstable; urgency=low
+
+ * Initial release (Closes: #809004)
+
+ -- Sandro Tosi <morph at debian.org> Sat, 26 Dec 2015 12:43:26 +0000
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..0cdb10d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: fastkml
+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.6
+Homepage: https://github.com/cleder/fastkml
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/fastkml.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fastkml.git
+
+Package: python-fastkml
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: fast KML processing
+ Fastkml is a library to read, write and manipulate KML files. It aims to keep
+ it simple and fast (using lxml if available). Fast refers to the time you
+ spend to write and read KML files as well as the time you spend to get
+ aquainted to the library or to create KML objects.
+
+Package: python3-fastkml
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: fast KML processing (Python 3)
+ Fastkml is a library to read, write and manipulate KML files. It aims to keep
+ it simple and fast (using lxml if available). Fast refers to the time you
+ spend to write and read KML files as well as the time you spend to get
+ aquainted to the library or to create KML objects.
+ .
+ This package contains the Python 3 version of fastkml .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..41292b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fastkml
+Source: https://github.com/cleder/fastkml
+
+Files: *
+Copyright: Copyright (C) 2012 Christian Ledermann
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: LGPL-2.1+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6150d0c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2,python3
+
+override_dh_auto_install:
+ python setup.py install --root=debian/python-fastkml --install-layout=deb
+ python3 setup.py install --root=debian/python3-fastkml --install-layout=deb
+
+override_dh_installchangelogs:
+ dh_installchangelogs docs/HISTORY.txt
+
+override_dh_installdocs:
+ dh_installdocs -A README.rst
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e091815
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/fastkml/fastkml-(.+)\.(?: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/fastkml.git
More information about the Python-modules-commits
mailing list