Control: tags 778152 + pending Dear maintainer,
I've prepared an NMU for uaputl (versioned as 1.12-2.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: Rolling Stones: Blood Red Wine
diff -Nru uaputl-1.12/debian/changelog uaputl-1.12/debian/changelog --- uaputl-1.12/debian/changelog 2011-11-16 01:49:03.000000000 +0100 +++ uaputl-1.12/debian/changelog 2015-07-19 16:53:34.000000000 +0200 @@ -1,3 +1,12 @@ +uaputl (1.12-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": apply patch from Brett Johnson: + build with "-std=gnu89" + (Closes: #778152) + + -- gregor herrmann <[email protected]> Sun, 19 Jul 2015 16:53:16 +0200 + uaputl (1.12-2) unstable; urgency=low * work around Makefile's inappropriate use of ../.., which breask builds in diff -Nru uaputl-1.12/debian/patches/gcc5.patch uaputl-1.12/debian/patches/gcc5.patch --- uaputl-1.12/debian/patches/gcc5.patch 1970-01-01 01:00:00.000000000 +0100 +++ uaputl-1.12/debian/patches/gcc5.patch 2015-07-19 16:53:13.000000000 +0200 @@ -0,0 +1,19 @@ +Description: fix build failure with GCC 5: + build with -std=gnu89 +Origin: vendor +Bug-Debian: https://bugs.debian.org/778152 +Author: Brett Johnson <[email protected]> +Reviewed-by: gregor herrmann <[email protected]> +Last-Update: 2015-07-19 + +--- a/Makefile ++++ b/Makefile +@@ -19,7 +19,7 @@ + + + #CFLAGS += -DAP22 -fshort-enums +-CFLAGS += -Wall ++CFLAGS += -Wall -std=gnu89 + #ECHO = @ + LIBS = -lrt + diff -Nru uaputl-1.12/debian/patches/series uaputl-1.12/debian/patches/series --- uaputl-1.12/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ uaputl-1.12/debian/patches/series 2015-07-19 16:50:45.000000000 +0200 @@ -0,0 +1 @@ +gcc5.patch
signature.asc
Description: Digital Signature

