This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 137f7fdca1aafbbdd7de026892f70514f19afa42 Author: Stuart Prescott <[email protected]> Date: Tue Jul 15 18:32:32 2008 +0000 * change build-deps to use openjdk --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37137c5..fa6db35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +latexdraw (1.9.5+1-2) unstable; urgency=low + + * Change Build-Depends to use openjdk-6-jdk instead of sun-java6-jdk + + -- Stuart Prescott <[email protected]> Tue, 15 Jul 2008 19:29:49 +0100 + latexdraw (1.9.5+1-1) unstable; urgency=low * Add source revision to the Debianised source tarball diff --git a/debian/control b/debian/control index bef3868..f1148a8 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: latexdraw -Section: contrib/graphics +Section: graphics Priority: optional Maintainer: Stuart Prescott <[email protected]> Build-Depends: debhelper (>= 5) -Build-Depends-Indep: sun-java6-jdk, ant, imagemagick, libjiu-java, libjlibeps-java +Build-Depends-Indep: openjdk-6-jdk, ant, imagemagick, libjiu-java, libjlibeps-java Standards-Version: 3.8.0 Homepage: http://latexdraw.sourceforge.net/ -- 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

