This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpsprune.
commit ccc1b16cdc4ef1c0d3a13c9abf518f136be1da30 Author: Bas Couwenberg <[email protected]> Date: Thu Dec 17 02:38:30 2015 +0100 Use desktop file in favor of menu file per CTTE #741573. --- debian/changelog | 1 + debian/gpsprune.xpm | 48 ------------------------------------------------ debian/install | 1 - debian/menu | 6 ------ 4 files changed, 1 insertion(+), 55 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7f5167..f26eb4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ gpsprune (18.2-1) UNRELEASED; urgency=medium * Add list of files (%F) field code for Exec key. * Add MimeType key for application/gpx+xml in desktop file. * Also install application icon in hicolor theme. + * Use desktop file in favor of menu file per CTTE #741573. -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 01:58:03 +0100 diff --git a/debian/gpsprune.xpm b/debian/gpsprune.xpm deleted file mode 100644 index 4ec4ff1..0000000 --- a/debian/gpsprune.xpm +++ /dev/null @@ -1,48 +0,0 @@ -/* XPM */ -static char *prune[] = { -/* columns rows colors chars-per-pixel */ -"32 32 10 1", -" c #0D001E", -". c #661F75", -"X c #6F0E84", -"o c #8E2BA3", -"O c #AC34C6", -"+ c #B838D4", -"@ c #C7C7C7", -"# c #CCCCCC", -"$ c #EBEBEB", -"% c None", -/* pixels */ -"%%%%%%%%%%%%%%%%%%## ##%%", -"%%%%%%%%%%%%%%%%%%## ##%%", -"%%%%%%%%%%%%%%## ++++++ ##", -"%%%%%%%%%%%%%%## ++++++ ##", -"%%%%%%%%%%%% OO++++ooooooXX ", -"%%%%%%%%%%%% OO++++ooooooXX ", -"%%%%%%%%%% OOOO++++oooooooooo ", -"%%%%%%%%%% OOOO++++oooooooooo ", -"%%%%%%%% OOOO++++ooooooooooXX ", -"%%%%%%%% OOOO++++ooooooooooXX ", -"%%%%%% OOOO++++ooooooooooXXXX ", -"%%%%%% OOOO++++ooooooooooXXXX ", -"%%%% OOOO++++oooooooooooo.. %%", -"%%%% OOOO++++oooooooooooo.. %%", -"%%@@ OOoooooooooooooooo.... %%", -"%%@@ OOoooooooooooooooo.... %%", -"$$ OOoooooooooooooooo.... %%%%", -"$$ OOoooooooooooooooo.... %%%%", -" OOooooooooooooooooXX.... %%%%", -" OOooooooooooooooooXX.... %%%%", -" ooooooooooooooooXX.... %%%%%%", -" ooooooooooooooooXX.... %%%%%%", -" ooooooooooooooXX.... %%%%%%%%", -" ooooooooooooooXX.... %%%%%%%%", -"## ooooooooooXX.. %%%%%%%%%%", -"## ooooooooooXX.. %%%%%%%%%%", -"%% XXXXXXXX.. ##%%%%%%%%%%%%", -"%% XXXXXXXX.. ##%%%%%%%%%%%%", -"%%## ##%%%%%%%%%%%%%%%%", -"%%## ##%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" -}; diff --git a/debian/install b/debian/install index a15811d..7f963e9 100644 --- a/debian/install +++ b/debian/install @@ -1,5 +1,4 @@ gpsprune.jar /usr/share/gpsprune/ -debian/gpsprune.xpm /usr/share/pixmaps/ debian/icons/* /usr/share/icons/ debian/gpsprune.desktop /usr/share/applications/ debian/scripts/gpsprune /usr/bin/ diff --git a/debian/menu b/debian/menu deleted file mode 100644 index e2e6490..0000000 --- a/debian/menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(gpsprune): \ - needs="X11" \ - section="Applications/Science/Geoscience" \ - title="GpsPrune" \ - command="/usr/bin/gpsprune" \ - icon="/usr/share/pixmaps/gpsprune.xpm" -- 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

