Source: pyxplot Version: 0.9.2-5 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 pyxplot-0.9.2/debian/changelog pyxplot-0.9.2/debian/changelog --- pyxplot-0.9.2/debian/changelog 2014-09-18 02:05:34.000000000 +0200 +++ pyxplot-0.9.2/debian/changelog 2015-11-22 21:57:35.000000000 +0100 @@ -1,3 +1,10 @@ +pyxplot (0.9.2-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + + -- Bas Couwenberg <[email protected]> Sun, 22 Nov 2015 21:57:32 +0100 + pyxplot (0.9.2-5) unstable; urgency=medium * Stop using imagemagick at build time to get away from imagemagick diff -Nru pyxplot-0.9.2/debian/control pyxplot-0.9.2/debian/control --- pyxplot-0.9.2/debian/control 2014-09-18 02:05:20.000000000 +0200 +++ pyxplot-0.9.2/debian/control 2015-11-22 21:57:30.000000000 +0100 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), fftw3-dev, libcfitsio-dev, - libgsl0-dev, + libgsl-dev, libkpathsea-dev, libpng-dev, libreadline-dev,

