Source: coda Version: 2.24.2-1 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 coda-2.24.2/debian/changelog coda-2.24.2/debian/changelog --- coda-2.24.2/debian/changelog 2023-02-09 14:45:43.000000000 +0100 +++ coda-2.24.2/debian/changelog 2023-08-29 10:05:24.000000000 +0200 @@ -1,3 +1,10 @@ +coda (2.24.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused libnetcdf-dev build dependency. + + -- Bas Couwenberg <[email protected]> Tue, 29 Aug 2023 10:05:24 +0200 + coda (2.24.2-1) unstable; urgency=medium * New upstream release diff -Nru coda-2.24.2/debian/control coda-2.24.2/debian/control --- coda-2.24.2/debian/control 2023-02-09 14:45:43.000000000 +0100 +++ coda-2.24.2/debian/control 2023-08-29 10:05:10.000000000 +0200 @@ -8,7 +8,6 @@ dh-sequence-python3, python3-all, python3-numpy, - libnetcdf-dev, netcdf-bin, libhdf5-dev | libhdf5-serial-dev, libaec-dev, libpcre3-dev,
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
