Control: tags -1 + patch pending

attaching patch, uploading to delayed.
diff -Nru libprelude-1.0.0/debian/changelog libprelude-1.0.0/debian/changelog
--- libprelude-1.0.0/debian/changelog   2014-08-15 05:28:48.000000000 +0000
+++ libprelude-1.0.0/debian/changelog   2015-07-09 09:27:34.000000000 +0000
@@ -1,3 +1,10 @@
+libprelude (1.0.0-11.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build with GCC 5. Closes: #777968.
+
+ -- Matthias Klose <d...@debian.org>  Thu, 09 Jul 2015 11:24:04 +0200
+
 libprelude (1.0.0-11.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libprelude-1.0.0/debian/patches/gcc5.diff 
libprelude-1.0.0/debian/patches/gcc5.diff
--- libprelude-1.0.0/debian/patches/gcc5.diff   1970-01-01 00:00:00.000000000 
+0000
+++ libprelude-1.0.0/debian/patches/gcc5.diff   2015-07-09 09:26:59.000000000 
+0000
@@ -0,0 +1,13 @@
+Index: b/src/libprelude-error/Makefile.am
+===================================================================
+--- a/src/libprelude-error/Makefile.am
++++ b/src/libprelude-error/Makefile.am
+@@ -40,7 +40,7 @@ code-to-errno.h: Makefile mkerrnos.awk e
+ 
+ mkerrcodes.h: Makefile mkerrcodes.awk
+       LANG="" $(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
+-      $(CPP) _$@ | grep PRELUDE_ERROR_ | LANG="" $(AWK) -f 
$(srcdir)/mkerrcodes.awk >$@
++      $(CPP) -P _$@ | grep PRELUDE_ERROR_ | LANG="" $(AWK) -f 
$(srcdir)/mkerrcodes.awk >$@
+       -rm _$@
+ 
+ # It is correct to use $(CC_FOR_BUILD) here.  We want to run the
diff -Nru libprelude-1.0.0/debian/patches/series 
libprelude-1.0.0/debian/patches/series
--- libprelude-1.0.0/debian/patches/series      2014-08-15 05:27:04.000000000 
+0000
+++ libprelude-1.0.0/debian/patches/series      2015-07-09 09:26:22.000000000 
+0000
@@ -7,3 +7,4 @@
 keep-atfork-symbol.patch
 010_gnutlsextrainclude.diff
 016_ppc64el-isnan-tests-fix-for-little-endian-PowerPC.patch
+gcc5.diff

Reply via email to