Control: tags 798789 + pending

Dear maintainer,

I've prepared an NMU for netperf (versioned as 2.6.0-2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
WBR, wRAR
diff -Nru netperf-2.6.0/debian/changelog netperf-2.6.0/debian/changelog
--- netperf-2.6.0/debian/changelog	2013-05-09 03:13:43.000000000 +0600
+++ netperf-2.6.0/debian/changelog	2016-11-27 00:13:57.000000000 +0500
@@ -1,3 +1,11 @@
+netperf (2.6.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust inline statements to fix FTBFS, patch from Sascha Steinbiss
+    (Closes: #798789)
+
+ -- Andrey Rahmatullin <w...@debian.org>  Sun, 27 Nov 2016 00:13:57 +0500
+
 netperf (2.6.0-2) unstable; urgency=low
 
   * [cbaabea7] [rules] removed explicit call of patchsys-quilt.mk
diff -Nru netperf-2.6.0/debian/patches/11_inline_statement.patch netperf-2.6.0/debian/patches/11_inline_statement.patch
--- netperf-2.6.0/debian/patches/11_inline_statement.patch	1970-01-01 05:00:00.000000000 +0500
+++ netperf-2.6.0/debian/patches/11_inline_statement.patch	2016-11-27 00:13:57.000000000 +0500
@@ -0,0 +1,25 @@
+Description: move around inline statement
+Author: Sascha Steinbiss <sas...@steinbiss.name>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798789
+--- a/src/netlib.c
++++ b/src/netlib.c
+@@ -4026,7 +4026,7 @@
+    inline directive has to appear in netlib.h... */
+ void demo_interval_tick(uint32_t units)
+ #else
+-  inline void demo_interval_tick(uint32_t units)
++  void demo_interval_tick(uint32_t units)
+ #endif
+ {
+   double actual_interval = 0.0;
+--- a/src/netlib.h
++++ b/src/netlib.h
+@@ -504,7 +504,7 @@
+ extern void   demo_rr_interval(uint32_t units);
+ extern void   demo_rr_setup(uint32_t units);
+ extern void   demo_stream_interval(uint32_t units);
+-extern void   demo_interval_tick(uint32_t units);
++extern inline void   demo_interval_tick(uint32_t units);
+ extern void   demo_interval_final();
+ #endif
+ #endif 
diff -Nru netperf-2.6.0/debian/patches/series netperf-2.6.0/debian/patches/series
--- netperf-2.6.0/debian/patches/series	2013-05-09 03:13:43.000000000 +0600
+++ netperf-2.6.0/debian/patches/series	2016-11-27 00:13:57.000000000 +0500
@@ -1,2 +1,3 @@
 20_fix_debug_file_location.diff
 10_man_fix_unknown_macro.diff
+11_inline_statement.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to