Control: unmerge -1 Control: reassign -1 src:libxml++2.6 Control: tags -1 +patch
Hi, Your package forces C++11 standard during compilation. However it uses ICU which is C++17 now. I attached a patch not to force the C++ standard and make your package compile again. Regards, Laszlo/GCS
Description: fix FTBFS with ICU 75.1+ Do not force C++ standard to compile with. Author: Laszlo Boszormenyi (GCS) <g...@debian.org> Bug-Debian: https://bugs.debian.org/1101235 Forwarded: no Last-Update: 2025-03-25 --- --- libxml++2.6-2.42.3.orig/meson.build +++ libxml++2.6-2.42.3/meson.build @@ -4,7 +4,6 @@ project('libxml++', 'cpp', version: '2.42.3', license: 'LGPLv2.1+', default_options: [ - 'cpp_std=c++11', 'warning_level=1', ], meson_version: '>= 0.55.0', # required for meson.add_dist_script(python3, ...)