[pycsw] 01/01: Add patch to fix desktop file validation errors.
Bas Couwenberg
sebastic at debian.org
Fri Oct 7 17:17:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pycsw.
commit 5f9558a7ac7520739a2ecfc0f9780a02dfa5b7c1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 7 19:09:56 2016 +0200
Add patch to fix desktop file validation errors.
---
debian/changelog | 7 +++++++
debian/patches/desktop-file.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1c5bfa6..cb672ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycsw (2.0.1+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch to fix desktop file validation errors.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 07 Oct 2016 19:09:49 +0200
+
pycsw (2.0.1+dfsg-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/desktop-file.patch b/debian/patches/desktop-file.patch
new file mode 100644
index 0000000..0949950
--- /dev/null
+++ b/debian/patches/desktop-file.patch
@@ -0,0 +1,17 @@
+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 at debian.org>
+Forwarded: https://github.com/geopython/pycsw/pull/473
+
+--- 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
diff --git a/debian/patches/series b/debian/patches/series
index 6c39d05..43b1309 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
0006-Don-t-include-external-references-to-images.patch
pavement.patch
offline-tests.patch
+desktop-file.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git
More information about the Pkg-grass-devel
mailing list