Source: thepeg Version: 1.8.0-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 rivet (#807224) needs to be updated for GSL 2, before thepeg can be rebuilt with GSL 2. Having thepeg rebuilt with GSL 2 will unblock the rebuild for herwig++. Kind Regards, Bas
diff -Nru thepeg-1.8.0/debian/changelog thepeg-1.8.0/debian/changelog --- thepeg-1.8.0/debian/changelog 2012-06-16 16:49:45.000000000 +0200 +++ thepeg-1.8.0/debian/changelog 2015-11-23 01:12:37.000000000 +0100 @@ -1,3 +1,10 @@ +thepeg (1.8.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + + -- Bas Couwenberg <[email protected]> Mon, 23 Nov 2015 01:12:29 +0100 + thepeg (1.8.0-1) unstable; urgency=low * Initial release (Closes: #636986) diff -Nru thepeg-1.8.0/debian/control thepeg-1.8.0/debian/control --- thepeg-1.8.0/debian/control 2012-06-16 17:24:03.000000000 +0200 +++ thepeg-1.8.0/debian/control 2015-11-23 01:12:27.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Debian Science Maintainers <[email protected]> Uploaders: Lifeng Sun <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8.0.0), autotools-dev, librivet-dev, libhepmc-dev, liblhapdf-dev, dh-autoreconf, libgsl0-dev, zlib1g-dev, chrpath, default-jdk, libreadline-dev +Build-Depends: debhelper (>= 8.0.0), autotools-dev, librivet-dev, libhepmc-dev, liblhapdf-dev, dh-autoreconf, libgsl-dev, zlib1g-dev, chrpath, default-jdk, libreadline-dev Build-Depends-Indep: doxygen-latex Standards-Version: 3.9.3 Homepage: http://projects.hepforge.org/thepeg/
-- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
