This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch master in repository openlugaru.
commit 9c8f392d861aa2ec1b7015cd8bd0274827e95527 Author: Martin Erik Werner <[email protected]> Date: Wed Jan 18 23:48:01 2017 +0100 Remove Debian-written desktop & menu files * Remove .desktop file since we use upstream version instead * Remove Debian-menu entry since mandated by Debian policy that it is not to be used in parallel with .desktop files. --- debian/TODO | 6 ------ debian/openlugaru.desktop | 12 ------------ debian/openlugaru.menu | 6 ------ 3 files changed, 24 deletions(-) diff --git a/debian/TODO b/debian/TODO index 10648cc..425ee0a 100644 --- a/debian/TODO +++ b/debian/TODO @@ -25,12 +25,6 @@ * See if pristine-tar is convenient and/or wanted for new structure, update/remove gbp.conf. -* Replace desktop file with upstream version & make sure appstream file is - included in install. - -* Replace current icon extracted from .ico file with png version Dist/lugaru.png. - - Ongoing by mew - * Update/clean up debian/rules. - Ongoing by mew diff --git a/debian/openlugaru.desktop b/debian/openlugaru.desktop deleted file mode 100644 index fad15e8..0000000 --- a/debian/openlugaru.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=OpenLugaru -GenericName=Third-person action game -Comment=Single-player game featuring rabbits -Comment[de]=Einzelspielerspiel mit Hasen -Exec=openlugaru -Icon=openlugaru -Terminal=false -Type=Application -Categories=Game;ActionGame; -Keywords=third-person;rabbit;weapons;wolves; diff --git a/debian/openlugaru.menu b/debian/openlugaru.menu deleted file mode 100644 index 96b1d88..0000000 --- a/debian/openlugaru.menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(openlugaru): \ - needs="X11" \ - section="Games/Action" \ - title="OpenLugaru" \ - command="/usr/games/openlugaru" \ - icon="/usr/share/pixmaps/openlugaru.xpm" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openlugaru.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

