Package: r-base-core
Version: 3.2.3-4
Severity: minor
Tags: patch
Hi,
the provided R.desktop is not completely valid (see also output of
`desktop-file-validate`).
The attached patch fixes all the issues:
- the 'Categories' key is a list, so it must end with the list
separator (';')
Thanks,
--
Pino
--- a/debian/icon-class-patch/R.desktop
+++ b/debian/icon-class-patch/R.desktop
@@ -7,4 +7,4 @@ Exec=R
Icon=rlogo_icon
Terminal=true
StartupNotify=false
-Categories=Graphics;Science;Math
+Categories=Graphics;Science;Math;