[Python-modules-commits] [python-aiomeasures] 03/03: Initial release. (Closes: #889300)

Ondrej Novy onovy at debian.org
Sun Feb 4 09:20:31 UTC 2018


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

onovy pushed a commit to branch master
in repository python-aiomeasures.

commit 9df30e00b394625168058382f83e7d3d8380a47c
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Feb 4 10:15:53 2018 +0100

    Initial release. (Closes: #889300)
---
 debian/.git-dpm       |  3 +++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 25 +++++++++++++++++++++++++
 debian/copyright      | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules          |  7 +++++++
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 82 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index a5a23d1..adbf586 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-aiomeasures_0.5.14.orig.tar.gz
 2c53e608a76433554cdb178cb2ed96c5f985112a
 217780
+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..e85cb8d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-aiomeasures (0.5.14-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #889300)
+
+ -- Ondřej Nový <onovy at debian.org>  Sat, 03 Feb 2018 16:55:18 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e727c5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-aiomeasures
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Nový <onovy at debian.org>,
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 11),
+               dh-python,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 4.1.3
+Homepage: https://pypi.python.org/pypi/aiomeasures
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aiomeasures.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aiomeasures.git
+Testsuite: autopkgtest-pkg-python
+X-Python3-Version: >= 3.3
+
+Package: python3-aiomeasures
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Description: collect and send metrics to StatsD for Python
+ This library allows you to send metrics to your Datadog or Statsd server.
+ This works on Python >= 3.3 and relies on asyncio.
+ .
+ This package contains the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6af94dd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aiomeasures
+Source: https://lab.errorist.xyz/abc/aiomeasures
+
+Files: *
+Copyright: 2015 Xavier Barbosa
+License: Expat
+
+Files: debian/*
+Copyright: 2018 Ondřej Nový <onovy at debian.org>
+License: Expat
+
+Files: versioneer.py aiomeasures/_version.py
+Copyright: Public domain
+License: public-domain
+ Versioneer is released as public domain, see
+ https://github.com/warner/python-versioneer
+
+License: Expat
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..a71b622
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#! /usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = aiomeasures
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bfcc3f5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/v?(\d\S+)\/archive\.tar\.gz/python-aiomeasures-$1\.tar\.gz/g \
+  https://lab.errorist.xyz/abc/aiomeasures/tags?sort=updated_desc .*/v?(\d\S+)/archive\.tar\.gz

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



More information about the Python-modules-commits mailing list