Package: mitmproxy Version: 0.11.3-1 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, mitmproxy currently FTBFS in Ubuntu [1] because it doesn't build-depend on python-setuptools (same failure happened in an amd64 Debian unstable pbuilder). In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python-setuptools to fix FTBFS. Thanks for considering the patch. Logan Rosen [1] https://launchpadlibrarian.net/205783198/buildlog_ubuntu-wily-amd64.mitmproxy_0.11.3-1_BUILDING.txt.gz -- System Information: Debian Release: jessie/sid APT prefers wily-updates APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), (100, 'wily-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.0-16-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru mitmproxy-0.11.3/debian/control mitmproxy-0.11.3/debian/control --- mitmproxy-0.11.3/debian/control 2015-05-02 12:44:58.000000000 +0100 +++ mitmproxy-0.11.3/debian/control 2015-05-10 21:07:03.000000000 +0100 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Sebastien Delafond <s...@debian.org> -Build-Depends: python-all, cdbs (>= 0.4.90~), debhelper (>= 6) +Build-Depends: python-all, cdbs (>= 0.4.90~), debhelper (>= 6), python-setuptools Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/collab-maint/mitmproxy.git Vcs-Browser: http://anonscm.debian.org/git/collab-maint/mitmproxy.git