Bug#312615: acknowledged by developer (Bug#312615: fixed in
librsvg2 2.9.5-4)
Michael Banck
Michael Banck <mbanck@debian.org>, 312615@bugs.debian.org
Fri, 1 Jul 2005 15:00:39 +0200
--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
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 <joss@debian.org>.
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
mbanck@debian.org
http://www.advogato.org/person/mbanck/diary.html
--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="librsvg2.diff"
--- 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
--3uo+9/B/ebqu+fSQ--