Control: tags 777880 + pending

Dear maintainer,

I've prepared an NMU for gnac (versioned as 0.2.4-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: STS: Regen fällt auf Milos
diff -Nru gnac-0.2.4/debian/changelog gnac-0.2.4/debian/changelog
--- gnac-0.2.4/debian/changelog	2012-04-15 20:17:08.000000000 +0200
+++ gnac-0.2.4/debian/changelog	2015-07-18 18:55:09.000000000 +0200
@@ -1,3 +1,12 @@
+gnac (0.2.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5":
+    add patch from Greg Pearson: fix typo in header file.
+    (Closes: #777880)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 Jul 2015 18:55:05 +0200
+
 gnac (0.2.4-1) unstable; urgency=low
 
   * Initial release (Closes: #668665)
diff -Nru gnac-0.2.4/debian/patches/gcc5.patch gnac-0.2.4/debian/patches/gcc5.patch
--- gnac-0.2.4/debian/patches/gcc5.patch	1970-01-01 01:00:00.000000000 +0100
+++ gnac-0.2.4/debian/patches/gcc5.patch	2015-07-18 18:52:58.000000000 +0200
@@ -0,0 +1,18 @@
+Description: fix build failure with gcc5: typo in header file
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777880
+Author: "Pearson, Greg" <greg.pear...@hp.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-18
+
+--- a/libgnac/libgnac-debug.h	2015-07-07 16:52:48.337744119 +0000
++++ b/libgnac/libgnac-debug.h	2015-07-07 16:55:00.145748723 +0000
+@@ -52,7 +52,7 @@
+ 
+ #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+ #define libgnac_critical(...) \
+-        libgnac_critial_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
++        libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
+ #elif defined(__GNUC__) && __GNUC__ >= 3
+ #define libgnac_critical(...) \
+         libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
diff -Nru gnac-0.2.4/debian/patches/series gnac-0.2.4/debian/patches/series
--- gnac-0.2.4/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ gnac-0.2.4/debian/patches/series	2015-07-18 18:51:50.000000000 +0200
@@ -0,0 +1 @@
+gcc5.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to