Source: slgsl Version: 0.7.0-5.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 -u slgsl-0.7.0/debian/changelog slgsl-0.7.0/debian/changelog --- slgsl-0.7.0/debian/changelog +++ slgsl-0.7.0/debian/changelog @@ -1,3 +1,10 @@ +slgsl (0.7.0-5.3) 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 22:36:30 +0100 + slgsl (0.7.0-5.2) unstable; urgency=medium * Non-maintainer upload. diff -u slgsl-0.7.0/debian/control slgsl-0.7.0/debian/control --- slgsl-0.7.0/debian/control +++ slgsl-0.7.0/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian JED Group <[email protected]> Uploaders: Rafael Laboissiere <[email protected]> Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), slsh, - libgsl0-dev, cdbs, quilt + libgsl-dev, cdbs, quilt Standards-Version: 3.8.1 Homepage: http://space.mit.edu/cxc/software/slang/modules/gsl/ Vcs-Git: git://git.debian.org/git/pkg-jed/slgsl.git

