This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit b4404ccb9f9b1cfd495357e8c6cf458ee7f30594 Author: gregor herrmann <[email protected]> Date: Tue Apr 27 14:48:53 2010 +0000 debian/control: add "Recommends: xdg-utils"; thanks to Vincent Fourmond for the bug report (closes: #579346). Change xpdf to xpdf-reader in Suggests. --- debian/changelog | 8 ++++++++ debian/control | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index faa02da..d3c31f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jabref (2.6+ds-2) UNRELEASED; urgency=low + + * debian/control: add "Recommends: xdg-utils"; thanks to Vincent Fourmond + for the bug report (closes: #579346). Change xpdf to xpdf-reader in + Suggests. + + -- gregor herrmann <[email protected]> Tue, 27 Apr 2010 16:46:54 +0200 + jabref (2.6+ds-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index a44baeb..19f12ce 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Depends: ${misc:Depends}, openjdk-6-jre | sun-java6-jre, libglazedlists-java, libmicroba-java, libpdfbox-java, libjempbox-java (>= 0.2.0), java-wrappers (>= 0.1.6), libmysql-java, libcommons-logging-java, libjpf-java, libjpfcodegen-java, velocity (>=1.5) -Suggests: gv | postscript-viewer, xpdf | pdf-viewer, jabref-plugin-oo +Recommends: xdg-utils +Suggests: gv | postscript-viewer, xpdf-reader | pdf-viewer, jabref-plugin-oo Description: graphical frontend to manage BibTeX databases JabRef is a graphical Java application for editing bibtex (.bib) databases. JabRef lets you organize your entries into overlapping logical groups, and -- 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

