Source: cloudcompare Version: 2.10.3-1 Severity: serious Tags: patch Justification: makes the package in question unusable or mostly so
Dear Maintainer, liblas will be removed from Debian, it's dead upstream, has outstanding security issues, and FTBFS with GDAL 3. Please drop the build dependencies from your package as per the attached patch. Those build dependencies seems to be unused any way, as cloudcompare does not actually link to liblas. Kind Regards, Bas
diff -Nru cloudcompare-2.10.3/debian/changelog cloudcompare-2.10.3/debian/changelog --- cloudcompare-2.10.3/debian/changelog 2019-06-17 10:02:44.000000000 +0200 +++ cloudcompare-2.10.3/debian/changelog 2019-07-14 08:45:00.000000000 +0200 @@ -1,3 +1,9 @@ +cloudcompare (2.10.3-2) UNRELEASED; urgency=medium + + * Drop liblas build dependencies, will be removed from Debian. + + -- Gürkan Myczko <[email protected]> Sun, 14 Jul 2019 08:45:00 +0200 + cloudcompare (2.10.3-1) experimental; urgency=medium * New upstream version. diff -Nru cloudcompare-2.10.3/debian/control cloudcompare-2.10.3/debian/control --- cloudcompare-2.10.3/debian/control 2019-06-05 15:05:56.000000000 +0200 +++ cloudcompare-2.10.3/debian/control 2019-07-14 08:45:00.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Gürkan Myczko <[email protected]> Build-Depends: debhelper (>= 11), cmake, libqt5opengl5-dev, libcgal-dev, libdxflib-dev (>= 2.5.0), - libglew-dev, libfreenect-dev, libgdal-dev, libgomp1, liblas-c-dev (>= 1.7.0), liblas-dev (>= 1.7.0), libboost-all-dev, + libglew-dev, libfreenect-dev, libgdal-dev, libgomp1, libboost-all-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 Standards-Version: 4.2.1 Homepage: http://www.danielgm.net/cc/

