Package: gnome-games Version: 2.0.2-2 Severity: serious On Wed, 2002-09-04 at 03:37, Martin Atukunda wrote: > apt-get install -t experimental gnome2 > > but apt-get hangs at setting up bug-buddy. It just sits there and does > nothing.
At least gnome-games is still broken. ./usr/share/gnome/help/gnect/C/gnect.xml: "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" ./usr/share/gnome/help/gnomine/C/gnomine.xml: "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ ./usr/share/gnome/help/same-gnome/C/same-gnome.xml:"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ etc. > Strange thing is that I can run gedit, even nautilus, but my package > management is in disarray. Any ideas? find /usr/share/gnome/help -name '*.xml' | (while read fname; do perl -pi -e 's,http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd,;' "$fname"; done)

