Package: reportbug-ng
Version: 1.24
Followup-For: Bug #590203

Hi,

Attached there is a git-format'ed patch that fixes all the issues:
- remove the deprecated 'Encoding' key
- remove the deprecated 'Application' category
- the 'Categories' key is a list, so it must end with the list
  separator (';')

Thanks,
-- 
Pino
>From c1ee8742dc38311e35b5bd34d720b0c56633aad5 Mon Sep 17 00:00:00 2001
From: Pino Toscano <[email protected]>
Date: Tue, 23 Aug 2011 13:30:30 +0200
Subject: [PATCH] fix the .desktop file

- remove the deprecated 'Encoding' key
- remove the deprecated 'Application' category
- the 'Categories' key is a list, so it must end with the list
  separator (';')
---
 src/reportbug-ng.desktop |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/reportbug-ng.desktop b/src/reportbug-ng.desktop
index b763f71..b08493e 100644
--- a/src/reportbug-ng.desktop
+++ b/src/reportbug-ng.desktop
@@ -1,9 +1,8 @@
 [Desktop Entry]
 Type=Application
-Encoding=UTF-8
 Name=Reportbug-NG
 Comment=Report bugs to Debian's BTS
 Comment[cs]=Hlásí chyby vývojářům Debianu
 Exec=reportbug-ng
 Icon=/usr/share/pixmaps/debian-logo.png
-Categories=Application;System
+Categories=System;
-- 
1.7.5.4

Reply via email to