Hi,
Here is an NMU that fixes this bug as well as updates for newer
standards.
Thanks,
Barry deFreese
diff -u sgml2x-1.0.0/Makefile sgml2x-1.0.0/Makefile
--- sgml2x-1.0.0/Makefile
+++ sgml2x-1.0.0/Makefile
@@ -102,7 +102,7 @@
bin/docbook-2-html ${DB2XOPTS} -s nwalsh $<
%.txt: %-html
- links -no-home -dump $</t1.htm >$@
+ elinks -no-home -dump $</t1.htm >$@
clean::
rm -f *.ps *.pdf *.fot *~
diff -u sgml2x-1.0.0/debian/changelog sgml2x-1.0.0/debian/changelog
--- sgml2x-1.0.0/debian/changelog
+++ sgml2x-1.0.0/debian/changelog
@@ -1,3 +1,14 @@
+sgml2x (1.0.0-11.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Makefile - Call elinks, not links. (Closes: #461041).
+ * Make clean not ignore errors.
+ * Bump debhelper build-dep and compat to 5.
+ * Update Standards Version to 3.7.3.
+ + Make debhelper build-depends to satisfy clean.
+
+ -- Barry deFreese <[EMAIL PROTECTED]> Sat, 02 Feb 2008 22:42:17 -0500
+
sgml2x (1.0.0-11) unstable; urgency=low
* Added build-dep on docbook-dsssl (Closes: #326052).
diff -u sgml2x-1.0.0/debian/control sgml2x-1.0.0/debian/control
--- sgml2x-1.0.0/debian/control
+++ sgml2x-1.0.0/debian/control
@@ -2,8 +2,9 @@
Section: text
Priority: optional
Maintainer: Yann Dirson <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4), docbook-to-man, elinks, opensp, openjade1.3, openjade, docbook-dsssl
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: docbook-to-man, elinks, opensp, openjade1.3, openjade, docbook-dsssl
+Standards-Version: 3.7.3
Package: sgml2x
Architecture: all
diff -u sgml2x-1.0.0/debian/rules sgml2x-1.0.0/debian/rules
--- sgml2x-1.0.0/debian/rules
+++ sgml2x-1.0.0/debian/rules
@@ -15,7 +15,7 @@
dh_testroot
rm -f build-stamp
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean
only in patch2:
unchanged:
--- sgml2x-1.0.0.orig/debian/compat
+++ sgml2x-1.0.0/debian/compat
@@ -1 +1 @@
-4
+5