This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 1564ad3a6e638fd0e358c260deb9e3b4148d1d13 Author: gregor herrmann <[email protected]> Date: Wed May 17 16:11:05 2006 +0000 * Update to Standards-Version: 3.7.2 (no changes required). * Change dependencies to new sun-java5-jre/jdk. * Update debhelper compatibility level to 5. --- debian/changelog | 8 ++++++++ debian/control | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bd2202..3e6ae8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jabref (2.0.1-3) unstable; urgency=low + + * Update to Standards-Version: 3.7.2 (no changes required). + * Change dependencies to new sun-java5-jre/jdk. + * Update debhelper compatibility level to 5. + + -- gregor herrmann <[email protected]> Wed, 17 May 2006 17:48:52 +0200 + jabref (2.0.1-2) unstable; urgency=low * Update to Standards-Version: 3.7.0 (no changes required). diff --git a/debian/control b/debian/control index 35ac18d..25da924 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,14 @@ Source: jabref Section: contrib/tex Priority: optional Maintainer: gregor herrmann <[email protected]> -Build-Depends: debhelper (>= 4.0.0) -Build-Depends-Indep: ant, j2sdk1.4 -Standards-Version: 3.7.0 +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: ant, sun-java5-jdk | java-compiler +Standards-Version: 3.7.2 Package: jabref Architecture: all -Depends: j2re1.4 +Depends: sun-java5-jre | java2-runtime +Conflicts: kaffe 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

