debian/0000755000000000000000000000000012246713017007171 5ustar debian/python-ws4py.doc-base0000644000000000000000000000050712234540411013170 0ustar Document: python-ws4py Title: python-ws4py documentation Author: Sylvain Hellegouarch Section: Programming Format: HTML Index: /usr/share/doc/python-ws4py/html/index.html Files: /usr/share/doc/python-ws4py/html/*.html Format: Text Index: /usr/share/doc/python-ws4py/rst/index.txt Files: /usr/share/doc/python-ws4py/rst/*.txt debian/control0000644000000000000000000000261112234541676010603 0ustar Source: python-ws4py Section: python Priority: extra Maintainer: Stein Magnus Jodal Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools, python-unittest2, python3-all, python3-setuptools, python-sphinx (>= 1.0.7+dfsg), python-sphinxcontrib.seqdiag, python-cherrypy3 (>= 3.2.2), python-gevent (>= 0.13.6), python-tornado (>= 2.0) Standards-Version: 3.9.4 Homepage: http://www.defuze.org/oss/ws4py/docs/ Vcs-Git: git://github.com/jodal/python-ws4py.git Vcs-Browser: https://github.com/jodal/python-ws4py X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-ws4py Architecture: all Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends} Suggests: python-cherrypy3 (>= 3.2.2) | python-gevent (>= 0.13.6) | python-tornado (>= 2.0) Description: WebSocket library for Python (Python 2) Python library providing an implementation of the WebSocket protocol defined in RFC 6456. . This is the Python 2 version of the package. Package: python3-ws4py Architecture: all Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends} Suggests: python3-tornado (>= 2.0) Description: WebSocket library for Python (Python 3) Python library providing an implementation of the WebSocket protocol defined in RFC 6456. . This is the Python 3 version of the package. debian/compat0000644000000000000000000000000212234540411010360 0ustar 8 debian/python3-ws4py.links0000644000000000000000000000011212234540411012706 0ustar usr/share/doc/python3-ws4py/html/_sources usr/share/doc/python3-ws4py/rst debian/python3-ws4py.examples0000644000000000000000000000001212234540411013403 0ustar example/* debian/python-ws4py.examples0000644000000000000000000000001212234540411013320 0ustar example/* debian/watch0000644000000000000000000000007712234540411010217 0ustar version=3 http://www.defuze.org/oss/ws4py/ ws4py-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012234540411010462 5ustar debian/source/format0000644000000000000000000000001412234540411011670 0ustar 3.0 (quilt) debian/python-ws4py.docs0000644000000000000000000000003412234540411012436 0ustar README.md build/sphinx/html debian/copyright0000644000000000000000000000404412234541207011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ws4py Upstream-Contact: Sylvain Hellegouarch Source: https://github.com/Lawouach/WebSocket-for-Python Files: * Copyright: 2011-2013 Sylvain Hellegouarch License: BSD-3-Clause Files: ws4py/utf8validator.py Copyright: 2011 Tavendo GmbH License: Apache-2.0 On Debian systems the full text of the Apache License (Version 2) can be found in the `/usr/share/common-licenses/Apache-2.0' file. Files: debian/* Copyright: 2012-2013 Stein Magnus Jodal 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the ws4py 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 HOLDERS 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. debian/python3-ws4py.doc-base0000644000000000000000000000051512234540411013252 0ustar Document: python3-ws4py Title: python3-ws4py documentation Author: Sylvain Hellegouarch Section: Programming Format: HTML Index: /usr/share/doc/python3-ws4py/html/index.html Files: /usr/share/doc/python3-ws4py/html/*.html Format: Text Index: /usr/share/doc/python3-ws4py/rst/index.txt Files: /usr/share/doc/python3-ws4py/rst/*.txt debian/python-ws4py.links0000644000000000000000000000011012234540411012621 0ustar usr/share/doc/python-ws4py/html/_sources usr/share/doc/python-ws4py/rst debian/gbp.conf0000644000000000000000000000004612234540411010601 0ustar [DEFAULT] upstream-tag = v%(version)s debian/python3-ws4py.install0000644000000000000000000000002012234540411013232 0ustar usr/lib/python3 debian/rules0000755000000000000000000000161512234540411010245 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv # Test suite depends on optional dependencies that isn't available on Py3 #override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) override_dh_auto_test: $(PYTHON2:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installdocs: python setup.py build_sphinx dh_installdocs override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/python-ws4py.install0000644000000000000000000000002112234540411013150 0ustar usr/lib/python2* debian/changelog0000644000000000000000000000205012234541745011044 0ustar python-ws4py (0.3.2-1) unstable; urgency=low * New upstream release. * Update copyright years for 2013. * Add Build-Depends on python-sphinxcontrib.seqdiag. * Remove python3-sphinx as an alternative to python-sphinx, since the seqdiag extension isn't packaged for Python 3. -- Stein Magnus Jodal Thu, 31 Oct 2013 21:44:47 +0100 python-ws4py (0.2.4-2) unstable; urgency=low * Bump Standards-Version to 3.9.4. * Upload to unstable. -- Stein Magnus Jodal Wed, 15 May 2013 22:24:49 +0200 python-ws4py (0.2.4-1) experimental; urgency=low * New upstream release. -- Stein Magnus Jodal Thu, 13 Dec 2012 22:19:39 +0100 python-ws4py (0.2.3-2) experimental; urgency=low * Remove Suggests on non-existant doc package. -- Stein Magnus Jodal Thu, 06 Dec 2012 00:24:07 +0100 python-ws4py (0.2.3-1) experimental; urgency=low * Initial release. Closes: 695200 -- Stein Magnus Jodal Wed, 05 Dec 2012 10:18:20 +0100 debian/python3-ws4py.docs0000644000000000000000000000003412234540411012521 0ustar README.md build/sphinx/html