tag 480807 + patch thanks On Mon, May 12, 2008 at 09:07:26AM +0200, Mike Hommey wrote: > Package: liferea > Severity: wishlist > User: [EMAIL PROTECTED] > Usertags: xulrunner-transition > > With the upcoming xulrunner transition, libxul-dev is going to disappear. > > I already sent instructions on what you should be doing in > http://lists.debian.org/debian-release/2008/05/msg00009.html > > This bug report is mostly to help follow the transition going. > > FYI, I will start NMUing plugins and components next week, and will break > the remaining packages by uploading xulrunner 1.9 in unstable on May 25. > > Though help will be appreciated, I'll also prepare updated packages for > these during this week and next.
Upstream added support for xulrunner-1.9 in (upcoming?) version 1.4.16. The changeset is here: http://liferea.svn.sourceforge.net/viewvc/liferea?view=rev&revision=3849 There is a problem in this patch, though, since xulrunner-embedding doesn't exist. PKG_CHECK_MODULES(XULRUNNER, xulrunner-embedding, XULRUNNER_PROVIDER=xulrunner-embedding, XULRUNNER_PROVIDER=) should be replaced with PKG_CHECK_MODULES(XULRUNNER, libxul-embedding, XULRUNNER_PROVIDER=libxul-embedding, XULRUNNER_PROVIDER=) Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

