This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 2fb8a62a7636dbf0c46c8c11cd438b06f9b3c9c3 Author: Stuart Prescott <[email protected]> Date: Tue May 14 15:01:26 2013 +0000 Fix jre/jdk typo --- debian/changelog | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7ad1a3..1fff07e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ latexdraw (2.0.8+1-4) unstable; urgency=low - * Use default-jre rather than specifying the compiler to use; thanks to - James Page for his suggestions (Closes: #684018). + * Use default-jre and default-jdk rather than specifying the compiler to use; + thanks to James Page for the patch (Closes: #684018). * Drop (optional) runtime-dependency on removed sun-java6-jre. * Bump standards version to 3.9.4 (no changes required). diff --git a/debian/control b/debian/control index 6cf00aa..1ec2b4e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Stuart Prescott <[email protected]> Build-Depends: debhelper (>= 7.3.5~) -Build-Depends-Indep: default-jre (>= 1:1.6) | java6-runtime, +Build-Depends-Indep: default-jdk (>= 1:1.6) | java6-sdk, ant, imagemagick, libjiu-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

