[Python-modules-commits] [gpxpy] 02/07: Add debian/.

Dominik George natureshadow-guest at moszumanska.debian.org
Fri Nov 4 12:37:19 UTC 2016


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

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

commit f0df4db30fedf1ae1d83bc687a7ca943fee4bc15
Author: Dominik George <nik at naturalnet.de>
Date:   Fri Nov 4 12:51:38 2016 +0100

    Add debian/.
---
 debian/.git-dpm                        | 11 ++++++++
 debian/changelog                       |  5 ++++
 debian/compat                          |  1 +
 debian/control                         | 48 ++++++++++++++++++++++++++++++++++
 debian/copyright                       | 25 ++++++++++++++++++
 debian/python-gpxpy.lintian-overrides  |  2 ++
 debian/python3-gpxpy.lintian-overrides |  2 ++
 debian/rules                           |  6 +++++
 debian/source/format                   |  1 +
 debian/source/lintian-overrides        |  2 ++
 debian/watch                           |  4 +++
 11 files changed, 107 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..550094c
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+2cd7ea2dbc6b8f38a778722b253efc20772eb27c
+2cd7ea2dbc6b8f38a778722b253efc20772eb27c
+2cd7ea2dbc6b8f38a778722b253efc20772eb27c
+2cd7ea2dbc6b8f38a778722b253efc20772eb27c
+mimerender_0.6.0.orig.tar.gz
+49040fe377de9d6423883c554e3da96258592606
+5260
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..813c707
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gpxpy (1.1.1-1) unstable; urgency=low
+
+  * Initial packaging of upstream release. (Closes: #843158)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 22 Sep 2016 14:07:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..53dabee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: gpxpy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-distutils,
+ python3-all,
+ python3-distutils,
+Standards-Version: 3.9.8
+Homepage: http://www.trackprofiler.com/gpxpy/index.html
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gpxpy.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/gpxpy.git
+
+Package: python-gpxpy
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: GPX file parser and GPS track manipulation library (Python 2)
+ gpxpy is a simple Python library for parsing and manipulating GPX files.
+ GPX is an XML based format for GPS tracks.
+ .
+ The library also contains utility functions that are used in GPX file
+ handling, but can also be used separately, e.g. simple functions for
+ calculating geographical coordinates.
+ .
+ This package contains the Python 2 version.
+
+Package: python3-gpxpy
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: GPX file parser and GPS track manipulation library (Python 3)
+ gpxpy is a simple Python library for parsing and manipulating GPX files.
+ GPX is an XML based format for GPS tracks.
+ .
+ The library also contains utility functions that are used in GPX file
+ handling, but can also be used separately, e.g. simple functions for
+ calculating geographical coordinates.
+ .
+ This package contains the Python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..175d7ad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gpxpy
+Upstream-Contact: Tomo Krajina <tkrajina at gmail.com>
+Source: https://pypi.python.org/pypi/gpxpy
+
+Files: *
+Copyright: 2011-2014 Tomo Krajina <tkrajina at gmail.com>
+License: Apache
+
+Files: debian/*
+Copyright: 2016 Dominik George <nik at naturalnet.de>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ On Debian systems, you may obtain a copy of the License at
+ .
+ /usr/share/common-licenses/Apache-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/debian/python-gpxpy.lintian-overrides b/debian/python-gpxpy.lintian-overrides
new file mode 100644
index 0000000..70877a9
--- /dev/null
+++ b/debian/python-gpxpy.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-gpxpy binary: no-upstream-changelog
diff --git a/debian/python3-gpxpy.lintian-overrides b/debian/python3-gpxpy.lintian-overrides
new file mode 100644
index 0000000..bf8fb4d
--- /dev/null
+++ b/debian/python3-gpxpy.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python3-gpxpy binary: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..923733e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=gpxpy
+
+%:
+	dh $@ --with python2,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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..6999f6a
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not sign tarballs. Discussing that, though.
+gpxpy source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..da0fff3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/mimerender/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/mimerender/mimerender-(.+)\.(?: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/gpxpy.git



More information about the Python-modules-commits mailing list