Source: luminance-hdr Version: 2.4.0-6 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 luminance-hdr-2.4.0/debian/changelog luminance-hdr-2.4.0/debian/changelog --- luminance-hdr-2.4.0/debian/changelog 2014-09-30 18:32:43.000000000 +0200 +++ luminance-hdr-2.4.0/debian/changelog 2015-11-22 18:15:15.000000000 +0100 @@ -1,3 +1,10 @@ +luminance-hdr (2.4.0-6.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 18:15:13 +0100 + luminance-hdr (2.4.0-6) unstable; urgency=medium * 51_qt5_printsupport.diff: Fix build error with newer QT. Closes: #763224 diff -Nru luminance-hdr-2.4.0/debian/control luminance-hdr-2.4.0/debian/control --- luminance-hdr-2.4.0/debian/control 2014-09-30 18:33:28.000000000 +0200 +++ luminance-hdr-2.4.0/debian/control 2015-11-22 18:15:11.000000000 +0100 @@ -6,7 +6,7 @@ Leonardo Montecchi <[email protected]> Build-Depends: cmake (>= 2.8.11), debhelper (>= 9), libboost-dev, libboost-program-options-dev, libccfits-dev, libexiv2-dev, libfftw3-dev, - libgsl0-dev, libjpeg-dev, liblcms2-dev, libopenexr-dev, libpng-dev, + libgsl-dev, libjpeg-dev, liblcms2-dev, libopenexr-dev, libpng-dev, libqt5webkit5-dev, libraw-dev, libtiff-dev, pkg-config, qtbase5-dev, qtdeclarative5-dev, qtquick1-5-dev, qtscript5-dev, qttools5-dev (>= 5.2.1-7), qttools5-dev-tools

