Source: xaos Version: 3.5+ds1-2 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 xaos-3.5+ds1/debian/changelog xaos-3.5+ds1/debian/changelog --- xaos-3.5+ds1/debian/changelog 2014-11-12 13:47:22.000000000 +0100 +++ xaos-3.5+ds1/debian/changelog 2015-11-22 23:19:40.000000000 +0100 @@ -1,3 +1,10 @@ +xaos (3.5+ds1-2.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 23:19:38 +0100 + xaos (3.5+ds1-2) unstable; urgency=low [ Peter Pentchev ] diff -Nru xaos-3.5+ds1/debian/control xaos-3.5+ds1/debian/control --- xaos-3.5+ds1/debian/control 2010-10-11 12:32:17.000000000 +0200 +++ xaos-3.5+ds1/debian/control 2015-11-22 23:19:35.000000000 +0100 @@ -1,7 +1,7 @@ Source: xaos Section: graphics Priority: optional -Build-Depends: debhelper (>= 7.0.50~), libaa1-dev, libx11-dev, libpng3-dev, zlib1g-dev, libxext-dev, x11proto-core-dev, autoconf (>= 2.63), autotools-dev, libtool, libgsl0-dev +Build-Depends: debhelper (>= 7.0.50~), libaa1-dev, libx11-dev, libpng3-dev, zlib1g-dev, libxext-dev, x11proto-core-dev, autoconf (>= 2.63), autotools-dev, libtool, libgsl-dev Maintainer: Debian Games Team <[email protected]> Uploaders: Ansgar Burchardt <[email protected]> Standards-Version: 3.8.4

