This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository saga.
commit 0867095be000862f0ed2b3a5206650872bf93d67 Author: Bas Couwenberg <[email protected]> Date: Fri Mar 4 18:51:04 2016 +0100 Add patch for to add Keywords to desktop file. --- debian/changelog | 1 + debian/patches/desktop-keywords.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index efb1334..810c50b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ saga (2.2.5+dfsg-1) UNRELEASED; urgency=medium * Use desktop file in favor of menu file per CTTE #741573. * Install application icon in hicolor theme. * Add patch to disable gridding module, FTBFS with --disable-triangle. + * Add patch for to add Keywords to desktop file. -- Johan Van de Wauw <Johan Van de Wauw [email protected]> Fri, 04 Mar 2016 17:34:50 +0100 diff --git a/debian/patches/desktop-keywords.patch b/debian/patches/desktop-keywords.patch new file mode 100644 index 0000000..02e0189 --- /dev/null +++ b/debian/patches/desktop-keywords.patch @@ -0,0 +1,14 @@ +Description: Add Keywords to desktop file. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://sourceforge.net/p/saga-gis/bugs/219/ + +--- a/src/saga_core/saga_gui/res/saga.desktop ++++ b/src/saga_core/saga_gui/res/saga.desktop +@@ -5,4 +5,5 @@ Comment=Geodata Processing and Analysis + Type=Application + Exec=saga_gui + Icon=saga +-Categories=Science;Education;Geography; +\ No newline at end of file ++Categories=Science;Education;Geography; ++Keywords=gis;spatial;geospatial; diff --git a/debian/patches/series b/debian/patches/series index 1d7645a..86aff5f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 0004-Use-debian-version-of-libsvm.patch 0001-vigra-hdf5-include.patch disable-grid-gridding.patch +desktop-keywords.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

