Andreas Tille pushed to branch master at Debian Med / sight
Commits: 3f16e38d by Andreas Tille at 2020-06-15T19:03:03+02:00 Add changes for "Non-maintainer upload" - - - - - 3 changed files: - debian/changelog - + debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +sight (19.0.0-6.1) unstable; urgency=high + + * Non-maintainer upload. + * Add patch from Giovanni Mascellani for FTBFS with Boost 1.71. + (Closes: #954711) + + -- Adrian Bunk <[email protected]> Mon, 15 Jun 2020 18:20:23 +0300 + sight (19.0.0-6) unstable; urgency=medium [ Etienne Mollier ] ===================================== debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch ===================================== @@ -0,0 +1,34 @@ +From: Giovanni Mascellani <[email protected]> +Date: Sun, 22 Mar 2020 14:34:26 +0100 +Subject: Fix FTBFS with Boost 1.71. + +Apparently CMake expects library names to be lowercase. +--- + Bundles/ui/guiQml/CMakeLists.txt | 2 +- + Bundles/ui/guiQt/CMakeLists.txt | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Bundles/ui/guiQml/CMakeLists.txt b/Bundles/ui/guiQml/CMakeLists.txt +index 42c008e..7f9c228 100644 +--- a/Bundles/ui/guiQml/CMakeLists.txt ++++ b/Bundles/ui/guiQml/CMakeLists.txt +@@ -1,6 +1,6 @@ + fwLoadProperties() + +-find_package(Boost QUIET COMPONENTS Regex REQUIRED) ++find_package(Boost QUIET COMPONENTS regex REQUIRED) + find_package(Qt5 QUIET COMPONENTS Core Gui Quick Qml QuickControls2 REQUIRED) + + +diff --git a/Bundles/ui/guiQt/CMakeLists.txt b/Bundles/ui/guiQt/CMakeLists.txt +index 3aff5d1..ff52b89 100644 +--- a/Bundles/ui/guiQt/CMakeLists.txt ++++ b/Bundles/ui/guiQt/CMakeLists.txt +@@ -1,6 +1,6 @@ + fwLoadProperties() + +-find_package(Boost QUIET COMPONENTS Regex REQUIRED) ++find_package(Boost QUIET COMPONENTS regex REQUIRED) + find_package(Qt5 QUIET COMPONENTS Core Gui Widgets REQUIRED) + + ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ fix_version_getter.patch fix_launcher_library_path.patch fix_dcmtk_scp_cfg.patch revert_qVTK_widget.patch +0007-Fix-FTBFS-with-Boost-1.71.patch View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/3f16e38d30ebc174426e5642304be5a361295ac3 -- View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/3f16e38d30ebc174426e5642304be5a361295ac3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
