Control: tags 831117 + patch
Control: tags 831117 + pending

Dear maintainer,

I've prepared an NMU for gtkimageview (versioned as 1.6.4+dfsg-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Sebastian Ramacher
diff -Nru gtkimageview-1.6.4+dfsg/debian/changelog gtkimageview-1.6.4+dfsg/debian/changelog
--- gtkimageview-1.6.4+dfsg/debian/changelog	2016-02-24 22:20:19.000000000 +0100
+++ gtkimageview-1.6.4+dfsg/debian/changelog	2016-09-24 21:52:55.000000000 +0200
@@ -1,3 +1,10 @@
+gtkimageview (1.6.4+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix indentation to allow building with GCC 6. (Closes: #831117)
+
+ -- Johannes Brandstätter <jbran...@2ds.eu>  Sat, 24 Sep 2016 21:52:55 +0200
+
 gtkimageview (1.6.4+dfsg-1) unstable; urgency=low
 
   * Replace gdk_pixbuf_new_from_inline() with gdk_pixbuf_new_from_resource()
diff -Nru gtkimageview-1.6.4+dfsg/debian/patches/gcc6.patch gtkimageview-1.6.4+dfsg/debian/patches/gcc6.patch
--- gtkimageview-1.6.4+dfsg/debian/patches/gcc6.patch	1970-01-01 01:00:00.000000000 +0100
+++ gtkimageview-1.6.4+dfsg/debian/patches/gcc6.patch	2016-09-24 21:52:55.000000000 +0200
@@ -0,0 +1,18 @@
+Description: Fix indentation to allow building with GCC 6.
+Author: Johannes Brandstätter <jbran...@2ds.eu>
+Bug-Debian: https://bugs.debian.org/831117
+Last-Update: <2016-09-24>
+
+--- gtkimageview-1.6.4+dfsg.orig/src/gtkimagenav.c
++++ gtkimageview-1.6.4+dfsg/src/gtkimagenav.c
+@@ -71,8 +71,8 @@ static Size
+ gtk_image_nav_get_preview_size (GtkImageNav *nav)
+ {
+ 	GdkPixbuf *pixbuf = gtk_image_view_get_pixbuf (nav->view);
+-    if (!pixbuf)
+-        return (Size){GTK_IMAGE_NAV_MAX_WIDTH, GTK_IMAGE_NAV_MAX_HEIGHT};
++	if (!pixbuf)
++		return (Size){GTK_IMAGE_NAV_MAX_WIDTH, GTK_IMAGE_NAV_MAX_HEIGHT};
+ 	int img_width = gdk_pixbuf_get_width (pixbuf);
+ 	int img_height = gdk_pixbuf_get_height (pixbuf);
+ 
diff -Nru gtkimageview-1.6.4+dfsg/debian/patches/series gtkimageview-1.6.4+dfsg/debian/patches/series
--- gtkimageview-1.6.4+dfsg/debian/patches/series	2016-02-24 22:07:50.000000000 +0100
+++ gtkimageview-1.6.4+dfsg/debian/patches/series	2016-09-24 21:51:10.000000000 +0200
@@ -1,2 +1,3 @@
 resource.patch
 g_mem_set_vtable
+gcc6.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to