This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpsprune.
commit 2507023094ecf1e2e76f88c9269fa79587b40c4a Author: Bas Couwenberg <[email protected]> Date: Thu Dec 17 02:03:58 2015 +0100 Don't use full paths for Exec & Icon in desktop file. --- debian/changelog | 1 + debian/gpsprune.desktop | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 547c6ca..5c98267 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gpsprune (18.2-1) UNRELEASED; urgency=medium * New upstream release. * Add trailing semicolon to fix Keywords syntax in desktop file. + * Don't use full paths for Exec & Icon in desktop file. -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 01:58:03 +0100 diff --git a/debian/gpsprune.desktop b/debian/gpsprune.desktop index a996518..4b23f50 100644 --- a/debian/gpsprune.desktop +++ b/debian/gpsprune.desktop @@ -2,8 +2,8 @@ Version=1.0 Name=GpsPrune Comment=Visualize, edit and prune GPS tracks -Exec=/usr/bin/gpsprune -Icon=/usr/share/pixmaps/gpsprune.xpm +Exec=gpsprune +Icon=gpsprune Categories=Education;Science;Geoscience; StartupNotify=false Terminal=false -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gpsprune.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

