This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 0418b5b80313593c8ec98f65db9ec0ea1e41f6dd Author: gregor herrmann <[email protected]> Date: Wed Aug 29 21:29:12 2007 +0000 * Fix categories in desktop file. --- debian/changelog | 6 ++++-- debian/jabref.desktop | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index df1d8e0..7eb9a6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ jabref (2.3~beta2-1) UNRELEASED; urgency=low * New upstream release. - * Add liblog4j1.2-java to build dependencies. + * Add liblog4j1.2-java to build dependencies (and a new patch 04_logger to + be able to use it). + * Fix categories in desktop file. - -- gregor herrmann <[email protected]> Wed, 29 Aug 2007 23:11:12 +0200 + -- gregor herrmann <[email protected]> Wed, 29 Aug 2007 23:28:42 +0200 jabref (2.3~beta1-2) unstable; urgency=low diff --git a/debian/jabref.desktop b/debian/jabref.desktop index 40363d5..b7c4b3c 100644 --- a/debian/jabref.desktop +++ b/debian/jabref.desktop @@ -7,5 +7,5 @@ Exec=jabref %f Icon=/usr/share/pixmaps/jabref32.xpm Terminal=false Type=Application -Categories=Application;Office;Database +Categories=Office;Database MimeType=text/x-bibtex -- 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

