Control: tags 755963 + pending

Dear maintainer,

I've prepared an NMU for clearsilver (versioned as 0.10.5-1.5) 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: Leonard Cohen: First We Take Manhattan
diff -Nru clearsilver-0.10.5/debian/changelog clearsilver-0.10.5/debian/changelog
--- clearsilver-0.10.5/debian/changelog	2014-08-02 17:51:15.000000000 +0200
+++ clearsilver-0.10.5/debian/changelog	2015-07-18 18:11:37.000000000 +0200
@@ -1,3 +1,12 @@
+clearsilver (0.10.5-1.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with clang instead of gcc" and "ftbfs with gcc5":
+    apply patch from Alexander <sanek23...@gmail.com>
+    (Closes: #755963)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 Jul 2015 18:11:32 +0200
+
 clearsilver (0.10.5-1.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru clearsilver-0.10.5/debian/patches/clang-gcc5.patch clearsilver-0.10.5/debian/patches/clang-gcc5.patch
--- clearsilver-0.10.5/debian/patches/clang-gcc5.patch	1970-01-01 01:00:00.000000000 +0100
+++ clearsilver-0.10.5/debian/patches/clang-gcc5.patch	2015-07-18 18:11:26.000000000 +0200
@@ -0,0 +1,28 @@
+Description: fix build with clang and gcc5
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755963
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777817
+Author: Alexander <sanek23...@gmail.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-18
+
+--- a/util/neo_err.h
++++ b/util/neo_err.h
+@@ -85,7 +85,7 @@
+  */
+ #if defined(USE_C99_VARARG_MACROS)
+ #define nerr_raise(e,f,...) \
+-   nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
++   nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f, ##__VA_ARGS__)
+ #elif defined(USE_GNUC_VARARG_MACROS)
+ #define nerr_raise(e,f,a...) \
+    nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a)
+@@ -99,7 +99,7 @@
+ 
+ #if defined(USE_C99_VARARG_MACROS)
+ #define nerr_raise_errno(e,f,...) \
+-   nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
++   nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f, ##__VA_ARGS__)
+ #elif defined(USE_GNUC_VARARG_MACROS)
+ #define nerr_raise_errno(e,f,a...) \
+    nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a)
diff -Nru clearsilver-0.10.5/debian/patches/series clearsilver-0.10.5/debian/patches/series
--- clearsilver-0.10.5/debian/patches/series	2011-12-29 21:57:04.000000000 +0100
+++ clearsilver-0.10.5/debian/patches/series	2015-07-18 18:10:29.000000000 +0200
@@ -2,3 +2,4 @@
 man_fixes.diff
 fix_64bit_crc_test.diff
 CVE-2011-4357.diff
+clang-gcc5.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to