Source: cdftools Version: 4.0.0-2 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 cdftools-4.0.0/debian/changelog cdftools-4.0.0/debian/changelog --- cdftools-4.0.0/debian/changelog 2022-04-21 16:02:49.000000000 +0200 +++ cdftools-4.0.0/debian/changelog 2023-08-29 10:44:48.000000000 +0200 @@ -1,3 +1,10 @@ +cdftools (4.0.0-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused libnetcdf-dev build dependency. + + -- Bas Couwenberg <[email protected]> Tue, 29 Aug 2023 10:44:48 +0200 + cdftools (4.0.0-2) unstable; urgency=medium * Update d/watch file for new file format (v4.0.0.tar.gz) diff -Nru cdftools-4.0.0/debian/control cdftools-4.0.0/debian/control --- cdftools-4.0.0/debian/control 2022-04-21 16:02:49.000000000 +0200 +++ cdftools-4.0.0/debian/control 2023-08-29 10:44:47.000000000 +0200 @@ -6,7 +6,6 @@ gfortran | fortran-compiler, texlive-latex-base, texlive-latex-recommended, - libnetcdf-dev, libnetcdff-dev Standards-Version: 4.6.0 Homepage: https://github.com/meom-group/CDFTOOLS

