Source: proftmb Version: 1.1.12-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 -Nru proftmb-1.1.12/debian/changelog proftmb-1.1.12/debian/changelog --- proftmb-1.1.12/debian/changelog 2014-06-03 20:49:55.000000000 +0200 +++ proftmb-1.1.12/debian/changelog 2015-11-22 21:36:08.000000000 +0100 @@ -1,3 +1,10 @@ +proftmb (1.1.12-2.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 21:35:59 +0100 + proftmb (1.1.12-2) unstable; urgency=medium [ Andreas Tille ] diff -Nru proftmb-1.1.12/debian/control proftmb-1.1.12/debian/control --- proftmb-1.1.12/debian/control 2014-06-03 20:52:38.000000000 +0200 +++ proftmb-1.1.12/debian/control 2015-11-22 21:35:58.000000000 +0100 @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, help2man, - libgsl0-dev, + libgsl-dev, opt Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/proftmb/trunk/

