Control: tags -1 patch Dear maintainer,
please find attached a patch that fixes the issue: * Update menu file. Use the absolute icon path to display the menu icon. (Closes: #737783) * Update abe.desktop and create a valid desktop file. Add a comment in German and keywords. Regards, Markus
From 2c60656478ceebf4bc400162cf5d5d10db149d89 Mon Sep 17 00:00:00 2001 From: Markus Koschany <[email protected]> Date: Thu, 20 Mar 2014 13:04:11 +0100 Subject: [PATCH] fix 737783 --- debian/abe.desktop | 6 +++--- debian/changelog | 10 ++++++++++ debian/menu | 8 +++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/debian/abe.desktop b/debian/abe.desktop index d6bc5d3..db6ff5b 100644 --- a/debian/abe.desktop +++ b/debian/abe.desktop @@ -1,11 +1,11 @@ [Desktop Entry] Version=1.0 Type=Application -Encoding=UTF-8 Name=Abe's Amazing Adventure Comment=Side-scrolling game +Comment[de]=ein seitwärts bewegendes Abenteuerspiel TryExec=/usr/games/abe Exec=/usr/games/abe Categories=Game;AdventureGame; -Icon=/usr/share/pixmaps/abe.xpm -MimeType= +Icon=abe +Keywords=side-scrolling;adventure;pyramid;singleplayer; diff --git a/debian/changelog b/debian/changelog index 33b88ee..b5a688a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +abe (1.1+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Update menu file. Use the absolute icon path to display the menu icon. + (Closes: #737783) + * Update abe.desktop and create a valid desktop file. Add a comment in + German and keywords. + + -- Markus Koschany <[email protected]> Thu, 20 Mar 2014 13:02:47 +0100 + abe (1.1+dfsg-1) unstable; urgency=low * Repackaged upstream tarball to remove libraries for Win32 in binary form diff --git a/debian/menu b/debian/menu index 2387ec7..b0fd9ad 100644 --- a/debian/menu +++ b/debian/menu @@ -1,3 +1,5 @@ -?package(abe):needs="X11" section="Games/Adventure"\ - icon="abe.xpm"\ - title="Abe's Amazing Adventure" command="/usr/games/abe" +?package(abe):needs="X11" \ + section="Games/Adventure" \ + icon="/usr/share/pixmaps/abe.xpm" \ + title="Abe's Amazing Adventure" \ + command="/usr/games/abe" -- 1.9.1
signature.asc
Description: OpenPGP digital signature

