Control: tags -1 patch thanks On Mon, Feb 17, 2025 at 06:01:23PM +0000, Matthias Klose wrote: > [...] > The package fails to build in a test rebuild on at least amd64 with > gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The > severity of this report will be raised before the forky release. > [...]
The following patch will not actually solve the issue, but it allows the package to built for the time being: | diff -Nru xdelta-1.1.3/debian/rules xdelta-1.1.3/debian/rules | --- xdelta-1.1.3/debian/rules 2024-08-16 22:23:31.000000000 +0200 | +++ xdelta-1.1.3/debian/rules 2025-09-21 10:53:45.000000000 +0200 | @@ -5,7 +5,7 @@ | # Uncomment this to turn on verbose mode. | #export DH_VERBOSE=1 | | -export DEB_CFLAGS_MAINT_APPEND = -Wno-error=int-conversion -Wno-error=incompatible-pointer-types | +export DEB_CFLAGS_MAINT_APPEND = -Wno-error=int-conversion -Wno-error=incompatible-pointer-types -std=gnu17 | | %: | dh $@ HTH, Flo
signature.asc
Description: PGP signature

