Control: tags 1130052 + patch Control: tags 1130052 + pending Dear maintainer,
I've prepared an NMU for adolc (versioned as 2.7.2-8.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. This fixes the ABI breakage in 2.7.2-8. cu Adrian
diffstat for adolc-2.7.2 adolc-2.7.2 changelog | 7 +++++++ control | 2 +- patches/no-boost-system.patch | 19 +++++++++++++++++++ patches/series | 1 + 4 files changed, 28 insertions(+), 1 deletion(-) diff -Nru adolc-2.7.2/debian/changelog adolc-2.7.2/debian/changelog --- adolc-2.7.2/debian/changelog 2026-03-07 14:28:11.000000000 +0200 +++ adolc-2.7.2/debian/changelog 2026-03-09 11:12:03.000000000 +0200 @@ -1,3 +1,10 @@ +adolc (2.7.2-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ABI breakage in the previous upload. (Closes: #1130052) + + -- Adrian Bunk <[email protected]> Mon, 09 Mar 2026 11:12:03 +0200 + adolc (2.7.2-8) unstable; urgency=medium * Team Upload diff -Nru adolc-2.7.2/debian/control adolc-2.7.2/debian/control --- adolc-2.7.2/debian/control 2026-03-07 14:02:51.000000000 +0200 +++ adolc-2.7.2/debian/control 2026-03-09 11:12:03.000000000 +0200 @@ -3,7 +3,7 @@ Uploaders: Barak A. Pearlmutter <[email protected]> Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), autoconf-archive, - libcolpack-dev, + libcolpack-dev, libboost-dev Standards-Version: 4.7.3 Section: libs Homepage: https://projects.coin-or.org/ADOL-C diff -Nru adolc-2.7.2/debian/patches/no-boost-system.patch adolc-2.7.2/debian/patches/no-boost-system.patch --- adolc-2.7.2/debian/patches/no-boost-system.patch 1970-01-01 02:00:00.000000000 +0200 +++ adolc-2.7.2/debian/patches/no-boost-system.patch 2026-03-09 11:12:03.000000000 +0200 @@ -0,0 +1,19 @@ +Description: Boost::System has been removed in 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1130052 + +--- adolc-2.7.2.orig/configure.ac ++++ adolc-2.7.2/configure.ac +@@ -347,11 +347,9 @@ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" + AC_LANG_PUSH([C++]) + AC_CHECK_HEADERS([boost/pool/pool_alloc.hpp]) + AC_LANG_POP([C++]) +-AX_BOOST_SYSTEM +-LDFLAGS="$LDFLAGS $BOOST_LDFLAGS $BOOST_SYSTEM_LIB" + fi + +-if test "x$want_boost" = xyes -a "x$boost_new" = xyes -a "x$ac_cv_header_boost_pool_pool_alloc_hpp" = xyes -a "x$link_system" = xyes ; then ++if test "x$want_boost" = xyes -a "x$boost_new" = xyes -a "x$ac_cv_header_boost_pool_pool_alloc_hpp" = xyes ; then + using_boost_pool=yes + USE_BOOST_POOL="#define USE_BOOST_POOL 1" + else diff -Nru adolc-2.7.2/debian/patches/series adolc-2.7.2/debian/patches/series --- adolc-2.7.2/debian/patches/series 2026-03-07 14:28:11.000000000 +0200 +++ adolc-2.7.2/debian/patches/series 2026-03-09 11:12:03.000000000 +0200 @@ -2,3 +2,4 @@ 0002-typos.patch 0003-debash.patch debian-changes +no-boost-system.patch

