Description: Fix desktop file validation errors.
 etc/pycsw.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
 etc/pycsw.desktop: error: file contains multiple keys named "Categories" in group "Desktop Entry"
 etc/pycsw.desktop: warning: value "Application;Education;Geography;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application"
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/geopython/pycsw/pull/473
Applied-Upstream: https://github.com/geopython/pycsw/commit/cd425019eea7809f48609821c68c6afc42bf2dde

--- a/etc/pycsw.desktop
+++ b/etc/pycsw.desktop
@@ -3,7 +3,6 @@ Type=Application
 Encoding=UTF-8
 Name=pycsw
 Comment=pycsw catalog server
-Categories=Application;Education;Geography;
 Exec=xdg-open http://localhost/pycsw/tests/index.html
 Icon=/var/www/html/pycsw/docs/_static/pycsw-logo.png
 Terminal=false
