Package: debian-reference-common
Version: 2.58
Severity: minor
Tags: patch

Hi,

the provided debian-reference-common.desktop is not completely valid
(see also output of `desktop-file-validate`).
The attached git-formatted patch fixes all the issues:
- the 'Keywords' key is a list, so it must end with the list separator
  (';')
- the 'Icon' key does not want an extension for icon theme names
- additional, the 'debian' keyword has been added

Thanks,
-- 
Pino
>From 0fd38501536e545048f0805236d576e6f47b44a1 Mon Sep 17 00:00:00 2001
From: Pino Toscano <p...@debian.org>
Date: Sun, 24 Jan 2016 08:57:41 +0100
Subject: [PATCH] Validation fixes for debian-reference-common.desktop

- end the 'Keywords' key with semicolon (';')
- remove the extension from the 'Icon' key
- add a "debian" keyword
---
 debian/debian-reference-common.desktop | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/debian-reference-common.desktop b/debian/debian-reference-common.desktop
index 69355bb..0fc60ee 100644
--- a/debian/debian-reference-common.desktop
+++ b/debian/debian-reference-common.desktop
@@ -16,8 +16,8 @@ Name[zh_CN]=Debian 参考手册
 Name[ja_JP]=Debian リファレンス
 Name[ru_RU]=Справочник по Debian
 Name[fi_FI]=Debian-referenssi
-Keywords=user;shell;command;documentation;manual;help;guide
+Keywords=user;shell;command;documentation;manual;help;guide;debian;
 Exec=debian-reference
-Icon=debian-reference.png
+Icon=debian-reference
 Terminal=false
 Categories=Utility;
-- 
2.7.0.rc3

Reply via email to