vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 848263bf096da35213125fcfb091ca0d757d790b
Author: Otto Kekäläinen <otto@debian.org>
Date: Wed Jan 14 13:03:47 2026 -0800
Build using system ASIO, currently 1.30 in Debian (Closes: #1115369)
Add libasio-dev as a build dependency. This is automatically picked
up the configure stage as confirmed in the build logs.
Before:
-- Looking for C++ include asio.hpp
-- Looking for C++ include asio.hpp - not found
-- Using bundled asio
After:
-- Looking for C++ include asio.hpp
-- Looking for C++ include asio.hpp - found
-- Performing Test ASIO_VERSION_OK
-- Performing Test ASIO_VERSION_OK - Success
Additionally remove the bundled asio/ directory before the configure and
build stages run to ensure nothing is used from the bundled copy.