Andrew Lau <[EMAIL PROTECTED]> writes:

> On Fri, Dec 20, 2002 at 04:55:09AM +1100, Jeff Waugh wrote:

> Regardless of arguments about libxml asking for permission before
> downloading, this is a Debian bug. Debian really needs to get its
> XML catalogue stuff sorted. Then all of this pain will disappear
> immediately.

> Hey everyone,

> Is there anything wrong with using this code fragment in debian/rules
> as a workaround? I originally found this in the gnome-terminal package
> and ended up using it in my GNOME Clipboard Manager packages as well:

>       # Remove URL DTD in the documentation
>       find -name *.xml -exec perl -i -pe      \
>       
> 's,http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd,'
>       \
>       {} \;

Not the same bug. Some files in /usr/share/omf need to be hacked with :

find -name debian/*.omf -exec perl -i -pe      \
's,http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd,/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd,'
 {} \;

I see this bug only in gnome-games 2.1.3

Christian


Reply via email to