Source: flowgrind Version: 0.7.5-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 flowgrind-0.7.5/debian/changelog flowgrind-0.7.5/debian/changelog --- flowgrind-0.7.5/debian/changelog 2014-10-23 15:27:31.000000000 +0200 +++ flowgrind-0.7.5/debian/changelog 2015-11-22 15:40:40.000000000 +0100 @@ -1,3 +1,10 @@ +flowgrind (0.7.5-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 15:40:33 +0100 + flowgrind (0.7.5-1) unstable; urgency=medium * New upstream Release 0.7.5 diff -Nru flowgrind-0.7.5/debian/control flowgrind-0.7.5/debian/control --- flowgrind-0.7.5/debian/control 2014-10-23 15:27:50.000000000 +0200 +++ flowgrind-0.7.5/debian/control 2015-11-22 15:40:29.000000000 +0100 @@ -2,7 +2,7 @@ Section: net Priority: extra Maintainer: Arnd Hannemann <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, libxmlrpc-core-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev +Build-Depends: debhelper (>= 7), autotools-dev, libxmlrpc-core-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl-dev, libpcap-dev Standards-Version: 3.9.6 Homepage: http://www.flowgrind.net Vcs-Git: git://github.com/flowgrind/flowgrind.git

