reopen 312615 thanks On Thu, Jun 30, 2005 at 03:03:13PM -0700, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > #312615: FTBFS on hurd-i386: Unsatisfiable Build-Depends on mozilla-dev, > which was filed against the librsvg2 package. > > It has been closed by one of the developers, namely > Josselin Mouette <[EMAIL PROTECTED]>.
Thanks a lot for that. Unfortunately, debian/librsvg2-bin.install insists of installing the plugin .so file, so it fails if that is not available. The attached patch fixes this. A broken symlink for mozilla-firefox remains, but I don't think this is a big issue in practise, so probably does not warrant fixing. thanks, Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html
--- debian/librsvg2-bin.install 2005-07-01 14:27:34.391294792 +0200 +++ debian/librsvg2-bin.install.new 2005-07-01 14:27:55.218128632 +0200 @@ -1,4 +1,4 @@ debian/tmp/usr/share/man debian/tmp/usr/bin debian/tmp/usr/share/pixmaps -debian/tmp/usr/lib/mozilla/plugins/libmozsvgdec.so +debian/tmp/usr/lib/mozilla/plugins/*.so