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

Michael Fladischer fladi at moszumanska.debian.org
Wed Jul 20 08:50:59 UTC 2016


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

fladi pushed a commit to branch master
in repository python-signaller.

commit 6a3ef69fb4dd9f2f9ad38215aee1a8c817817c04
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Jul 20 10:34:58 2016 +0200

    Initial release (Closes: #831854).
---
 debian/changelog              |  5 +++++
 debian/clean                  |  1 +
 debian/compat                 |  1 +
 debian/control                | 25 +++++++++++++++++++++++++
 debian/copyright              | 31 +++++++++++++++++++++++++++++++
 debian/python3-signaller.docs |  1 +
 debian/rules                  |  9 +++++++++
 debian/watch                  |  3 +++
 8 files changed, 76 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..23b970c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-signaller (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #831854).
+
+ -- Michael Fladischer <fladi at debian.org>  Wed, 20 Jul 2016 09:43:24 +0200
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..31dfc02
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+Signaller.egg-info/SOURCES.txt
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..de964de
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-signaller
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-signaller.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-signaller.git
+Homepage: https://github.com/xmikos/signaller
+X-Python3-Version: >= 3.4
+
+Package: python3-signaller
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Signals and slots with asyncio support (Python3 version)
+ Signals and slots implementation with asyncio support. Slots can be functions,
+ methods or coroutines. Weak references are used by default. If a slot is a
+ coroutine, it will be scheduled to run asynchronously with asyncio.async().
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b3b75f7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-signaller
+Upstream-Contact: Michal Krenek <m.krenek at gmail.com>
+Source: https://github.com/xmikos/signaller
+
+Files: *
+Copyright: 2016, Michal Krenek <m.krenek at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2016, Michael Fladischer <fladi at debian.org>
+License: Expat
+
+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/python3-signaller.docs b/debian/python3-signaller.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-signaller.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ec44fbf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=signaller
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bb60472
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/Signaller/Signaller-(.+)\.(?: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-signaller.git



More information about the Python-modules-commits mailing list