Control: tags 1127179 + patch Control: tags 1127179 + pending Dear maintainer,
I've prepared an NMU for codeblocks (versioned as 25.03+dfsg-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for codeblocks-25.03+dfsg codeblocks-25.03+dfsg changelog | 8 ++++++++ control | 1 - patches/boost1.89.patch | 14 ++++++++++++++ patches/series | 1 + rules | 2 -- 5 files changed, 23 insertions(+), 3 deletions(-) diff -Nru codeblocks-25.03+dfsg/debian/changelog codeblocks-25.03+dfsg/debian/changelog --- codeblocks-25.03+dfsg/debian/changelog 2025-04-30 21:00:20.000000000 +0300 +++ codeblocks-25.03+dfsg/debian/changelog 2026-03-20 20:08:46.000000000 +0200 @@ -1,3 +1,11 @@ +codeblocks (25.03+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1127179) + * Remove obsolete -std=gnu++14 workaround. + + -- Adrian Bunk <[email protected]> Fri, 20 Mar 2026 20:08:46 +0200 + codeblocks (25.03+dfsg-2) unstable; urgency=medium [ Andreas B. Mundt ] diff -Nru codeblocks-25.03+dfsg/debian/control codeblocks-25.03+dfsg/debian/control --- codeblocks-25.03+dfsg/debian/control 2025-04-09 19:59:52.000000000 +0300 +++ codeblocks-25.03+dfsg/debian/control 2026-03-20 20:08:46.000000000 +0200 @@ -7,7 +7,6 @@ dpkg-dev (>= 1.22.5), libastyle-dev, libboost-dev, - libboost-system-dev, libbz2-dev, libgtk-3-dev, libhunspell-dev, diff -Nru codeblocks-25.03+dfsg/debian/patches/boost1.89.patch codeblocks-25.03+dfsg/debian/patches/boost1.89.patch --- codeblocks-25.03+dfsg/debian/patches/boost1.89.patch 1970-01-01 02:00:00.000000000 +0200 +++ codeblocks-25.03+dfsg/debian/patches/boost1.89.patch 2026-03-20 20:08:46.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with Boost >= 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1127179 + +--- codeblocks-25.03+dfsg.orig/configure.ac ++++ codeblocks-25.03+dfsg/configure.ac +@@ -256,7 +256,6 @@ case $WX_BASENAME in + if test "x$BUILD_NASSISHNEIDERMAN_TRUE" = "x" ; then + dnl Check whether boost is installed + AX_BOOST_BASE +- AX_BOOST_SYSTEM + fi + + CB_GLIB2_CFLAGS="$GLIB2_CFLAGS" diff -Nru codeblocks-25.03+dfsg/debian/patches/series codeblocks-25.03+dfsg/debian/patches/series --- codeblocks-25.03+dfsg/debian/patches/series 2025-04-03 07:07:02.000000000 +0300 +++ codeblocks-25.03+dfsg/debian/patches/series 2026-03-20 20:08:46.000000000 +0200 @@ -1,3 +1,4 @@ 01-no_Makefiles_in_debian_dir.patch 04-reproducible_build.patch codeblocks-add-support-for-loongarch64.patch +boost1.89.patch diff -Nru codeblocks-25.03+dfsg/debian/rules codeblocks-25.03+dfsg/debian/rules --- codeblocks-25.03+dfsg/debian/rules 2025-04-30 21:00:20.000000000 +0300 +++ codeblocks-25.03+dfsg/debian/rules 2026-03-20 20:08:46.000000000 +0200 @@ -22,8 +22,6 @@ -DBUILD_DATE="\"\\\"`date -u -d @$(SOURCE_DATE_EPOCH) +%Y-%m-%d`\\\"\"" \ -DBUILD_TIME="\"\\\"`date -u -d @$(SOURCE_DATE_EPOCH) +%T`\\\"\"" -export DEB_CXXFLAGS_MAINT_APPEND += -std=gnu++14 - %: dh $@

