debian/0000755000000000000000000000000012341034250007160 5ustar debian/clean0000644000000000000000000000000611557324651010200 0ustar enet.cdebian/rules0000755000000000000000000000071111557326546010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh --with python2 $@ debian/copyright0000644000000000000000000000527611557324404011140 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-enet Source: http://code.google.com/p/pyenet/source/checkout Files: * Copyright: 2003, Scott Robinson 2009,2010 Andrew Resch License: MIT All rights reserved. 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 the 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. Files: debian/* Copyright: 2011 Christoph Egger License: zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. debian/docs0000644000000000000000000000000711557321135010041 0ustar README debian/source/0000755000000000000000000000000011557321135010471 5ustar debian/source/format0000644000000000000000000000001411557321135011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011557324667010635 5ustar debian/patches/build-against-system-enet.patch0000644000000000000000000000226411557324010016636 0ustar Description: Make python-enet build against system libenet 0.0~svn21-1 Origin: debian Forwarded: no Last-Update: 2011-05-01 --- python-enet-0.0~svn21.orig/setup.py +++ python-enet-0.0~svn21/setup.py @@ -31,22 +31,22 @@ import sys source_files = ["enet.pyx"] -_enet_files = glob.glob("enet/*.c") +# _enet_files = glob.glob("enet/*.c") -if not _enet_files: - print("You need to download and extract the enet 1.3 source to enet/") - print("Download the source from: http://enet.bespin.org/SourceDistro.html") - print("See the README for more instructions") - sys.exit(1) - -source_files.extend(_enet_files) +# if not _enet_files: +# print("You need to download and extract the enet 1.3 source to enet/") +# print("Download the source from: http://enet.bespin.org/SourceDistro.html") +# print("See the README for more instructions") +# sys.exit(1) +# +# source_files.extend(_enet_files) define_macros = [('HAS_POLL', None), ('HAS_FCNTL', None), ('HAS_MSGHDR_FLAGS', None), ('HAS_SOCKLEN_T', None) ] -libraries = [] +libraries = ['enet'] if sys.platform == 'win32': define_macros.extend([('WIN32', None)]) debian/patches/series0000644000000000000000000000004011557324667012044 0ustar build-against-system-enet.patch debian/compat0000644000000000000000000000000211557321135010367 0ustar 7 debian/control0000644000000000000000000000127511557326715010612 0ustar Source: python-enet Section: python Priority: optional Maintainer: Christoph Egger Build-Depends: debhelper (>= 7.0.50~), python-all-dev, cython, libenet-dev Standards-Version: 3.9.2 Homepage: http://code.google.com/p/pyenet/ #Vcs-Git: git://git.debian.org/collab-maint/python-enet.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/python-enet.git;a=summary Package: python-enet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Breaks: ${python:Breaks} Description: wrapper for the ENet library python-enet provides a thin wrapper around the enet networking library. ENet is a thin layer to provide reliable comunication over UDP. debian/changelog0000644000000000000000000000144512341034250011036 0ustar python-enet (0.0~svn24-1build2) utopic; urgency=medium * Rebuild against libenet7. -- Colin Watson Tue, 27 May 2014 09:03:04 +0200 python-enet (0.0~svn24-1build1) saucy; urgency=low * No-change rebuild against latest enet -- Jeremy Bicha Sun, 16 Jun 2013 11:24:32 -0400 python-enet (0.0~svn24-1) unstable; urgency=low * Updated to svn revision 24 -- Christoph Egger Tue, 15 Nov 2011 15:57:37 +0100 python-enet (0.0~svn23-1) unstable; urgency=low * Update to svn revision 23 -- Christoph Egger Thu, 29 Sep 2011 12:44:48 +0200 python-enet (0.0~svn22-1) unstable; urgency=low * Initial release (Closes: #624808) -- Christoph Egger Sun, 01 May 2011 20:11:36 +0200