[Python-modules-commits] r34206 - in packages/python-websockets/trunk (9 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Sep 8 19:19:31 UTC 2015


    Date: Tuesday, September 8, 2015 @ 19:19:30
  Author: piotr
Revision: 34206

[svn-inject] Applying Debian modifications (2.6-1) to trunk

Added:
  packages/python-websockets/trunk/debian/
  packages/python-websockets/trunk/debian/changelog
  packages/python-websockets/trunk/debian/compat
  packages/python-websockets/trunk/debian/control
  packages/python-websockets/trunk/debian/copyright
  packages/python-websockets/trunk/debian/rules
  packages/python-websockets/trunk/debian/source/
  packages/python-websockets/trunk/debian/source/format
  packages/python-websockets/trunk/debian/watch


Property changes on: packages/python-websockets/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-websockets/trunk/debian/changelog
===================================================================
--- packages/python-websockets/trunk/debian/changelog	                        (rev 0)
+++ packages/python-websockets/trunk/debian/changelog	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1,5 @@
+python-websockets (2.6-1) unstable; urgency=low
+
+  * Initial release (closes: #798397)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 08 Sep 2015 21:03:37 +0200

Added: packages/python-websockets/trunk/debian/compat
===================================================================
--- packages/python-websockets/trunk/debian/compat	                        (rev 0)
+++ packages/python-websockets/trunk/debian/compat	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1 @@
+9

Added: packages/python-websockets/trunk/debian/control
===================================================================
--- packages/python-websockets/trunk/debian/control	                        (rev 0)
+++ packages/python-websockets/trunk/debian/control	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1,25 @@
+Source: python-websockets
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.6
+Homepage: https://github.com/aaugustin/websockets
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-websockets/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-websockets/trunk/
+X-Python3-Version: >= 3.3
+
+Package: python3-websockets
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: implementation of the WebSocket Protocol (RFC 6455)
+ websockets is a library for developing WebSocket servers and clients in
+ Python. It implements RFC 6455 with a focus on correctness and simplicity.
+ It passes the Autobahn Testsuite.
+ .
+ Built on top of Python's asynchronous I/O support introduced in PEP 3156,
+ it provides an API based on coroutines, making it easy to write highly
+ concurrent applications.

Added: packages/python-websockets/trunk/debian/copyright
===================================================================
--- packages/python-websockets/trunk/debian/copyright	                        (rev 0)
+++ packages/python-websockets/trunk/debian/copyright	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: websockets
+Upstream-Contact: Aymeric Augustin <aymeric.augustin at m4x.org>
+Source: https://github.com/aaugustin/websockets
+
+Files: *
+Copyright: 2013-2015 Aymeric Augustin and contributors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 © Piotr Ożarowski <piotr at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
+       and/or other materials provided with the distribution.
+     * Neither the name of websockets nor the names of its contributors may
+       be used to endorse or promote products derived from this software without
+       specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-websockets/trunk/debian/rules
===================================================================
--- packages/python-websockets/trunk/debian/rules	                        (rev 0)
+++ packages/python-websockets/trunk/debian/rules	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=websockets
+%:
+	dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file


Property changes on: packages/python-websockets/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-websockets/trunk/debian/source/format
===================================================================
--- packages/python-websockets/trunk/debian/source/format	                        (rev 0)
+++ packages/python-websockets/trunk/debian/source/format	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-websockets/trunk/debian/watch
===================================================================
--- packages/python-websockets/trunk/debian/watch	                        (rev 0)
+++ packages/python-websockets/trunk/debian/watch	2015-09-08 19:19:30 UTC (rev 34206)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/websockets/websockets-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list