Source: ngraph-gtk Version: 6.06.13-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 ngraph-gtk-6.06.13/debian/changelog ngraph-gtk-6.06.13/debian/changelog --- ngraph-gtk-6.06.13/debian/changelog 2014-06-15 13:09:33.000000000 +0200 +++ ngraph-gtk-6.06.13/debian/changelog 2015-11-22 19:54:56.000000000 +0100 @@ -1,3 +1,10 @@ +ngraph-gtk (6.06.13-5.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:54:52 +0100 + ngraph-gtk (6.06.13-5) unstable; urgency=medium * debian/rules diff -Nru ngraph-gtk-6.06.13/debian/control ngraph-gtk-6.06.13/debian/control --- ngraph-gtk-6.06.13/debian/control 2014-03-31 15:18:20.000000000 +0200 +++ ngraph-gtk-6.06.13/debian/control 2015-11-22 19:54:47.000000000 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Koichi Akabe <vbkaise...@gmail.com> Uploaders: Ito Hiroyuki <zxb01...@nifty.com> -Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libgtk-3-dev, libgsl0-dev, libreadline6-dev, ruby (>= 1:2.0.0), ruby-dev (>= 1:2.0.0) +Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libgtk-3-dev, libgsl-dev, libreadline6-dev, ruby (>= 1:2.0.0), ruby-dev (>= 1:2.0.0) Standards-Version: 3.9.5 Homepage: http://homepage3.nifty.com/slokar/ngraph/ngraph-gtk.html