Source: pfstools Version: 2.0.4-4 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 pfstools-2.0.4/debian/changelog pfstools-2.0.4/debian/changelog --- pfstools-2.0.4/debian/changelog 2015-11-01 17:48:15.000000000 +0100 +++ pfstools-2.0.4/debian/changelog 2015-11-22 21:34:54.000000000 +0100 @@ -1,3 +1,10 @@ +pfstools (2.0.4-4.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:34:51 +0100 + pfstools (2.0.4-4) unstable; urgency=medium * Upload to unstable. diff -Nru pfstools-2.0.4/debian/control pfstools-2.0.4/debian/control --- pfstools-2.0.4/debian/control 2015-10-18 18:12:24.000000000 +0200 +++ pfstools-2.0.4/debian/control 2015-11-22 21:34:50.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), gfortran, cmake, libqt4-dev, libmagick++-dev, libtiff-dev, libopenexr-dev, libnetpbm10-dev, liboctave-dev, texlive-latex-base, freeglut3-dev, - libgsl0-dev + libgsl-dev Standards-Version: 3.9.6 Homepage: http://pfstools.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-phototools/pfstools.git

