This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpsprune.
commit e4dc3a0573ec4af1a4be327c39d45da3bd3281ee Author: Bas Couwenberg <[email protected]> Date: Thu Dec 17 02:08:23 2015 +0100 Add list of files (%F) field code for Exec key. --- debian/changelog | 1 + debian/gpsprune.desktop | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c98267..b6fe828 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,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. + * Add list of files (%F) field code for Exec key. -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 01:58:03 +0100 diff --git a/debian/gpsprune.desktop b/debian/gpsprune.desktop index 4b23f50..a08887d 100644 --- a/debian/gpsprune.desktop +++ b/debian/gpsprune.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=GpsPrune Comment=Visualize, edit and prune GPS tracks -Exec=gpsprune +Exec=gpsprune %F Icon=gpsprune Categories=Education;Science;Geoscience; StartupNotify=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

