Control: tags 957355 + pending Dear maintainer,
I've prepared an NMU for ifplugd (versioned as 0.28-19.5) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru ifplugd-0.28/debian/changelog ifplugd-0.28/debian/changelog --- ifplugd-0.28/debian/changelog 2018-06-23 11:31:27.000000000 +0100 +++ ifplugd-0.28/debian/changelog 2020-08-22 20:43:42.000000000 +0100 @@ -1,3 +1,11 @@ +ifplugd (0.28-19.5) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957355) + - Thanks to Luis Paulo Linares. + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sat, 22 Aug 2020 20:43:42 +0100 + ifplugd (0.28-19.4) unstable; urgency=medium * Non-maintainer upload. diff -Nru ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch --- ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch 1970-01-01 01:00:00.000000000 +0100 +++ ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch 2020-08-22 20:43:42.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Fix FTBFS with GCC 10. +Author: Luis Paulo Linares <lpfllina...@gmail.com> +Bug-Debian: https://bugs.debian.org/957355 + +--- ifplugd-0.28.orig/src/interface.h ++++ ifplugd-0.28/src/interface.h +@@ -24,8 +24,8 @@ + /* From <linux/if_ether.h> */ + #define ETH_ALEN 6 + +-int interface_auto_up; +-int interface_do_message; ++extern int interface_auto_up; ++extern int interface_do_message; + + typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t; + diff -Nru ifplugd-0.28/debian/patches/series ifplugd-0.28/debian/patches/series --- ifplugd-0.28/debian/patches/series 2018-06-23 11:22:26.000000000 +0100 +++ ifplugd-0.28/debian/patches/series 2020-08-22 20:43:42.000000000 +0100 @@ -6,3 +6,4 @@ 06_509015_better_delays.patch 07_add_fractional_delays.patch 08_allow_ipv4_less.patch +09_fix-ftbfs-with-gcc10.patch