Control: tags 777837 + pending Dear maintainer,
I've prepared an NMU for ebview (versioned as 0.3.6.2-1.4) 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: Beatles
diff -u ebview-0.3.6.2/debian/changelog ebview-0.3.6.2/debian/changelog --- ebview-0.3.6.2/debian/changelog +++ ebview-0.3.6.2/debian/changelog @@ -1,3 +1,13 @@ +ebview (0.3.6.2-1.4) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": + add patch from paulow...@safe-mail.net: + get rid of inline declaration. + (Closes: #777837) + + -- gregor herrmann <gre...@debian.org> Thu, 23 Jul 2015 20:37:07 +0200 + ebview (0.3.6.2-1.3) unstable; urgency=low * Non-maintainer upload. diff -u ebview-0.3.6.2/debian/patches/series ebview-0.3.6.2/debian/patches/series --- ebview-0.3.6.2/debian/patches/series +++ ebview-0.3.6.2/debian/patches/series @@ -3,0 +4 @@ +gcc5-inline.patch only in patch2: unchanged: --- ebview-0.3.6.2.orig/debian/patches/gcc5-inline.patch +++ ebview-0.3.6.2/debian/patches/gcc5-inline.patch @@ -0,0 +1,31 @@ +Description: fix build failure with gcc5: + Get rid of the inline declaration. All the calls to isjisp are in different + translation units so they never get inlined. +Origin: vendor +Bug-Debian: https://bugs.debian.org/777837 +Author: paulow...@safe-mail.net +Reviewed-by: gregor herrmann <gre...@debian.org> +Last-Update: 2015-07-23 + +--- a/src/jcode.c ++++ b/src/jcode.c +@@ -275,7 +275,7 @@ + return(result); + } + +-inline gboolean isjisp(const gchar *buff){ ++gboolean isjisp(const gchar *buff){ + g_assert(buff != NULL); + + if((buff[0] >= 0x21) && (buff[0] <= 0x74) && +--- a/src/jcode.h ++++ b/src/jcode.h +@@ -31,7 +31,7 @@ + + gchar *iconv_convert(const gchar *icode, const gchar *ocode, const gchar *inbuf); + gchar *iconv_convert2(const gchar *icode, const gchar *ocode, const gchar *orig); +-inline gboolean isjisp(const gchar *buff); ++gboolean isjisp(const gchar *buff); + gboolean iseuckanji(const guchar *buff); + gboolean iseuchiragana(const guchar *buff); + gboolean iseuckatakana(const guchar *buff);
signature.asc
Description: Digital Signature