This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit e464266f32abdef600454cf12b225e90364781e7 Author: Emmanuel Bourg <[email protected]> Date: Wed May 7 13:07:44 2014 +0200 Added keywords to the .desktop files --- debian/changelog | 1 + debian/templates/JB-java.desktop.in | 1 + debian/templates/JB-jconsole.desktop.in | 1 + debian/templates/JB-policytool.desktop.in | 1 + 4 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1352928..8eceaff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ openjdk-8 (8u5-b13-1) experimental; urgency=medium * Changed to 3.0 (quilt) source format * Switch to debhelper level 9 * Added a watch file + * Added keywords to the .desktop files -- Emmanuel Bourg <[email protected]> Fri, 02 May 2014 12:08:22 +0200 diff --git a/debian/templates/JB-java.desktop.in b/debian/templates/JB-java.desktop.in index a57b923..d8814f9 100644 --- a/debian/templates/JB-java.desktop.in +++ b/debian/templates/JB-java.desktop.in @@ -3,6 +3,7 @@ Name=@vendor@ Java @RELEASE@ Runtime Name[fi]=@vendor@ Java @RELEASE@ - ajonaikainen ympäristö Comment=@vendor@ Java @RELEASE@ Runtime Comment[fi]=@vendor@ Java @RELEASE@ - ajonaikainen ympäristö +Keywords: java;runtime Exec=@java_launcher@ -jar Terminal=false Type=Application diff --git a/debian/templates/JB-jconsole.desktop.in b/debian/templates/JB-jconsole.desktop.in index bae9db1..7f57d82 100644 --- a/debian/templates/JB-jconsole.desktop.in +++ b/debian/templates/JB-jconsole.desktop.in @@ -3,6 +3,7 @@ Name=@vendor@ Java @RELEASE@ Console Name[fi]=@vendor@ Java @RELEASE@ - konsoli Comment=@vendor@ Java @RELEASE@ Monitoring & Management Console Comment[fi]=@vendor@ Java @RELEASE@ - valvonta- ja hallintakonsoli +Keywords: java;console;monitoring Exec=/usr/bin/jconsole Terminal=false Type=Application diff --git a/debian/templates/JB-policytool.desktop.in b/debian/templates/JB-policytool.desktop.in index c62c353..1ddbed8 100644 --- a/debian/templates/JB-policytool.desktop.in +++ b/debian/templates/JB-policytool.desktop.in @@ -3,6 +3,7 @@ Name=@vendor@ Java @RELEASE@ Policy Tool Name[fi]=@vendor@ Java @RELEASE@ - käytäntötyökalu Comment=@vendor@ Java @RELEASE@ Policy Tool Comment[fi]=@vendor@ Java @RELEASE@ - käytäntötyökalu +Keywords: java;security;policytool Exec=/usr/bin/policytool Terminal=false Type=Application -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

