Control: tags 778020 + pending Dear maintainer,
I've prepared an NMU for mz (versioned as 0.40-1.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: U2: Mlk
diff -Nru mz-0.40/debian/changelog mz-0.40/debian/changelog --- mz-0.40/debian/changelog 2010-07-07 22:34:52.000000000 +0200 +++ mz-0.40/debian/changelog 2015-07-18 21:18:33.000000000 +0200 @@ -1,3 +1,12 @@ +mz (0.40-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": add patch from Joshua Gadeken: + Add "-std=gnu89" to CMAKE_C_FLAGS in CMakeLists.txt. + (Closes: #778020) + + -- gregor herrmann <gre...@debian.org> Sat, 18 Jul 2015 21:18:03 +0200 + mz (0.40-1) unstable; urgency=low * New upstream version. diff -Nru mz-0.40/debian/patches/gcc5.patch mz-0.40/debian/patches/gcc5.patch --- mz-0.40/debian/patches/gcc5.patch 1970-01-01 01:00:00.000000000 +0100 +++ mz-0.40/debian/patches/gcc5.patch 2015-07-18 21:18:01.000000000 +0200 @@ -0,0 +1,18 @@ +Description: Resolve GCC5 build errors. + Add "-std=gnu89 to CMAKE_C_FLAGS in CMakeLists.txt" +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778020 +Author: Joshua Gadeken <josh.gade...@hp.com> +Reviewed-by: gregor herrmann <gre...@debian.org> +Last-Update: 2015-07-18 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -5,7 +5,7 @@ + cmake_policy(SET CMP0003 NEW) + endif(COMMAND cmake_policy) + +-SET(CMAKE_C_FLAGS "-Wall -pipe -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables") ++SET(CMAKE_C_FLAGS "-Wall -pipe -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -std=gnu89") + + ADD_CUSTOM_TARGET(uninstall + COMMAND ${CMAKE_COMMAND} -E echo Use 'xargs rm < install_manifest.txt' to uninstall this program diff -Nru mz-0.40/debian/patches/series mz-0.40/debian/patches/series --- mz-0.40/debian/patches/series 2010-07-07 22:34:52.000000000 +0200 +++ mz-0.40/debian/patches/series 2015-07-18 21:16:30.000000000 +0200 @@ -1 +1,2 @@ fix-spelling-error-in-binary.patch +gcc5.patch
signature.asc
Description: Digital Signature