Control: tags 914064 + patch Control: tags 914064 + pending Dear maintainer,
I've prepared an NMU for vdr-plugin-fritzbox (versioned as 1.5.3-7.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru vdr-plugin-fritzbox-1.5.3/debian/changelog vdr-plugin-fritzbox-1.5.3/debian/changelog --- vdr-plugin-fritzbox-1.5.3/debian/changelog 2018-04-15 20:13:53.000000000 +0300 +++ vdr-plugin-fritzbox-1.5.3/debian/changelog 2018-11-30 14:49:55.000000000 +0200 @@ -1,3 +1,10 @@ +vdr-plugin-fritzbox (1.5.3-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with Boost 1.67. (Closes: #914064) + + -- Adrian Bunk <b...@debian.org> Fri, 30 Nov 2018 14:49:55 +0200 + vdr-plugin-fritzbox (1.5.3-7) unstable; urgency=medium * VCS moved to salsa.debian.org diff -Nru vdr-plugin-fritzbox-1.5.3/debian/patches/0001-Add-compatibility-with-boost-1.67.patch vdr-plugin-fritzbox-1.5.3/debian/patches/0001-Add-compatibility-with-boost-1.67.patch --- vdr-plugin-fritzbox-1.5.3/debian/patches/0001-Add-compatibility-with-boost-1.67.patch 1970-01-01 02:00:00.000000000 +0200 +++ vdr-plugin-fritzbox-1.5.3/debian/patches/0001-Add-compatibility-with-boost-1.67.patch 2018-11-30 14:49:13.000000000 +0200 @@ -0,0 +1,25 @@ +From 212847f0efaeffee8422059b8e202d844174aaf3 Mon Sep 17 00:00:00 2001 +From: Joachim Wilke <github....@joachim-wilke.de> +Date: Thu, 28 Jun 2018 12:56:54 +0200 +Subject: [PATCH] Add compatibility with boost 1.67 + +Refers to https://github.com/jowi24/vdr-fritz/issues/1 +--- + TcpClient.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/TcpClient.cpp b/TcpClient.cpp +index b9b38e9..c6cc08e 100644 +--- a/libnet++/TcpClient.cpp ++++ b/libnet++/TcpClient.cpp +@@ -19,6 +19,7 @@ + * + */ + ++#define BOOST_ASIO_USE_BOOST_DATE_TIME_FOR_SOCKET_IOSTREAM + #include "TcpClient.h" + + #include <liblog++/Log.h> +-- +2.11.0 + diff -Nru vdr-plugin-fritzbox-1.5.3/debian/patches/series vdr-plugin-fritzbox-1.5.3/debian/patches/series --- vdr-plugin-fritzbox-1.5.3/debian/patches/series 2018-04-15 20:13:53.000000000 +0300 +++ vdr-plugin-fritzbox-1.5.3/debian/patches/series 2018-11-30 14:49:54.000000000 +0200 @@ -1 +1,2 @@ format-security.patch +0001-Add-compatibility-with-boost-1.67.patch