tags 622502 + patch tags 622502 + pending thanks Dear maintainer,
I've prepared an NMU for liferea (versioned as 1.6.5-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk PS: The libnotify0.7 patch is not activated nor tested, but should work with the new libnotify (currently in experimental)
diff -Nru liferea-1.6.5/debian/changelog liferea-1.6.5/debian/changelog --- liferea-1.6.5/debian/changelog 2011-03-20 00:40:02.000000000 +0100 +++ liferea-1.6.5/debian/changelog 2011-06-25 19:37:28.000000000 +0200 @@ -1,3 +1,10 @@ +liferea (1.6.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #622502). + + -- Luk Claes <l...@debian.org> Sat, 25 Jun 2011 19:37:12 +0200 + liferea (1.6.5-1) unstable; urgency=low * New upstream release. Closes: #608570. diff -Nru liferea-1.6.5/debian/liferea.install liferea-1.6.5/debian/liferea.install --- liferea-1.6.5/debian/liferea.install 2011-03-20 00:40:02.000000000 +0100 +++ liferea-1.6.5/debian/liferea.install 2011-06-25 19:37:10.000000000 +0200 @@ -1,6 +1,6 @@ debian/tmp/usr/share/applications/* debian/tmp/usr/share/man/* -debian/tmp/usr/lib/liferea/* +debian/tmp/usr/lib/liferea/*.so debian/tmp/usr/bin/* debian/tmp/etc/gconf/schemas/liferea.schemas usr/share/gconf/schemas debian/liferea.xpm usr/share/liferea/pixmaps diff -Nru liferea-1.6.5/debian/patches/libnotify0.7 liferea-1.6.5/debian/patches/libnotify0.7 --- liferea-1.6.5/debian/patches/libnotify0.7 1970-01-01 01:00:00.000000000 +0100 +++ liferea-1.6.5/debian/patches/libnotify0.7 2011-06-25 19:33:15.000000000 +0200 @@ -0,0 +1,22 @@ +Index: liferea-1.6.5/src/notification/libnotify.c +=================================================================== +--- liferea-1.6.5.orig/src/notification/libnotify.c 2011-06-25 19:30:23.000000000 +0200 ++++ liferea-1.6.5/src/notification/libnotify.c 2011-06-25 19:33:10.000000000 +0200 +@@ -150,7 +150,7 @@ + // notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL); + // notify_notification_clear_actions(n); + +- n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL); ++ n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL); + + notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p)); + +@@ -244,7 +244,7 @@ + + labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count), + node_get_title (node), item_count); +- n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL); ++ n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL); + g_free(labelSummary_p); + + notify_notification_set_icon_from_pixbuf (n, node_get_icon (node)); diff -Nru liferea-1.6.5/debian/rules liferea-1.6.5/debian/rules --- liferea-1.6.5/debian/rules 2011-03-20 00:40:02.000000000 +0100 +++ liferea-1.6.5/debian/rules 2011-06-25 19:40:59.000000000 +0200 @@ -72,7 +72,7 @@ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - dh_install --fail-missing + dh_install -X.la --fail-missing touch install-stamp # Build architecture-independent files here.