Source: gpivtools Version: 0.6.0-3.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. Please note that libgpiv (#807207) needs to be updated for GSL 2, before gpiv can be rebuilt with GSL 2. Kind Regards, Bas
diff -Nru gpivtools-0.6.0/debian/changelog gpivtools-0.6.0/debian/changelog --- gpivtools-0.6.0/debian/changelog 2014-08-06 17:25:15.000000000 +0200 +++ gpivtools-0.6.0/debian/changelog 2015-11-22 23:35:38.000000000 +0100 @@ -1,3 +1,10 @@ +gpivtools (0.6.0-3.2) 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 23:35:36 +0100 + gpivtools (0.6.0-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru gpivtools-0.6.0/debian/control gpivtools-0.6.0/debian/control --- gpivtools-0.6.0/debian/control 2012-04-17 16:48:48.000000000 +0200 +++ gpivtools-0.6.0/debian/control 2015-11-22 23:35:34.000000000 +0100 @@ -5,7 +5,7 @@ Maintainer: Gerber van der Graaf <[email protected]> Homepage: http://gpivtools.sourceforge.net/ Build-Depends: debhelper (>= 9), autotools-dev, libgpiv3-dev, - perl, libfftw3-dev, libgsl0-dev, libhdf5-dev (>= 1.8.8), + perl, libfftw3-dev, libgsl-dev, libhdf5-dev (>= 1.8.8), libglib2.0-dev, libpng-dev, libgomp1, mpi-default-dev Package: gpivtools

