[Python-modules-commits] [u-msgpack-python] 03/03: Start packaging

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Sat Jul 23 09:52:21 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository u-msgpack-python.

commit 1adb5c08757624de07e82f9f005164a764462c22
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Sat Jul 16 23:30:45 2016 +0200

    Start packaging
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 29 +++++++++++++++++++++++++++++
 debian/rules     |  5 +++++
 debian/watch     |  3 +++
 7 files changed, 90 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 7a021f1..29c7f85 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 u-msgpack-python_2.1.orig.tar.gz
 4deb92da74c270d7376b244e1f67ad3bc24f62a8
 6128
+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..d8790f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+u-msgpack-python (2.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #831517)
+
+ -- Orestis Ioannou <orestis at oioannou.com>  Sat, 23 Jul 2016 11:49:21 +0200
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..92b8a10
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: u-msgpack-python
+Section: python
+Priority: optional
+Maintainer: Orestis Ioannou <orestis at oioannou.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python3-all,
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Standards-Version: 3.9.8
+Homepage: https://github.com/vsergeev/u-msgpack-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/u-msgpack-python.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/u-msgpack-python.git
+
+Package: python-u-msgpack
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Python MessagePack serializer and deserializer
+ A lightweight MessagePack serializer and deserializer module written in pure
+ Python, compatible with both Python 2 and Python 3, as well as CPython and
+ PyPy implementations of Python. u-msgpack-python is fully compliant with the
+ latest MessagePack specification. In particular, it supports the new binary,
+ UTF-8 string, and application-defined ext types.
+ .
+ This is the Python 2 package.
+
+Package: python3-u-msgpack
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python3 MessagePack serializer and deserializer
+ A lightweight MessagePack serializer and deserializer module written in pure
+ Python, compatible with both Python 2 and Python 3, as well as CPython and
+ PyPy implementations of Python. u-msgpack-python is fully compliant with the
+ latest MessagePack specification. In particular, it supports the new binary,
+ UTF-8 string, and application-defined ext types.
+ .
+ This is the Python 3 package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..17d7960
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: u-msgpack-python
+Source: https://github.com/vsergeev/u-msgpack-python
+
+Files: *
+Copyright: Copyright (c) 2016 Vanya Sergeev <vsergeev at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Orestis Ioannou <orestis at oioannou.com>
+License: MIT
+
+License: MIT
+ 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..60548aa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=u-msgpack
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0363d3b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/u-msgpack-python/u-msgpack-python-(.+)\.(?: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/u-msgpack-python.git



More information about the Python-modules-commits mailing list