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 ce1b1ea25738ae910f424a033e1acee2d05de524
Merge: 63919b628 06d0c12be
Author: Julian Andres Klode <jak@debian.org>
Date: Wed Jun 18 14:40:32 2025 +0000
Merge branch 'include-std-headers' into 'main'
Include standard headers to fix clang compiler error
See merge request apt-team/apt!497
commit 06d0c12be00ee50c965830127f5812d2156681b1
Author: Biswapriyo Nath <nathbappai@gmail.com>
Date: Wed Jun 18 14:03:19 2025 +0000
Include standard headers to fix clang compiler error
This commit fixes the following compiler errors.
apt-pkg/acquire.cc:833:51: error: no template named 'function' in namespace 'std'
apt-pkg/contrib/error.cc:198:59: error: no member named 'front_inserter' in namespace 'std'
apt-pkg/solver3.h:44:22: error: no template named 'is_trivially_constructible_v' in namespace 'std'
methods/http.cc:1029:24: error: no member named 'inserter' in namespace 'std'