Package: python-exif Version: 1.4.2-2 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 vivid ubuntu-patch
Dear Maintainer, python-exif currently FTBFS in an unstable pbuilder because it doesn't build-depend on dh-python (and consequently doesn't pick up pybuild.pm for debhelper). You can see the build log from Ubuntu here. [1] In Ubuntu, the attached patch was applied to achieve the following: * debian/control: Build-depend on dh-python to fix FTBFS. Thanks for considering the patch. Logan Rosen [1] https://launchpadlibrarian.net/195817214/buildlog_ubuntu-vivid-amd64.python-exif_1.4.2-2_FAILEDTOBUILD.txt.gz -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.18.0-13-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 python-exif-1.4.2/debian/control python-exif-1.4.2/debian/control --- python-exif-1.4.2/debian/control 2015-01-25 22:46:40.000000000 +0000 +++ python-exif-1.4.2/debian/control 2015-02-24 13:17:32.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <tak...@debian.org>, W. Martin Borgert <deba...@debian.org> -Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9) +Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), dh-python Standards-Version: 3.9.5 Homepage: https://github.com/ianare/exif-py Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-exif.git