Package: pajeng Version: 1.2+git20150818.b1de7cfee5-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, pajeng currently FTBFS without an Internet connection, which poses a problem for Ubuntu's buildds without Internet access. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on docbook-xsl to fix FTBFS without Internet connection. 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 4.1.0-3-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 pajeng-1.2+git20150818.b1de7cfee5/debian/control pajeng-1.2+git20150818.b1de7cfee5/debian/control --- pajeng-1.2+git20150818.b1de7cfee5/debian/control 2015-08-18 08:22:35.000000000 -0700 +++ pajeng-1.2+git20150818.b1de7cfee5/debian/control 2015-08-20 01:07:06.000000000 -0700 @@ -4,7 +4,7 @@ Uploaders: Lucas Nussbaum <[email protected]> Build-Depends: debhelper (>= 9.0.0), chrpath, libqt4-dev, libboost-dev, freeglut3-dev, cmake, libqt4-opengl-dev, - asciidoc, libxml2-utils, docbook-xml, xsltproc, flex, bison, texlive-latex-extra, texlive-fonts-recommended + asciidoc, libxml2-utils, docbook-xml, xsltproc, flex, bison, texlive-latex-extra, texlive-fonts-recommended, docbook-xsl Standards-Version: 3.9.6 Section: libs Homepage: https://github.com/schnorr/pajeng

