Source: cloudcompare Version: 2.11.3-4 Severity: important Tags: patch Dear Maintainer,
Your package build depends on PDAL and LASzip, which are going to be removed. The attached patch fixes the issue by dropping the packages from the build dependencies. Kind Regars, Bas
diff -Nru cloudcompare-2.11.3/debian/changelog cloudcompare-2.11.3/debian/changelog --- cloudcompare-2.11.3/debian/changelog 2021-11-17 12:08:34.000000000 +0100 +++ cloudcompare-2.11.3/debian/changelog 2022-03-11 16:35:15.000000000 +0100 @@ -1,3 +1,10 @@ +cloudcompare (2.11.3-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop PDAL & LASzip from build dependencies, the packages will be removed. + + -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2022 16:35:15 +0100 + cloudcompare (2.11.3-4) unstable; urgency=medium * Apply patch to fix FTBFS. (Closes: #996589) diff -Nru cloudcompare-2.11.3/debian/control cloudcompare-2.11.3/debian/control --- cloudcompare-2.11.3/debian/control 2021-11-17 09:32:32.000000000 +0100 +++ cloudcompare-2.11.3/debian/control 2022-03-11 16:35:15.000000000 +0100 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Gürkan Myczko <[email protected]> Build-Depends: debhelper-compat (= 13), cmake, libqt5opengl5-dev, libcgal-dev, libdxflib-dev (>= 2.5.0), - libglew-dev, libfreenect-dev, libgdal-dev, libgomp1, libboost-all-dev, libavcodec-dev, libavformat-dev, libswscale-dev, liblaszip-dev, libeigen3-dev, - libjsoncpp-dev, libpdal-dev (>= 1.9.1+ds-1~exp2), libcurl4-gnutls-dev | libcurl4-openssl-dev, libcgal-qt5-dev, libqt5svg5-dev, qttools5-dev-tools, qttools5-dev + libglew-dev, libfreenect-dev, libgdal-dev, libgomp1, libboost-all-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libeigen3-dev, + libjsoncpp-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libcgal-qt5-dev, libqt5svg5-dev, qttools5-dev-tools, qttools5-dev Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://www.danielgm.net/cc/ diff -Nru cloudcompare-2.11.3/debian/rules cloudcompare-2.11.3/debian/rules --- cloudcompare-2.11.3/debian/rules 2021-11-17 09:50:04.000000000 +0100 +++ cloudcompare-2.11.3/debian/rules 2022-03-11 16:35:13.000000000 +0100 @@ -16,7 +16,6 @@ dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release \ -DOPTION_USE_LIBLAS=OFF \ - -DOPTION_PDAL_LAS=ON \ -DCOMPILE_CC_CORE_LIB_WITH_CGAL=OFF \ -DJSON_ROOT_DIR=/usr/include/jsoncpp \ -DWITH_FFMPEG_SUPPORT=ON \ @@ -30,7 +29,6 @@ -DPLUGIN-STANDARD_QCSF=ON \ -DPLUGIN-STANDARD_QHPR=ON \ -DPLUGIN-STANDARD_QM3C2=ON \ - -DPLUGIN_IO_QPDAL=OFF \ -DPLUGIN_IO_QPHOTOSCAN=ON \ -DPLUGIN_STANDARD_QRANSAC_SD=ON \ -DPLUGIN_STANDARD_QANIMATION=ON \ @@ -45,7 +43,6 @@ # -DCMAKE_BUILD_TYPE=Release \ # -DOPTION_USE_LIBLAS=ON \ -# -DOPTION_PDAL_LAS=ON \ # -DCOMPILE_CC_CORE_LIB_WITH_CGAL=OFF \ # -DJSON_ROOT_DIR=/usr/include/jsoncpp \ # -DWITH_FFMPEG_SUPPORT=ON \

