tags 713475 + patch
tags 713475 + pending
thanks

Dear maintainer(s),

I've prepared an NMU for libindicator (versioned as 0.5.0-1.1). Please, find the
attached debdiff, ready for sponsorship.

Regards,

-- 
Andrea Colangelo                     |   http://andreacolangelo.com
Ubuntu Developer  <www.ubuntu.com>   |   Debian Maintainer  <www.debian.org>
diff -Nru libindicator-0.5.0/debian/changelog libindicator-0.5.0/debian/changelog
--- libindicator-0.5.0/debian/changelog	2012-05-20 16:34:12.000000000 +0200
+++ libindicator-0.5.0/debian/changelog	2013-10-12 10:47:10.000000000 +0200
@@ -1,3 +1,11 @@
+libindicator (0.5.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/gtk_icon_info_free-deprecated.patch: add to fix FTFBS.
+    (Closes: #713475)
+
+ -- Andrea Colangelo <war...@ubuntu.com>  Sat, 12 Oct 2013 10:46:31 +0200
+
 libindicator (0.5.0-1) unstable; urgency=low
 
   * Import new upstream version from Ubuntu.
diff -Nru libindicator-0.5.0/debian/patches/gtk_icon_info_free-deprecated.patch libindicator-0.5.0/debian/patches/gtk_icon_info_free-deprecated.patch
--- libindicator-0.5.0/debian/patches/gtk_icon_info_free-deprecated.patch	1970-01-01 01:00:00.000000000 +0100
+++ libindicator-0.5.0/debian/patches/gtk_icon_info_free-deprecated.patch	2013-10-12 10:45:57.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Fix FTBFS due to gtk_icon_info_free () deprecated since Gtk 3.8
+Author: Andrea Colangelo <war...@ubuntu.com>
+Bug-Debian: http://bugs.debian.org/713475
+Last-Update: 2013-10-12
+
+--- libindicator-0.5.0.orig/libindicator/indicator-image-helper.c
++++ libindicator-0.5.0/libindicator/indicator-image-helper.c
+@@ -69,7 +69,7 @@ refresh_image (GtkImage * image)
+ 	GdkPixbuf * pixbuf = gdk_pixbuf_new_from_file(icon_filename, &error);
+ 
+ 	if (icon_info != NULL) {
+-		gtk_icon_info_free(icon_info);
++		g_object_unref(icon_info);
+ 	}
+ 
+ 	if (pixbuf == NULL) {
diff -Nru libindicator-0.5.0/debian/patches/series libindicator-0.5.0/debian/patches/series
--- libindicator-0.5.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ libindicator-0.5.0/debian/patches/series	2013-10-12 10:43:10.000000000 +0200
@@ -0,0 +1 @@
+gtk_icon_info_free-deprecated.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to