Source: lammps Version: 20220106.git7586adbb6a+ds1-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 lammps-20220106.git7586adbb6a+ds1/debian/changelog lammps-20220106.git7586adbb6a+ds1/debian/changelog --- lammps-20220106.git7586adbb6a+ds1/debian/changelog 2022-03-17 19:23:11.000000000 +0100 +++ lammps-20220106.git7586adbb6a+ds1/debian/changelog 2023-08-29 11:45:50.000000000 +0200 @@ -1,3 +1,10 @@ +lammps (20220106.git7586adbb6a+ds1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused libnetcdf-dev build dependency. + + -- Bas Couwenberg <sebas...@debian.org> Tue, 29 Aug 2023 11:45:50 +0200 + lammps (20220106.git7586adbb6a+ds1-2) unstable; urgency=medium * [a623229] Switch off GPU diff -Nru lammps-20220106.git7586adbb6a+ds1/debian/control lammps-20220106.git7586adbb6a+ds1/debian/control --- lammps-20220106.git7586adbb6a+ds1/debian/control 2022-03-11 16:59:36.000000000 +0100 +++ lammps-20220106.git7586adbb6a+ds1/debian/control 2023-08-29 11:45:48.000000000 +0200 @@ -13,7 +13,6 @@ libhdf5-mpi-dev, libjpeg-dev, libkim-api-dev, - libnetcdf-dev, libsymspg-dev, libvtk9-dev, libvtk9-qt-dev,