Source: cpl-plugin-vimos Version: 3.0.6+dfsg-3 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-vimos-3.0.6+dfsg/debian/changelog cpl-plugin-vimos-3.0.6+dfsg/debian/changelog --- cpl-plugin-vimos-3.0.6+dfsg/debian/changelog 2015-10-29 11:16:38.000000000 +0100 +++ cpl-plugin-vimos-3.0.6+dfsg/debian/changelog 2015-11-22 14:22:54.000000000 +0100 @@ -1,3 +1,10 @@ +cpl-plugin-vimos (3.0.6+dfsg-3.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 14:22:50 +0100 + cpl-plugin-vimos (3.0.6+dfsg-3) unstable; urgency=low * Fix ImplicitPointerConversion of tempnam. diff -Nru cpl-plugin-vimos-3.0.6+dfsg/debian/control cpl-plugin-vimos-3.0.6+dfsg/debian/control --- cpl-plugin-vimos-3.0.6+dfsg/debian/control 2015-10-13 16:12:59.000000000 +0200 +++ cpl-plugin-vimos-3.0.6+dfsg/debian/control 2015-11-22 14:22:48.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libcpl-dev (>= 5.3.1), - libgsl0-dev, + libgsl-dev, pkg-config, python, python-astropy,