Source: meep-mpich2 Version: 1.3-2 Severity: normal Tags: patch Dear Maintainer,
Please update your package for the ongoing gsl transition (#804246). The attached patch updates the build dependencies to use libgsl-dev. This change is required to not pull in GSL 1.x via libgsl0-dev. Kind Regards, Bas
diff -Nru meep-mpich2-1.3/debian/changelog meep-mpich2-1.3/debian/changelog --- meep-mpich2-1.3/debian/changelog 2015-07-05 10:06:33.000000000 +0200 +++ meep-mpich2-1.3/debian/changelog 2015-11-22 19:13:33.000000000 +0100 @@ -1,3 +1,10 @@ +meep-mpich2 (1.3-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + + -- Bas Couwenberg <sebas...@debian.org> Sun, 22 Nov 2015 19:13:31 +0100 + meep-mpich2 (1.3-2) unstable; urgency=medium * debian/control: add conflict with old version of libs (Closes: #790747) diff -Nru meep-mpich2-1.3/debian/control meep-mpich2-1.3/debian/control --- meep-mpich2-1.3/debian/control 2015-07-05 10:07:35.000000000 +0200 +++ meep-mpich2-1.3/debian/control 2015-11-22 19:13:29.000000000 +0100 @@ -12,7 +12,7 @@ zlib1g-dev, libfftw3-dev, libhdf5-mpich-dev, - libgsl0-dev, + libgsl-dev, liblapack-dev, libmpich-dev, libatlas-base-dev,