Package: docbook2x Version: 0.8.8-9 Severity: important If I do this:
apt-get source docbook2x cd docbook2x-0.8.8 dpkg-buildpackage -uc -us -b dpkg-buildpackage -uc -us -b I get this after the second dpkg-buildpackage invocation: Making all in doc make[2]: Entering directory '/tmp/20150922/docbook2x-0.8.8/doc' ../perl/db2x_xsltproc -C ../xslt/catalog.xml -s ./ss-html.xsl docbook2X.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" compilation error: file ./ss-html.xsl line 18 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl Makefile:664: recipe for target 'docbook2X.html' failed make[2]: *** [docbook2X.html] Error 5 make[2]: Leaving directory '/tmp/20150922/docbook2x-0.8.8/doc' Makefile:255: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/20150922/docbook2x-0.8.8' /usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed make: *** [debian/stamp-makefile-build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Thanks.

