Control: tags 778151 + pending

Dear maintainer,

I've prepared an NMU for tuxonice-userui (versioned as 1.1+dfsg1.gc3bdd83-3.1) 
and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tracy Chapman: Broken
diff -Nru tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/changelog tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/changelog
--- tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/changelog	2014-09-04 16:27:44.000000000 +0200
+++ tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/changelog	2015-07-19 16:46:28.000000000 +0200
@@ -1,3 +1,12 @@
+tuxonice-userui (1.1+dfsg1.gc3bdd83-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": add patch from Nicholas Luedtke:
+    add extern to put_pixel to conform to the gnu99 std.
+    (Closes: #778151)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 19 Jul 2015 16:46:26 +0200
+
 tuxonice-userui (1.1+dfsg1.gc3bdd83-3) unstable; urgency=medium
 
   * Fix FTBS due to missing include of <stdio.h> (Closes: #760355).
diff -Nru tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/0006-Fix-GCC5-build-error.patch tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/0006-Fix-GCC5-build-error.patch
--- tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/0006-Fix-GCC5-build-error.patch	1970-01-01 01:00:00.000000000 +0100
+++ tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/0006-Fix-GCC5-build-error.patch	2015-07-19 16:45:59.000000000 +0200
@@ -0,0 +1,18 @@
+Description: Fixes GCC5 build error
+ Add extern to put_pixel to conform to the gnu99 std.
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778151
+Author: Nicholas Luedtke <nicholas.lued...@hp.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-19
+
+--- a/fbsplash/render.c
++++ b/fbsplash/render.c
+@@ -45,7 +45,7 @@
+ 	}
+ }
+ 
+-inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add)
++extern inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add)
+ {
+ 	if (fb_opt) {
+ 		if (a != 255) {
diff -Nru tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/series tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/series
--- tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/series	2014-09-04 16:27:44.000000000 +0200
+++ tuxonice-userui-1.1+dfsg1.gc3bdd83/debian/patches/series	2015-07-19 16:43:50.000000000 +0200
@@ -3,3 +3,4 @@
 0003-Fix-corrupted-display-of-PNG.patch
 0004-New-option-to-change-VT.patch
 0005-Fix-include-of-libmng.h.patch
+0006-Fix-GCC5-build-error.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to