Source: bogofilter Version: 1.2.4+dfsg1-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 bogofilter-1.2.4+dfsg1/debian/changelog bogofilter-1.2.4+dfsg1/debian/changelog --- bogofilter-1.2.4+dfsg1/debian/changelog 2014-05-08 21:37:04.000000000 +0200 +++ bogofilter-1.2.4+dfsg1/debian/changelog 2015-11-22 02:35:44.000000000 +0100 @@ -1,3 +1,10 @@ +bogofilter (1.2.4+dfsg1-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 02:35:25 +0100 + bogofilter (1.2.4+dfsg1-3) unstable; urgency=medium * Update config.guess to build on hurd-i386 (Closes: #729192). Thanks to diff -Nru bogofilter-1.2.4+dfsg1/debian/control bogofilter-1.2.4+dfsg1/debian/control --- bogofilter-1.2.4+dfsg1/debian/control 2014-05-08 21:35:07.000000000 +0200 +++ bogofilter-1.2.4+dfsg1/debian/control 2015-11-22 02:35:23.000000000 +0100 @@ -2,7 +2,7 @@ Section: mail Priority: optional Maintainer: Serafeim Zanikolas <s...@debian.org> -Build-Depends: debhelper (>= 7), libdb-dev (>= 4.6.19), libgsl0-dev, libsqlite3-dev, libtokyocabinet-dev, autotools-dev +Build-Depends: debhelper (>= 7), libdb-dev (>= 4.6.19), libgsl-dev, libsqlite3-dev, libtokyocabinet-dev, autotools-dev Standards-Version: 3.9.5 Vcs-Git: git://git.debian.org/collab-maint/bogofilter.git Vcs-Browser: http://git.debian.org/?p=collab-maint/bogofilter.git