[Python-modules-commits] [pyee] 03/03: Initial Debian packaging (closes: #869099)

Ethan Ward ethanward-guest at moszumanska.debian.org
Mon Jul 24 19:59:25 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository pyee.

commit 086ddc571e283edeeafc9214ff6ef38a6c8b80ca
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Mon Jul 24 14:58:48 2017 -0500

    Initial Debian packaging (closes: #869099)
---
 debian/.git-dpm       |  3 +++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 31 +++++++++++++++++++++++++++++++
 debian/copyright      | 30 ++++++++++++++++++++++++++++++
 debian/rules          |  7 +++++++
 debian/source/options |  0
 debian/watch          |  2 ++
 8 files changed, 79 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 3649883..b7e120a 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ a53727b59001424354a52a0bd190907ab41d4c7f
 pyee_3.0.3.orig.tar.gz
 ee0ca9d5134a928547d374ac63fa59dfaf137c93
 5986
+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..ad5d065
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pyee (3.0.3-1) UNRELEASED; urgency=medium
+
+  * Initial Debian packaging (closes: #869099)
+
+ -- Mycroft Devs <devops at mycroft.ai>  Mon, 17 Jul 2017 10:25:02 -0500
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..6ad2bff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: pyee
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Mycroft Devs <devops at mycroft.ai>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python3-all,
+               python-pytest-runner,
+               python-setuptools,
+               python-vcversioner,
+               python3-vcversioner,
+               python3-setuptools,
+               python3-pytest-runner
+Standards-Version: 4.0.0
+
+Package: python-pyee
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Port of node.js's EventEmitter to python
+ This package contains the pyee module for Python 2. pyee supplies an
+ EventEmitter object similar to the EventEmitter from node.js.
+
+Package: python3-pyee
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Port of node.js's EventEmitter to python
+ This package contains the pyee module for Python 3. pyee supplies an
+ EventEmitter object similar to the EventEmitter from node.js.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dd573d9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyee
+Source: https://pypi.python.org/pypi/pyee
+
+Files: *
+Copyright: (c) 2017 Joshua Holbrook
+License: MIT-style
+
+Files: debian/*
+Copyright: (c) 2017, Ethan Ward <ethan.ward at mycroft.ai>
+License: MIT-style
+
+License: MIT-style
+ 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..1e8b073
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+
+export PYBUILD_NAME=pyee
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..e69de29
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bee0e2d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/p/pyee/pyee-(.*).tar.gz

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



More information about the Python-modules-commits mailing list