debian/0000755000000000000000000000000012260551371007170 5ustar debian/copyright0000644000000000000000000000541112260551371011124 0ustar This package was debianized by Sébastien Delafond on Mon, 13 Feb 2012 11:50:40 +0100 It was downloaded from http://github.com/cortesi/mitmproxy Upstream Author: ================ Aldo Cortesi License: ======== mitmproxy is copyright (c) 2010 Aldo Cortesi, and is licensed under the terms of the GNU General Public License version 3, with the following addition: In addition, as a special exception, the copyright holders give permission to link the code of this program or portions of this program with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify file(s) provided under this license, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. Some additional files distributed with mitmproxy are licensed and copyrighted differently: * contrib/pyparsing.py is copyright (c) 2003-2009 Paul T. McGuire, and licensed under the following: 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. Debian packaging license: ========================= The Debian packaging is copyright (c) 2012 Sébastien Delafond and is licensed under the GPL version 3. On Debian systems, the full text of the GPL-3 license can be found at /usr/share/common-licenses/GPL-3. debian/watch0000644000000000000000000000013612260551371010221 0ustar version=3 https://github.com/mitmproxy/mitmproxy/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate debian/changelog0000644000000000000000000000324512260551371011046 0ustar mitmproxy (0.9.2-2) unstable; urgency=low * Change architecture to "all" -- Sebastien Delafond Tue, 31 Dec 2013 15:21:43 +0100 mitmproxy (0.9.2-1) unstable; urgency=low * New upstream release -- Sebastien Delafond Tue, 31 Dec 2013 12:41:31 +0100 mitmproxy (0.9.1-2) unstable; urgency=low * Add dependency on python-netlib (Closes: #724239) -- Sebastien Delafond Tue, 24 Sep 2013 09:28:30 +0200 mitmproxy (0.9.1-1) unstable; urgency=low * New upstream release (Closes: #717694) * Bump up Standards-Version * Update watch file -- Sebastien Delafond Sun, 01 Sep 2013 15:03:09 +0200 mitmproxy (0.8-2) unstable; urgency=low * Added missing dependency on python-lxml (Closes: #687056) -- Sebastien Delafond Mon, 10 Sep 2012 11:10:13 +0200 mitmproxy (0.8-1) unstable; urgency=low * Imported Upstream version 0.8 * Bumped up Standards-Version * Added new upstream dependencies -- Sebastien Delafond Thu, 19 Apr 2012 11:24:19 +0200 mitmproxy (0.7-1) unstable; urgency=low * Imported Upstream version 0.7 -- Sebastien Delafond Tue, 28 Feb 2012 15:51:20 +0100 mitmproxy (0.6-3) unstable; urgency=low * Section is network, not python (Closes: #660334) -- Sebastien Delafond Sat, 18 Feb 2012 13:44:08 +0100 mitmproxy (0.6-2) unstable; urgency=low * Add Vcs-* info to control file -- Sebastien Delafond Sat, 18 Feb 2012 10:04:08 +0100 mitmproxy (0.6-1) unstable; urgency=low * Initial release (Closes: #659613). -- Sebastien Delafond Mon, 13 Feb 2012 11:46:52 +0100 debian/compat0000644000000000000000000000000212260551371010366 0ustar 6 debian/dirs0000644000000000000000000000004112260551371010047 0ustar usr/share/doc/mitmproxy/examples debian/source/0000755000000000000000000000000012260551371010470 5ustar debian/source/format0000644000000000000000000000001312260551371011675 0ustar 3.0 (quilt)debian/control0000644000000000000000000000222712260551371010576 0ustar Source: mitmproxy Section: net 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/mitmproxy.git Vcs-Browser: http://anonscm.debian.org/git/collab-maint/mitmproxy.git Package: mitmproxy Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-urwid, python-openssl, python-pyasn1, python-imaging, python-lxml, python-flask, python-netlib Provides: ${python:Provides} Description: SSL-capable man-in-the-middle HTTP proxy mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly. . Also shipped is mitmdump, the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP. . Features: - intercept and modify HTTP traffic on the fly - save HTTP conversations for later replay and analysis - replay both HTTP clients and servers - make scripted changes to HTTP traffic using Python - SSL interception certs generated on the fly debian/rules0000755000000000000000000000041312260551371010246 0ustar #!/usr/bin/make -f DEB_PYTHON2_MODULE_PACKAGES = mitmproxy include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk STAGING_DIR := $(CURDIR)/debian/mitmproxy DEB_INSTALL_DOCS_ALL := CONTRIBUTORS examples/