Source: sip-tester Version: 1:3.2-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 sip-tester-3.2/debian/changelog sip-tester-3.2/debian/changelog --- sip-tester-3.2/debian/changelog 2011-11-03 11:57:43.000000000 +0100 +++ sip-tester-3.2/debian/changelog 2015-11-22 22:24:16.000000000 +0100 @@ -1,3 +1,10 @@ +sip-tester (1:3.2-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:24:12 +0100 + sip-tester (1:3.2-1) unstable; urgency=low [ Paul Belanger ] diff -Nru sip-tester-3.2/debian/control sip-tester-3.2/debian/control --- sip-tester-3.2/debian/control 2011-11-03 11:56:09.000000000 +0100 +++ sip-tester-3.2/debian/control 2015-11-22 22:24:11.000000000 +0100 @@ -8,7 +8,7 @@ libncurses5-dev, libnet1-dev, libpcap-dev, - libgsl0-dev, + libgsl-dev, Build-Conflicts: libssl-dev Standards-Version: 3.8.4 Homepage: http://sourceforge.net/projects/sipp/

