Your message dated Tue, 17 Mar 2026 11:04:54 +0000
with message-id <[email protected]>
and subject line Bug#1129801: fixed in vdr-plugin-fritzbox 1.5.8-1
has caused the Debian Bug report #1129801,
regarding vdr-plugin-fritzbox: FTBFS: TcpClient.cpp:59:25: error:
'boost::asio::ip::tcp::iostream' {aka 'class
boost::asio::basic_socket_iostream<boost::asio::ip::tcp>'} has no member named
'expires_from_now'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1129801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129801
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vdr-plugin-fritzbox
Version: 1.5.4-3
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202603/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:vdr-plugin-fritzbox, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with vdrplugin
dh_auto_clean
make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++'
make[2]: Entering directory '/<<PKGBUILDDIR>>/liblog++'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/liblog++'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libconv++'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libconv++'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++/test'
make[3]: Entering directory '/<<PKGBUILDDIR>>/libfritz++/test/gtest'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++/test/gtest'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++/test'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++/test'
make[3]: Entering directory '/<<PKGBUILDDIR>>/libnet++/test/gtest'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libnet++/test/gtest'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++/test'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libconv++/test'
make[3]: Entering directory '/<<PKGBUILDDIR>>/libconv++/test/gtest'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libconv++/test/gtest'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libconv++/test'
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/gtest'
rm: cannot remove 'gtest_main.o': No such file or directory
rm: cannot remove 'gtest-all.o': No such file or directory
rm: cannot remove 'gtest.a': No such file or directory
make[3]: [Makefile:16: clean] Error 1 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/gtest'
rm: cannot remove 'fritzeventhandler.o': No such file or directory
rm: cannot remove 'fritzplugintest': No such file or directory
rm: cannot remove 'vdr.a': No such file or directory
make[2]: [Makefile:27: clean] Error 1 (ignored)
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary --with vdrplugin
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j2 INSTALL="install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o fritzbox.o
fritzbox.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o
fritzeventhandler.o fritzeventhandler.cpp
In file included from libfritz++/Fonbooks.h:25,
from libfritz++/FonbookManager.h:25,
from fritzbox.cpp:27:
libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined
90 | #define CHECK(x) if (numbers.size() <= pos) return x;
| ^~~~~
In file included from /usr/include/vdr/i18n.h:14,
from /usr/include/vdr/config.h:19,
from /usr/include/vdr/keys.h:13,
from /usr/include/vdr/remote.h:16,
from fritzbox.cpp:25:
/usr/include/vdr/tools.h:51:9: note: this is the location of the previous
definition
51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
| ^~~~~
In file included from fritzeventhandler.cpp:28:
libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined
90 | #define CHECK(x) if (numbers.size() <= pos) return x;
| ^~~~~
In file included from /usr/include/vdr/i18n.h:14,
from /usr/include/vdr/config.h:19,
from /usr/include/vdr/channels.h:13,
from /usr/include/vdr/device.h:13,
from fritzeventhandler.cpp:21:
/usr/include/vdr/tools.h:51:9: note: this is the location of the previous
definition
51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
| ^~~~~
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o menu.o
menu.cpp
In file included from libfritz++/Fonbooks.h:25,
from libfritz++/FonbookManager.h:25,
from menu.cpp:27:
libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined
90 | #define CHECK(x) if (numbers.size() <= pos) return x;
| ^~~~~
In file included from /usr/include/vdr/i18n.h:14,
from /usr/include/vdr/config.h:19,
from /usr/include/vdr/channels.h:13,
from /usr/include/vdr/ci.h:15,
from /usr/include/vdr/menu.h:13,
from menu.cpp:24:
/usr/include/vdr/tools.h:51:9: note: this is the location of the previous
definition
51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
| ^~~~~
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o
notifyosd.o notifyosd.cpp
In file included from libfritz++/Listener.h:31,
from fritzeventhandler.h:29,
from notifyosd.h:28,
from notifyosd.cpp:25:
libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined
90 | #define CHECK(x) if (numbers.size() <= pos) return x;
| ^~~~~
In file included from /usr/include/vdr/i18n.h:14,
from /usr/include/vdr/config.h:19,
from /usr/include/vdr/osd.h:16,
from notifyosd.cpp:22:
/usr/include/vdr/tools.h:51:9: note: this is the location of the previous
definition
51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
| ^~~~~
notifyosd.cpp: In member function âvirtual void cNotifyOsd::Show()â:
notifyosd.cpp:131:35: warning: narrowing conversion of â(width - 1)â from
âunsigned intâ to âintâ [-Wnarrowing]
131 | tArea Area = { 0, 0, width-1, height-1, colorDepth };
| ~~~~~^~
notifyosd.cpp:131:45: warning: narrowing conversion of â(height - 1)â from
âunsigned intâ to âintâ [-Wnarrowing]
131 | tArea Area = { 0, 0, width-1, height-1, colorDepth };
| ~~~~~~^~
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"' -o setup.o
setup.cpp
make[2]: Entering directory '/<<PKGBUILDDIR>>/libfritz++'
In file included from libfritz++/Fonbooks.h:25,
from setup.h:28,
from setup.cpp:22:
libfritz++/Fonbook.h:90:13: warning: âCHECKâ redefined
90 | #define CHECK(x) if (numbers.size() <= pos) return x;
| ^~~~~
In file included from /usr/include/vdr/i18n.h:14,
from /usr/include/vdr/config.h:19,
from /usr/include/vdr/channels.h:13,
from /usr/include/vdr/device.h:13,
from /usr/include/vdr/dvbdevice.h:15,
from /usr/include/vdr/menuitems.h:14,
from setup.h:27:
/usr/include/vdr/tools.h:51:9: note: this is the location of the previous
definition
51 | #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
| ^~~~~
make[2]: Entering directory '/<<PKGBUILDDIR>>/libnet++'
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o CallList.o -c CallList.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o HttpClient.o -c HttpClient.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o SoapClient.o -c SoapClient.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Config.o -c Config.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o TcpClient.o -c TcpClient.cpp
TcpClient.cpp: In member function âvoid
network::TcpClient::expireStreamNow()â:
TcpClient.cpp:59:25: error: âboost::asio::ip::tcp::iostreamâ {aka âclass
boost::asio::basic_socket_iostream<boost::asio::ip::tcp>â} has no member
named âexpires_from_nowâ
59 | stream->expires_from_now(boost::posix_time::seconds(0));
| ^~~~~~~~~~~~~~~~
TcpClient.cpp:59:61: error: âsecondsâ is not a member of
âboost::posix_timeâ
59 | stream->expires_from_now(boost::posix_time::seconds(0));
| ^~~~~~~
TcpClient.cpp:59:61: note: suggested alternatives:
In file included from /usr/include/c++/15/mutex:45,
from /usr/include/boost/system/detail/mutex.hpp:75,
from
/usr/include/boost/system/detail/error_category_impl.hpp:79,
from /usr/include/boost/system/error_category.hpp:11,
from /usr/include/boost/system/error_code.hpp:14,
from /usr/include/boost/asio/detail/throw_error.hpp:20,
from /usr/include/boost/asio/detail/impl/posix_event.ipp:23,
from /usr/include/boost/asio/detail/posix_event.hpp:172,
from /usr/include/boost/asio/detail/event.hpp:25,
from
/usr/include/boost/asio/execution/blocking_adaptation.hpp:19,
from /usr/include/boost/asio/execution.hpp:22,
from /usr/include/boost/asio/any_completion_executor.hpp:22,
from /usr/include/boost/asio.hpp:20,
from TcpClient.h:25,
from TcpClient.cpp:23:
/usr/include/c++/15/bits/chrono.h:901:11: note: âstd::chrono::secondsâ
901 | using seconds = duration<_GLIBCXX_CHRONO_INT64_T>;
| ^~~~~~~
/usr/include/c++/15/bits/chrono.h:901:11: note: âstd::chrono::secondsâ
make[2]: *** [Makefile:9: TcpClient.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libnet++'
make[1]: *** [Makefile:96: libnet++/] Error 2
make[1]: *** Waiting for unfinished jobs....
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Fonbook.o -c Fonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o FonbookManager.o -c FonbookManager.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Fonbooks.o -c Fonbooks.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o FritzClient.o -c FritzClient.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o FritzFonbook.o -c FritzFonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Listener.o -c Listener.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o LocalFonbook.o -c LocalFonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o LookupFonbook.o -c LookupFonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Nummerzoeker.o -c Nummerzoeker.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o OertlichesFonbook.o -c OertlichesFonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o TelLocalChFonbook.o -c TelLocalChFonbook.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o Tools.o -c Tools.cpp
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vdr-2.6.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/<<PKGBUILDDIR>> -std=c++11 -o XmlFonbook.o -c XmlFonbook.cpp
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating libfritz++.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libfritz++'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned
exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: vdr-plugin-fritzbox
Source-Version: 1.5.8-1
Done: Christoph Martin <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vdr-plugin-fritzbox, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Martin <[email protected]> (supplier of updated vdr-plugin-fritzbox
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 17 Mar 2026 11:24:45 +0100
Source: vdr-plugin-fritzbox
Architecture: source
Version: 1.5.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <[email protected]>
Changed-By: Christoph Martin <[email protected]>
Closes: 1127293 1129801
Changes:
vdr-plugin-fritzbox (1.5.8-1) unstable; urgency=medium
.
* add salsa-ci.yml
* wrap-and-sort debian/control
* update debian/watch to git-mode with submodules
* add gbp.conf
* New upstream version 1.5.8 (closes: #1129801)
* remove libboost-system-dev from build-depends (closes: #1127293)
Checksums-Sha1:
4ecf6f046994308bcfeaea0cfd404f6138df6501 2151 vdr-plugin-fritzbox_1.5.8-1.dsc
66af28359254b4d8b000349e57b6c6a55b798241 288232
vdr-plugin-fritzbox_1.5.8.orig.tar.xz
0ccd676277b204ba60312af2f3d63149544c3485 5084
vdr-plugin-fritzbox_1.5.8-1.debian.tar.xz
b796ed78193d400b9519869c647148e356a2adfd 7087
vdr-plugin-fritzbox_1.5.8-1_amd64.buildinfo
Checksums-Sha256:
87d1b1e18161ac431b829aaefb07e0dea473da2a6653e1fb4fa58c83411341cc 2151
vdr-plugin-fritzbox_1.5.8-1.dsc
07952760748105247a7096e90366641857cbf5054dda2238931497b57bed1276 288232
vdr-plugin-fritzbox_1.5.8.orig.tar.xz
a90663a794b67312fd1aad5094c0b3b6ad2ee7038d1788a4ae529517c6cab43d 5084
vdr-plugin-fritzbox_1.5.8-1.debian.tar.xz
a4603f67b1bcab1d6e83d414b009f2563c79cb9091d4caefabaf430d64ae2840 7087
vdr-plugin-fritzbox_1.5.8-1_amd64.buildinfo
Files:
d03fb99a8d30cf48a0d8d71962f43ab6 2151 video optional
vdr-plugin-fritzbox_1.5.8-1.dsc
69d333ef05defe7c9411c6ef6d6ebe2c 288232 video optional
vdr-plugin-fritzbox_1.5.8.orig.tar.xz
c4bf11f08903a4b2d9b67080ecbabd46 5084 video optional
vdr-plugin-fritzbox_1.5.8-1.debian.tar.xz
bc4b259ec4470ea96bfea4d6c4505f2f 7087 video optional
vdr-plugin-fritzbox_1.5.8-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEbdFebnsTnCYy4y02kcMUbl2GabQFAmm5Mh4ACgkQkcMUbl2G
abRgoQ//ceKemLKm6YZKMZUrpS86EBGwOIk9WU9D+jLfg/BgY0Ez+cVwfHmC75lb
A6LCEmnVsqmGdo4H4iU3ZYfgyzt64SqaYaak7dzwaNYJSYC0z7g6ap0L2S/UlZ1r
tQeIDJhyi5S/EaJe6lGLyxb3CN9VfvHIQGHKxew5flx6R1nnnxptVP6jkCZjW3oE
r+fMJ9xfZUVHHb0QBvC/QiF5Bao21Nsn+8ZT/3v7+OAo+HVwXxXzjhRyApwEVmiq
uNU5RR+gurbAKSjE4gPc976KiQyKWyD+yh/59pWltm2R9+Q0jlK1nWfFA7PT1Poc
fhhOtWWOO2y4oBCWzAY/frPIWWF/+YvU948gcDj3PelaaMcR5KwXVYaZmw+dGrFr
SkKoXiWuifkDLTNbtB83s3112sqyIFq/1DCw+50ICN5nS5n7gFLq1OoyvT0OnIvO
lmlcdZMva83tuVoue/VMefrIftXrh8m2CmR1xXQTLAa7npkFwaZSwWO76BG6v4En
aqubYBgSpZ2rzuh4XDHtkOIAAZ8I/NuWF08tFKCqecq3ftD2EFbQoqwtxQutljA7
QlofqFE2vZNBjsNuDcsLjndgDBKvsA6NALySuN8rtD1AQTmNoOdvRWdxJbpgzCeV
Wp+j7GTwM3/qk4kZZa27fWmn9UtQ33GEI1OA3UYw99Er9uiqLx0=
=I9bQ
-----END PGP SIGNATURE-----
pgpR9EvGCCDGR.pgp
Description: PGP signature
--- End Message ---