debian/0000775000000000000000000000000012212227640007166 5ustar debian/source/0000775000000000000000000000000012212227640010466 5ustar debian/source/options0000664000000000000000000000005211722440007012100 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/source/format0000664000000000000000000000001411722440007011673 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000170712212227545011051 0ustar python-socketpool (0.5.3-1) unstable; urgency=low [ Jakub Wilk ] * Fix a typo in the package description. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Fri, 06 Sep 2013 10:26:53 +0900 python-socketpool (0.5.2-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Mon, 06 May 2013 21:43:01 +0900 python-socketpool (0.4.1-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Sun, 10 Jun 2012 20:12:22 +0900 python-socketpool (0.3.0-2) unstable; urgency=low * debian/control: Change Maintainer to Python Team. -- TANIGUCHI Takaki Mon, 05 Mar 2012 13:32:42 +0900 python-socketpool (0.3.0-1) unstable; urgency=low * Initial release (Closes: #661333) -- TANIGUCHI Takaki Sun, 26 Feb 2012 23:17:15 +0900 debian/compat0000664000000000000000000000000211722440007010363 0ustar 8 debian/copyright0000664000000000000000000000660411722577022011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-socketpool Source: http://pypi.python.org/pypi/socketpool/0.3.0 Files: * Copyright: 2012 BenoƮt Chesneau 2012 Tarek Ziade License: UNLICENSE or MIT Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". 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. License: UNLICENSE This is free and unencumbered software released into the public domain. . Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. . In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. . 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 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. . For more information, please refer to debian/watch0000664000000000000000000000012511722440007010214 0ustar version=3 http://pypi.python.org/packages/source/s/socketpool/socketpool-(.*).tar.gz debian/docs0000664000000000000000000000001311722440007010032 0ustar README.rst debian/control0000664000000000000000000000146412212227501010572 0ustar Source: python-socketpool Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/socketpool Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-socketpool/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-socketpool/trunk/ Package: python-socketpool Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: simple Python socket pool Socket pool is a simple socket pool that supports multiple factories and backends. It can easily be used by gevent, eventlet or any other library. debian/rules0000775000000000000000000000025011722440007010242 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_install: dh_auto_install rm -r $(CURDIR)/debian/python-socketpool/usr/socketpool