Source: gpsshogi Version: 0.6.0-3+nmu1 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 gpsshogi-0.6.0/debian/changelog gpsshogi-0.6.0/debian/changelog --- gpsshogi-0.6.0/debian/changelog 2014-10-09 22:23:13.000000000 +0200 +++ gpsshogi-0.6.0/debian/changelog 2015-11-22 17:03:05.000000000 +0100 @@ -1,3 +1,10 @@ +gpsshogi (0.6.0-3+nmu1.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 17:03:02 +0100 + gpsshogi (0.6.0-3+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru gpsshogi-0.6.0/debian/control gpsshogi-0.6.0/debian/control --- gpsshogi-0.6.0/debian/control 2014-10-09 22:20:49.000000000 +0200 +++ gpsshogi-0.6.0/debian/control 2015-11-22 17:03:01.000000000 +0100 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Daigo Moriwaki <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, quilt, dpkg-dev (>= 1.16.1~), libosl-dev (>= 0.6.0), libboost-all-dev, libgoogle-perftools-dev, chrpath, help2man, libqt4-dev, qt4-dev-tools, libpoco-dev, libreadline6-dev, libgsl0-dev +Build-Depends: debhelper (>= 7), cdbs, quilt, dpkg-dev (>= 1.16.1~), libosl-dev (>= 0.6.0), libboost-all-dev, libgoogle-perftools-dev, chrpath, help2man, libqt4-dev, qt4-dev-tools, libpoco-dev, libreadline6-dev, libgsl-dev Standards-Version: 3.9.4 Homepage: http://gps.tanaka.ecc.u-tokyo.ac.jp/gpsshogi/pukiwiki.php Vcs-Browser: http://git.debian.org/?p=collab-maint/gpsshogi.git;a=summary

