This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 16e347d97bdfed7e1a481104aac35849a0cf6572 Author: gregor herrmann <[email protected]> Date: Tue May 30 15:23:23 2006 +0000 * Change dependencies to include several versions of the Sun JRE/JDK. --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8554cc9..7c45901 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jabref (2.0.1+2.1b-2) unstable; urgency=low + + * Change dependencies to include several versions of the Sun JRE/JDK. + + -- gregor herrmann <[email protected]> Tue, 30 May 2006 17:12:05 +0200 + jabref (2.0.1+2.1b-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index f6f68cf..65d3272 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: contrib/tex Priority: optional Maintainer: gregor herrmann <[email protected]> Build-Depends: debhelper (>= 5.0.0) -Build-Depends-Indep: ant, sun-java5-jdk | java-compiler +Build-Depends-Indep: ant, sun-java5-jdk | j2sdk1.4 | j2sdk1.5 | sun-j2sdk1.5 Standards-Version: 3.7.2 Package: jabref Architecture: all -Depends: sun-java5-jre | java2-runtime +Depends: sun-java5-jre | j2re1.4 | j2re1.5 | sun-j2sdk1.5 Description: graphical frontend to manage BibTeX databases JabRef is a GUI to manage BibTeX databases, the standard LaTeX bibliography reference format. JabRef is build to be platform independent (requires Java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

