This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tenmado.
commit c8502e3ee394f85fa17786ea6b29366d1be57dc9 Author: Markus Koschany <[email protected]> Date: Sun Feb 1 16:03:03 2015 +0100 Add tenmado.desktop file. Closes: #738043 --- debian/changelog | 1 + debian/copyright | 2 -- debian/tenmado.desktop | 11 +++++++++++ debian/tenmado.install | 3 ++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5261cca..c88fa29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ tenmado (0.10-2) experimental; urgency=medium * Use dh sequencer in debian/rules. Build with autoreconf and --parallel. * Rename 10pointer_to_readme patch to 10pointer_to_readme.patch. Add DEP3 header. + * Add tenmado.desktop file. (Closes: #738043) -- Markus Koschany <[email protected]> Sun, 01 Feb 2015 15:46:44 +0100 diff --git a/debian/copyright b/debian/copyright index cceb366..e0a3c6c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -31,5 +31,3 @@ Comment: Debian distributes Tenmado and the debian directory under the terms of the GNU General Public license 2. Please see /usr/share/common-licenses/GPL-2 for the complete license text. - - diff --git a/debian/tenmado.desktop b/debian/tenmado.desktop new file mode 100644 index 0000000..4ae07a0 --- /dev/null +++ b/debian/tenmado.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Tenmado +Comment=hard-core shoot 'em up game in blue-or-red world +Comment[de]=hard-core »shoot 'em up«-Spiel in einer blau-roten Welt +Exec=tenmado +Icon=tenmado +Terminal=false +Type=Application +StartupNotify=false +Categories=Game;ArcadeGame; +Keywords=shooter;2D;arcade;shmup; diff --git a/debian/tenmado.install b/debian/tenmado.install index 0868de9..aa339bd 100644 --- a/debian/tenmado.install +++ b/debian/tenmado.install @@ -1,2 +1,3 @@ -debian/tenmado.xpm usr/share/pixmaps +debian/tenmado.desktop usr/share/applications debian/tenmado.png usr/share/icons/hicolor/48x48/apps +debian/tenmado.xpm usr/share/pixmaps -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tenmado.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

