found 859699 mrboom/3.1.127-1
tag 859699 + patch
thanks

Hi,

In data venerdì 21 aprile 2017 22:03:49 CEST, Gürkan Myczko ha scritto:
>  mrboom (3.1.127-1) unstable; urgency=medium
>  .
>    * New upstream release.
>    * Apply patch to fix .desktop file. (Closes: #859699)

The patch was not applied correctly, and the desktop file is still
invalid:

$ desktop-file-validate /usr/share/applications/mrboom.desktop 
/usr/share/applications/mrboom.desktop: error: value "Application;" for key 
"Type" in group "Desktop Entry" is not a registered type value ("Application", 
"Link" and "Directory")

This is because the desktop file now has "Type=Application;" (see
trailing semicolon), while my patch correctly had "Type=Application".

Attached there is a fix for the desktop file: please apply it correctly,
and check the result of the validation with `desktop-file-validate`
(provided by the desktop-file-utils package).

Thanks,
-- 
Pino Toscano
--- a/debian/mrboom.desktop
+++ b/debian/mrboom.desktop
@@ -6,4 +6,4 @@ Icon=mrboom
 Terminal=false
 Categories=Game;ActionGame;
 Keywords=bomberman;bomb;
-Type=Application;
+Type=Application

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to