Control: tag -1 + confirmed tag On Sun, 10 Mar 2013 19:02:44 -0700, Daniel Schepler wrote:
> When I recently did a full build of spandsp in pbuilder, it happened > that my net connection went down momentarily, and I noticed this in > the build log: > > ... > cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml > error : connection refused > ../t38_manual.xml:3: warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" > "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> > ^ > Writing ch01.html for chapter(what-is-t38) > Writing ch02.html for chapter(the-basics-of-a-t38-entity) Confirmed (in a chroot without network access.) > If I add docbook-xml and docbook to the Build-Depends, that seems to > resolve this issue, if I do a test rebuild with the network connection > temporarily disabled. I'm not sure if both of those are needed... docbook-xml is enough, I now get: cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml Writing ch01.html for chapter(what-is-t38) Writing ch02.html for chapter(the-basics-of-a-t38-entity) … Trivial patch attached. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Element of Crime: Straßenbahn des Todes
diff -Nru spandsp-0.0.6~pre20/debian/changelog spandsp-0.0.6~pre20/debian/changelog --- spandsp-0.0.6~pre20/debian/changelog 2012-07-01 21:48:34.000000000 +0200 +++ spandsp-0.0.6~pre20/debian/changelog 2013-03-14 17:56:53.000000000 +0100 @@ -1,3 +1,13 @@ +spandsp (0.0.6~pre20-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix "Downloads external files at build time (through xsltproc) -- + missing Build-Depends?": + Add build dependency on docbook-xml. + (Closes: #702753) + + -- gregor herrmann <gre...@debian.org> Thu, 14 Mar 2013 17:51:32 +0100 + spandsp (0.0.6~pre20-3) unstable; urgency=low * Patch serial-test: also patch Makefile.in (properly Closes: #679736). diff -Nru spandsp-0.0.6~pre20/debian/control spandsp-0.0.6~pre20/debian/control --- spandsp-0.0.6~pre20/debian/control 2012-02-25 21:16:49.000000000 +0100 +++ spandsp-0.0.6~pre20/debian/control 2013-03-14 17:56:35.000000000 +0100 @@ -17,7 +17,8 @@ netpbm, sox, xsltproc, - docbook-xsl + docbook-xsl, + docbook-xml Standards-Version: 3.9.2 Homepage: http://www.soft-switch.org/ Vcs-Svn: svn://svn.debian.org/pkg-voip/spandsp/trunk/
signature.asc
Description: Digital signature