[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

imporant bug on debiandoc-sgml



I submitted this bug on thursday but it look like it never took.
I resubmitted today but in the interests of expediency, I'm sending it 
directly to you.  I'm also CC'ing debian-devel to help any maintainers 
having trouble with getting debiandoc2* working.

--- Begin Message ---
Package: debiandoc-sgml
Version: 1.0.14
Severity: important

Somehow "debian/tmp" prepended-paths crept into the package.
Additionally, you are hard-coding the locations for /usr/lib/sgml
and /etc/sgml.catalog, which is not required and actually could
mess up a properly working configuration.

Included is a patch for debiandoc2html.  It looks like all the
scripts need similar treatment.

--- debiandoc2html.orig	Thu Mar 12 16:58:58 1998
+++ debiandoc2html	Thu Mar 12 17:00:06 1998
@@ -1,11 +1,10 @@
 #!/bin/sh
 set -e
 
-PATH=debian/tmp/usr/lib/debiandoc-sgml/bin:$PATH
+PATH=/usr/lib/debiandoc-sgml/bin:$PATH
 export PATH
 
-[ "$DEBIANDOCSGMLLIB" ] || DEBIANDOCSGMLLIB=debian/tmp/usr/lib/sgml
-[ "$DEBIANDOCSGMLSPEC" ] || DEBIANDOCSGMLSPEC=debian/tmp/usr/lib/debiandoc-sgml/spec
+[ "$DEBIANDOCSGMLSPEC" ] || DEBIANDOCSGMLSPEC=/usr/lib/debiandoc-sgml/spec
 export DEBIANDOCSGMLSPEC
 
 usageversion () {
@@ -63,7 +62,7 @@
 	tf="$tfd/y"
 fi
 
-nsgmls -l -D"$DEBIANDOCSGMLLIB" -c/etc/sgml.catalog "$nsgmlsi" >"$tf.sasp"
+nsgmls -l "$nsgmlsi" >"$tf.sasp"
 saspconvert size book <"$tf.sasp" >"$tf.sasp-html"
 sgmlspl "$DEBIANDOCSGMLSPEC"/html <"$tf.sasp-html" "$bn.html/"
 
-- System Information
Debian Release: 2.0 (unstable)
Kernel Version: Linux burrito 2.0.32 #1 Thu Nov 27 11:35:28 EST 1997 i586 unknown

Versions of the packages debiandoc-sgml depends on:
sp	Version: 1.3-1.1-2
sgmlspm	Version: 1.03ii-5
sgml-base	Version: 0.4.2



--- End Message ---

Reply to: