This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ea-utils.
commit 5e2d7c53ff80e19dbc7ba2587210c14879785de1 Author: Andreas Tille <[email protected]> Date: Mon Dec 7 10:14:01 2015 +0100 Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3382ed7..995ebed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ea-utils (1.1.2+dfsg-3) unstable; urgency=medium + + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + (thanks to Bas Couwenberg for the patch) + Closes: #807198 + + -- Andreas Tille <[email protected]> Mon, 07 Dec 2015 10:13:47 +0100 + ea-utils (1.1.2+dfsg-2) unstable; urgency=medium * Move /usr/bin/alc to /usr/lib/debian-med/bin/alc diff --git a/debian/control b/debian/control index a74485a..c3fa6ab 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Priority: optional Build-Depends: debhelper (>= 9), libbam-dev, zlib1g-dev, - libgsl0-dev, + libgsl-dev, libsparsehash-dev (>= 2.0) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ea-utils.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ea-utils.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
