Control: tags 778164 + pending

Dear maintainer,

I've prepared an NMU for vtun (versioned as 3.0.3-2.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: Beatles: I've got a feeling
diff -Nru vtun-3.0.3/debian/changelog vtun-3.0.3/debian/changelog
--- vtun-3.0.3/debian/changelog	2013-05-15 22:15:44.000000000 +0200
+++ vtun-3.0.3/debian/changelog	2015-07-23 21:10:24.000000000 +0200
@@ -1,3 +1,12 @@
+vtun (3.0.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": add patch from Tip Potter:
+    changed inline semantics.
+    (Closes: #778164)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 23 Jul 2015 21:10:07 +0200
+
 vtun (3.0.3-2) unstable; urgency=low
 
   * debian/control:
diff -Nru vtun-3.0.3/debian/patches/08-gcc5-inline.patch vtun-3.0.3/debian/patches/08-gcc5-inline.patch
--- vtun-3.0.3/debian/patches/08-gcc5-inline.patch	1970-01-01 01:00:00.000000000 +0100
+++ vtun-3.0.3/debian/patches/08-gcc5-inline.patch	2015-07-23 21:10:05.000000000 +0200
@@ -0,0 +1,20 @@
+Description: fix gcc5 build failure:
+ The visibility of one of the functions in the yacc grammar is increased so
+ the program links without error now.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/778164
+Author: "Potter, Tim (Cloud Services)" <timothy.pot...@hp.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-23
+
+--- a/cfg_file.y
++++ b/cfg_file.y
+@@ -624,7 +624,7 @@
+ }
+ 
+ /* Clear the VTUN_NAT_HACK flag which are not relevant to the current operation mode */
+-inline void clear_nat_hack_flags(int svr)
++extern inline void clear_nat_hack_flags(int svr)
+ {
+ 	if (svr)
+ 		llist_trav(&host_list,clear_nat_hack_server,NULL);
diff -Nru vtun-3.0.3/debian/patches/series vtun-3.0.3/debian/patches/series
--- vtun-3.0.3/debian/patches/series	2012-10-07 21:24:31.000000000 +0200
+++ vtun-3.0.3/debian/patches/series	2015-07-23 21:08:43.000000000 +0200
@@ -6,3 +6,4 @@
 05-unix98pty.patch
 06-ipv6.patch
 07-dual-family-transport.patch
+08-gcc5-inline.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to