Package: links2
Version: 2.12-1
Severity: minor
Tags: patch

Hi,

the provided links2.desktop is not completely valid (see also output
of `desktop-file-validate`).
The attached git-formatted commit fixes all the issues:
- the 'Keywords' key is a list, so it must end with the list separator
  (';')

In addition, a couple of helpful keywords are added to that.

Thanks,
-- 
Pino
>From d141608fe25a323b132128abe0e3bc3951a3a492 Mon Sep 17 00:00:00 2001
From: Pino Toscano <p...@debian.org>
Date: Sun, 24 Jan 2016 12:26:41 +0100
Subject: [PATCH] update links2.desktop

- the 'Keywords' key is a list, so it must end with the list separator
  (';')
- add "browser" and "web" keywords
---
 debian/changelog      | 9 +++++++++
 debian/links2.desktop | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a7caa71..754d1e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+links2 (2.12-1.1) UNRELEASED; urgency=medium
+
+  * Update links2.desktop:
+    - the 'Keywords' key is a list, so it must end with the list
+      separator (';')
+    - add "browser" and "web" keywords
+
+ -- Pino Toscano <p...@debian.org>  Sun, 24 Jan 2016 12:23:30 +0100
+
 links2 (2.12-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/links2.desktop b/debian/links2.desktop
index f2541e2..5791548 100644
--- a/debian/links2.desktop
+++ b/debian/links2.desktop
@@ -8,4 +8,4 @@ Terminal=false
 Categories=Network;WebBrowser;
 Comment=Web browser running in both graphics and text mode
 Comment[pt_BR]=Navegador web que funciona tanto no modo texto como no modo gráfico
-Keywords=lightweight
\ No newline at end of file
+Keywords=lightweight;browser;web;
-- 
2.7.0.rc3

Reply via email to