This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository berusky.
commit c8d11e2ffc6de3b7fbf18025361b592c83296c6f Author: Markus Koschany <[email protected]> Date: Sun Jun 12 09:56:41 2016 +0200 menu: Use the absolute icon path. Closes: #737829 --- debian/menu | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/menu b/debian/menu index ed88f7d..483e155 100644 --- a/debian/menu +++ b/debian/menu @@ -1,4 +1,6 @@ -?package(berusky):needs="X11" section="Games/Puzzles"\ - icon="berusky.xpm"\ - longtitle="Berusky logic game based on Sokoban"\ - title="Berusky" command="/usr/games/berusky" +?package(berusky):needs="X11" \ + section="Games/Puzzles" \ + icon="/usr/share/pixmaps/berusky.xpm" \ + longtitle="Berusky logic game based on Sokoban" \ + title="Berusky" \ + command="/usr/games/berusky" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/berusky.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

