Package: git-phab Version: 0~git20160322-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, The buildds for Ubuntu don't have network access since a package shouldn't depend on an Internet resource to build properly. git-phab currently FTBFS without an Internet connection during the documentation generation due to a missing stylesheet. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on docbook-xsl to fix FTBFS while offline. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru git-phab-0~git20160322/debian/control git-phab-0~git20160322/debian/control --- git-phab-0~git20160322/debian/control 2016-03-25 08:01:24.000000000 -0400 +++ git-phab-0~git20160322/debian/control 2016-05-05 15:06:52.000000000 -0400 @@ -8,7 +8,8 @@ asciidoc, libxml2-utils, docbook-xml, - xsltproc + xsltproc, + docbook-xsl Standards-Version: 3.9.7 Homepage: https://phabricator.freedesktop.org/diffusion/GITPHAB/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/git-phab.git