tags 525277 +patch
thanks
I think the attached patch will fix this issue but I can't be positive
as my attempts to reproduce it have failed (for some reason even when I
remove resolv.conf at least some of the docbook-to-xml calls succeed
very slowly and there was no way I was going to wait arround long enough
to see if one failed after loads succeeded).
Only in boxbackup-0.11~rc3~r2502: config.guess
Only in boxbackup-0.11~rc3~r2502: config.sub
diff -ur boxbackup-0.11~rc3~r2502/debian/control boxbackup-0.11~rc3~r2502.new/debian/control
--- boxbackup-0.11~rc3~r2502/debian/control 2009-05-05 00:57:10.000000000 +0000
+++ boxbackup-0.11~rc3~r2502.new/debian/control 2009-05-05 00:57:34.000000000 +0000
@@ -13,7 +13,8 @@
libssl-dev,
quilt,
xsltproc,
- zlib1g-dev
+ zlib1g-dev,
+ docbook-xsl
Standards-Version: 3.8.1
Homepage: http://boxbackup.org
Vcs-Bzr: http://bazaar.launchpad.net/~siretart/boxbackup/boxbackup.debian
diff -ur boxbackup-0.11~rc3~r2502/docs/Makefile boxbackup-0.11~rc3~r2502.new/docs/Makefile
--- boxbackup-0.11~rc3~r2502/docs/Makefile 2009-03-31 19:56:09.000000000 +0000
+++ boxbackup-0.11~rc3~r2502.new/docs/Makefile 2009-05-04 23:53:18.000000000 +0000
@@ -2,7 +2,7 @@
# Process DocBook to HTML
-DBPROC=xsltproc
+DBPROC=xsltproc --nonet --novalid
DOCBOOK_DIR = docbook
HTML_DIR = htmlguide