Source: saint Version: 2.5.0+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 saint-2.5.0+dfsg/debian/changelog saint-2.5.0+dfsg/debian/changelog --- saint-2.5.0+dfsg/debian/changelog 2015-11-09 00:11:24.000000000 +0100 +++ saint-2.5.0+dfsg/debian/changelog 2015-11-22 22:19:57.000000000 +0100 @@ -1,3 +1,10 @@ +saint (2.5.0+dfsg-1.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 22:19:55 +0100 + saint (2.5.0+dfsg-1) unstable; urgency=medium * New upstream version diff -Nru saint-2.5.0+dfsg/debian/control saint-2.5.0+dfsg/debian/control --- saint-2.5.0+dfsg/debian/control 2015-11-09 00:09:43.000000000 +0100 +++ saint-2.5.0+dfsg/debian/control 2015-11-22 22:19:53.000000000 +0100 @@ -5,7 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), - libgsl0-dev + libgsl-dev Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/saint/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/saint/trunk/

