Package: painintheapt Version: 0.20150504-1 Severity: serious Tags: patch Justification: fails to build from source User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, painintheapt currently FTBFS in a clean Debian unstable amd64 pbuilder because it does not build-depend on python-docutils, so it can't run the necessary rst2man command. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python-docutils to fix FTBFS. Thanks for considering the patch. Logan Rosen -- 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 painintheapt-0.20150504/debian/control painintheapt-0.20150504/debian/control --- painintheapt-0.20150504/debian/control 2015-05-06 23:02:15.000000000 +0100 +++ painintheapt-0.20150504/debian/control 2015-05-10 20:49:36.000000000 +0100 @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 9.0), python3, dh-python, - dh-systemd (>= 1.5) + dh-systemd (>= 1.5), + python-docutils Standards-Version: 3.9.6 Homepage: https://painintheapt.alioth.debian.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/painintheapt.git