Control: tags -1 patch -- On Wed, Feb 12, 2025 at 11:59:16AM +0000, Sudip Mukherjee wrote: > Source: lime > Version: 5.2.0+dfsg-4 > Severity: serious > Tags: ftbfs > X-Debbugs-Cc: sudipm.mukher...@gmail.com > > Dear Maintainer, > > lime fails to build with the error:
The attached patch will fix the build. -- Regards Sudip
diff -Nru lime-5.2.0+dfsg/debian/changelog lime-5.2.0+dfsg/debian/changelog --- lime-5.2.0+dfsg/debian/changelog 2024-06-30 22:22:06.000000000 +0100 +++ lime-5.2.0+dfsg/debian/changelog 2025-02-15 11:25:29.000000000 +0000 @@ -1,3 +1,10 @@ +lime (5.2.0+dfsg-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix bctoolbox packagename in CMake. + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sat, 15 Feb 2025 11:25:29 +0000 + lime (5.2.0+dfsg-4) unstable; urgency=medium * Team upload. diff -Nru lime-5.2.0+dfsg/debian/patches/fix-bctoolbox-cmake.patch lime-5.2.0+dfsg/debian/patches/fix-bctoolbox-cmake.patch --- lime-5.2.0+dfsg/debian/patches/fix-bctoolbox-cmake.patch 1970-01-01 01:00:00.000000000 +0100 +++ lime-5.2.0+dfsg/debian/patches/fix-bctoolbox-cmake.patch 2025-02-15 11:25:29.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Fix bctoolbox PackageName that cmake uses + +Origin: backport, https://gitlab.linphone.org/BC/public/lime/-/commit/97d20c29cedbff5bf04379928007de56bef52e50 +Last-Update: 2025-02-12 +--- + +--- lime-5.2.0+dfsg.orig/CMakeLists.txt ++++ lime-5.2.0+dfsg/CMakeLists.txt +@@ -77,7 +77,7 @@ endif() + + if(ENABLE_LIME OR ENABLE_STATIC OR ENABLE_SHARED) + if (NOT DISABLE_BC_PACKAGE_SEARCH) +- find_package(bctoolbox 0.5.1 REQUIRED OPTIONAL_COMPONENTS tester) ++ find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester) + endif () + + if (NOT DISABLE_SOCI_PACKAGE_SEARCH) diff -Nru lime-5.2.0+dfsg/debian/patches/series lime-5.2.0+dfsg/debian/patches/series --- lime-5.2.0+dfsg/debian/patches/series 2024-06-30 22:12:47.000000000 +0100 +++ lime-5.2.0+dfsg/debian/patches/series 2025-02-15 11:25:29.000000000 +0000 @@ -5,3 +5,4 @@ install-pkgconfig-file.patch define-project-version.patch bc-de7c88d8-gcc13-fixes.patch +fix-bctoolbox-cmake.patch