Control: tags 1129795 + patch Control: tags 1129795 + pending Dear maintainer,
I've prepared an NMU for librecad (versioned as 2.2.0.2-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for librecad-2.2.0.2 librecad-2.2.0.2 changelog | 7 +++++++ patches/boost1.90.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru librecad-2.2.0.2/debian/changelog librecad-2.2.0.2/debian/changelog --- librecad-2.2.0.2/debian/changelog 2025-09-24 18:41:17.000000000 +0300 +++ librecad-2.2.0.2/debian/changelog 2026-04-05 11:41:43.000000000 +0300 @@ -1,3 +1,10 @@ +librecad (2.2.0.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1129795) + + -- Adrian Bunk <[email protected]> Sun, 05 Apr 2026 11:41:43 +0300 + librecad (2.2.0.2-2) unstable; urgency=medium * Team upload. diff -Nru librecad-2.2.0.2/debian/patches/boost1.90.patch librecad-2.2.0.2/debian/patches/boost1.90.patch --- librecad-2.2.0.2/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ librecad-2.2.0.2/debian/patches/boost1.90.patch 2026-04-05 11:41:43.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost 1.90 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129795 + +--- librecad-2.2.0.2.orig/common.pri ++++ librecad-2.2.0.2/common.pri +@@ -70,7 +70,7 @@ QMAKE_CFLAGS_ISYSTEM = "" + QT += svg + + greaterThan( QT_MAJOR_VERSION, 4) { +- CONFIG += c++11 ++ CONFIG += c++14 + }else{ + unix|macx|win32-g++ { + # no such option for MSVC diff -Nru librecad-2.2.0.2/debian/patches/series librecad-2.2.0.2/debian/patches/series --- librecad-2.2.0.2/debian/patches/series 2025-09-24 18:25:17.000000000 +0300 +++ librecad-2.2.0.2/debian/patches/series 2026-04-05 11:41:43.000000000 +0300 @@ -1,2 +1,3 @@ debian_build.patch librecad-desktop.pach +boost1.90.patch

