This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 81e3db2d29fbacc94d751a3a2fb2fccb81b14768 Author: gregor herrmann <[email protected]> Date: Fri Jan 5 04:45:33 2007 +0000 * Remove debian/source.lintian-overrides from source package, there are no longer * Add .desktop file for easier integration into KDE/Gnome. --- debian/changelog | 5 +++-- debian/install | 1 + debian/jabref.desktop | 11 +++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 09ded22..bad1155 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ jabref (2.2~b2-2) UNRELEASED; urgency=low * Change wrapper script, as "-v" acts as expcted (cf. #378189 for details). - * Remove debian/source.lintian-overrides from source package, there are no longer + * Remove debian/source.lintian-overrides from source package, there are no longer cvs remnants in the upstream tarball. + * Add .desktop file for easier integration into KDE/Gnome. - -- gregor herrmann <[email protected]> Mon, 27 Nov 2006 17:22:50 +0100 + -- gregor herrmann <[email protected]> Fri, 5 Jan 2007 05:39:41 +0100 jabref (2.2~b2-1) unstable; urgency=low diff --git a/debian/install b/debian/install index 9913d75..c49e579 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,4 @@ build/lib/jabref.jar usr/share/java jabref usr/bin build/*.xpm usr/share/pixmaps +debian/jabref.desktop usr/share/applications diff --git a/debian/jabref.desktop b/debian/jabref.desktop new file mode 100644 index 0000000..40363d5 --- /dev/null +++ b/debian/jabref.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=JabRef +Comment=Graphical editor for BibTex bibliographies +Comment[de]=Grafischer Editor für BibTex-Bibliographien +Exec=jabref %f +Icon=/usr/share/pixmaps/jabref32.xpm +Terminal=false +Type=Application +Categories=Application;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

