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 cce09c885e65cefb01a913463ce2a178f8d511d8 Author: Emmanuel Bourg <[email protected]> Date: Wed May 7 15:13:39 2014 +0200 Correct syntax for the keywords --- debian/templates/JB-java.desktop.in | 2 +- debian/templates/JB-jconsole.desktop.in | 2 +- debian/templates/JB-policytool.desktop.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/templates/JB-java.desktop.in b/debian/templates/JB-java.desktop.in index d8814f9..eec5e5c 100644 --- a/debian/templates/JB-java.desktop.in +++ b/debian/templates/JB-java.desktop.in @@ -3,7 +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 +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 7f57d82..8a87820 100644 --- a/debian/templates/JB-jconsole.desktop.in +++ b/debian/templates/JB-jconsole.desktop.in @@ -3,7 +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 +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 1ddbed8..7610c35 100644 --- a/debian/templates/JB-policytool.desktop.in +++ b/debian/templates/JB-policytool.desktop.in @@ -3,7 +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 +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

