This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit 3d41706c61dd58a0c4db75af29339c0a54d5277b Author: Markus Koschany <[email protected]> Date: Thu Mar 20 11:23:53 2014 +0000 Use the absolute icon path. Fix #726886 --- debian/changelog | 4 ++++ debian/ri-li.menu | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ecb681..36663b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ ri-li (2.0.1-3) UNRELEASED; urgency=low [ Cyril Brulebois ] * Remove myself from Uploaders. + [ Markus Koschany ] + * Update menu file. Use the absolute icon path to display the menu icon. + (Closes: #726886) + -- Miguel Telleria de Esteban <[email protected]> Wed, 29 Jul 2009 16:40:12 +0200 ri-li (2.0.1-2) unstable; urgency=low diff --git a/debian/ri-li.menu b/debian/ri-li.menu index d8d5ab2..66de4c1 100644 --- a/debian/ri-li.menu +++ b/debian/ri-li.menu @@ -1,4 +1,6 @@ -?package(ri-li):needs="X11" section="Games/Action"\ - title="Ri-li" command="/usr/games/ri-li" \ +?package(ri-li):needs="X11" \ + section="Games/Action" \ + title="Ri-li" \ + command="/usr/games/ri-li" \ longtitle="Ri-li - A toy simulator game" \ - icon="ri-li.xpm" + icon="/usr/share/pixmaps/ri-li.xpm" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

