This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 9732ae889f746af24b3cf45c675253f5f1b1887b Author: gregor herrmann <[email protected]> Date: Mon Oct 2 18:56:22 2006 +0000 * Remove j2re1.4 from Depends, JabRef now needs Java 1.5. --- debian/changelog | 1 + debian/control | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81fd918..766d77c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jabref (2.1-5) unstable; urgency=low * Fix typo in long description. + * Remove j2re1.4 from Depends, JabRef now needs Java 1.5. * Build against Debian packages of libraries instead of pre-built jar files (closes: #389068). diff --git a/debian/control b/debian/control index 8998736..79cf18a 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,11 @@ Standards-Version: 3.7.2 Package: jabref Architecture: all -Depends: sun-java5-jre | j2re1.4 | j2re1.5 | sun-j2sdk1.5 +Depends: sun-java5-jre | 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 built to be platform independent (requires Java - 1.4.2 or newer). It merges and extends the functionalities of BibKeeper - (Morten O. Alver) and JBibtexManager (Nizar Batada). + 1.5). It merges and extends the functionalities of BibKeeper (Morten O. + Alver) and JBibtexManager (Nizar Batada). . Homepage: http://jabref.sourceforge.net/ - -- 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

