debian/0000755000000000000000000000000012260266762007177 5ustar debian/compat0000644000000000000000000000000212260266762010375 0ustar 8 debian/control0000644000000000000000000000163312260266762010605 0ustar Source: python-netlib Section: python Priority: optional Maintainer: Sebastien Delafond Build-Depends: python-all, cdbs (>= 0.4.90~), debhelper (>= 6) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/collab-maint/python-netlib.git Vcs-Browser: http://anonscm.debian.org/git/collab-maint/python-netlib.git Package: python-netlib Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-pyasn1, python-openssl Provides: ${python:Provides} Description: collection of network utility classes Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards. This means that protocols are implemented as small, well-contained and flexible functions, and are designed to allow misbehaviour when needed. . debian/watch0000644000000000000000000000013312260266762010225 0ustar version=3 https://github.com/mitmproxy/netlib/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate debian/changelog0000644000000000000000000000144512260266762011055 0ustar python-netlib (0.9.2-2) unstable; urgency=low * Change architecture to "all" -- Sebastien Delafond Mon, 30 Dec 2013 13:55:53 +0100 python-netlib (0.9.2-1) unstable; urgency=low * New upstream release (Closes: #731994) * Update watch file to point at new upstream location -- Sebastien Delafond Sun, 29 Dec 2013 17:58:55 +0100 python-netlib (0.9.1-2) unstable; urgency=low * Bump up debian/compat to 8 * License Debian packaging under MIT, like upstream * Document netlib/contrib/md5crypt.py's "Beer-Ware" license -- Sebastien Delafond Tue, 20 Aug 2013 22:12:37 +0200 python-netlib (0.9.1-1) unstable; urgency=low * Initial release (Closes: #717065). -- Sebastien Delafond Tue, 16 Jul 2013 15:01:59 +0200 debian/source/0000755000000000000000000000000012260266762010477 5ustar debian/source/format0000644000000000000000000000001312260266762011704 0ustar 3.0 (quilt)debian/rules0000755000000000000000000000042412260266762010257 0ustar #!/usr/bin/make -f DEB_PYTHON2_MODULE_PACKAGES = python-netlib include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk STAGING_DIR := $(CURDIR)/debian/python-netlib #DEB_INSTALL_DOCS_ALL := CONTRIBUTORS examples/ debian/copyright0000644000000000000000000000412612260266762011135 0ustar This package was debianized by Sébastien Delafond on Tue, 16 Jul 2013 15:10:16 +0200 It was downloaded from http://github.com/cortesi/python-netlib, and now lives at https://github.com/mitmproxy/netlib/ Upstream Author: ================ Aldo Cortesi License: ======== python-netlib is copyright (c) 2013 Aldo Cortesi, and is licensed under the terms of the MIT license: 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. netlib/contrib/md5crypt.py is licensed under the Beer-Ware license: "THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp Debian packaging license: ========================= The Debian packaging is copyright (c) 2013 Sébastien Delafond and is also licensed under the terms of the MIT license.