Package: python-udiskie Version: 1.1.2-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, python-udiskie currently FTBFS because it doesn't build-depend on xsltproc. Furthermore, without an Internet connection (like on Ubuntu's buildds), it will FTBFS without the docbook-xsl package installed. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on xsltproc and docbook-xsl 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-20-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-udiskie-1.1.2/debian/control python-udiskie-1.1.2/debian/control --- python-udiskie-1.1.2/debian/control 2015-03-31 10:01:13.000000000 -0700 +++ python-udiskie-1.1.2/debian/control 2015-06-20 23:06:16.000000000 -0700 @@ -5,6 +5,7 @@ Build-Depends: asciidoc, debhelper (>=9), dh-python, + docbook-xsl, gettext, gobject-introspection, python-all, @@ -14,7 +15,8 @@ python3-all, python3-docopt, python3-setuptools, - python3-yaml + python3-yaml, + xsltproc X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 Standards-Version: 3.9.6