Source: kst Version: 2.0.8-5 Severity: normal Tags: patch Dear Maintainer,
Your package build depends on libnetcdf-dev but doesn't link to libnetcdf. The attached patch drops the unused build dependency. Kind Regards, Bas
diff -Nru kst-2.0.8/debian/changelog kst-2.0.8/debian/changelog --- kst-2.0.8/debian/changelog 2021-11-14 21:21:57.000000000 +0100 +++ kst-2.0.8/debian/changelog 2023-08-29 10:27:11.000000000 +0200 @@ -1,3 +1,9 @@ +kst (2.0.8-6) UNRELEASED; urgency=medium + + * Drop unused libnetcdf-dev build dependency. + + -- Bas Couwenberg <[email protected]> Tue, 29 Aug 2023 10:27:11 +0200 + kst (2.0.8-5) unstable; urgency=medium * QA upload. diff -Nru kst-2.0.8/debian/control kst-2.0.8/debian/control --- kst-2.0.8/debian/control 2021-11-14 21:14:17.000000000 +0100 +++ kst-2.0.8/debian/control 2023-08-29 10:27:06.000000000 +0200 @@ -10,7 +10,6 @@ libgetdata-dev, libgsl-dev, libmatio-dev, - libnetcdf-dev, pkg-config, qtbase5-dev, qtbase5-dev-tools,

