Source: cpl-plugin-fors Version: 5.1.4+dfsg-1 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 cpl-plugin-fors-5.1.4+dfsg/debian/changelog cpl-plugin-fors-5.1.4+dfsg/debian/changelog --- cpl-plugin-fors-5.1.4+dfsg/debian/changelog 2015-09-23 11:11:08.000000000 +0200 +++ cpl-plugin-fors-5.1.4+dfsg/debian/changelog 2015-11-22 13:49:05.000000000 +0100 @@ -1,3 +1,10 @@ +cpl-plugin-fors (5.1.4+dfsg-1.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 13:48:36 +0100 + cpl-plugin-fors (5.1.4+dfsg-1) unstable; urgency=low * New upstream version diff -Nru cpl-plugin-fors-5.1.4+dfsg/debian/control cpl-plugin-fors-5.1.4+dfsg/debian/control --- cpl-plugin-fors-5.1.4+dfsg/debian/control 2015-09-23 11:04:49.000000000 +0200 +++ cpl-plugin-fors-5.1.4+dfsg/debian/control 2015-11-22 13:48:32.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libcpl-dev (>= 6.4), - libgsl0-dev, + libgsl-dev, pkg-config, python, python-astropy,