debian/0000775000000000000000000000000012142057235007171 5ustar debian/source/0000775000000000000000000000000012142057235010471 5ustar debian/source/format0000664000000000000000000000001411652515141011677 0ustar 3.0 (quilt) debian/control0000664000000000000000000000202112142047057010570 0ustar Source: python-mod-pywebsocket Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), python-all, python-support Standards-Version: 3.9.3 Homepage: http://code.google.com/p/pywebsocket/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-mod-pywebsocket/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-mod-pywebsocket/trunk/ Package: python-mod-pywebsocket Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: libapache2-mod-python Provides: ${python:Provides} Breaks: ${python:Breaks} Description: WebSocket extension for Apache HTTP Server The pywebsocket project aims to provide a WebSocket extension for Apache HTTP Server, mod_pywebsocket. You can also run it as a standalone server. . mod_pywebsocket is intended for testing or experimental purposes. mod_python is required. For wss, mod_ssl is also required. debian/examples0000664000000000000000000000001611652515141010727 0ustar src/example/* debian/docs0000664000000000000000000000000011652515141010032 0ustar debian/copyright0000664000000000000000000000334611736171622011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pywebsocket Source: http://code.google.com/p/pywebsocket/ Files: * Copyright: 2009, Google Inc. License: BSD-3-Clause Files: debian/* Copyright: 2011 TANIGUCHI Takaki 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 University 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 REGENTS 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 REGENTS 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/changelog0000664000000000000000000000177112142057113011044 0ustar python-mod-pywebsocket (0.7.9-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Tue, 07 May 2013 10:52:08 +0900 python-mod-pywebsocket (0.7.5-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Wed, 16 May 2012 09:28:54 +0900 python-mod-pywebsocket (0.7.3-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Sun, 08 Apr 2012 20:04:20 +0900 python-mod-pywebsocket (0.7.2-1) unstable; urgency=low * New upstream release * Bump Standards-Verstion to 3.9.3. + debian/copyright: Update copyright-format 1.0. * debian/watch: No longer use googlecode.d.n. -- TANIGUCHI Takaki Mon, 02 Apr 2012 09:34:07 +0900 python-mod-pywebsocket (0.7-1) unstable; urgency=low * Initial release (Closes: #646569) -- TANIGUCHI Takaki Fri, 28 Oct 2011 21:00:32 +0900 debian/watch0000664000000000000000000000022311736171622010224 0ustar version=3 http://code.google.com/p/pywebsocket/downloads/list?can=1 .*/mod_pywebsocket-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/rules0000775000000000000000000000010311652515141010243 0ustar #!/usr/bin/make -f %: dh $@ --sourcedirectory=src --with python2 debian/compat0000664000000000000000000000000211652515141010367 0ustar 7