Package: overgod Version: 1.0-1.1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, the following patch was applied in Ubuntu a long while ago and might be beneficial to Debian as well. It will add a .desktop file which should make it easier for users to find the application. *** /tmp/tmpmoJMEa/bug_body Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-16-generic (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u overgod-1.0/debian/menu overgod-1.0/debian/menu --- overgod-1.0/debian/menu +++ overgod-1.0/debian/menu @@ -3 +3 @@ - icon="/usr/share/games/overgod/overgod.xpm" + icon="/usr/share/pixmaps/overgod.xpm" diff -u overgod-1.0/debian/changelog overgod-1.0/debian/changelog diff -u overgod-1.0/debian/rules overgod-1.0/debian/rules --- overgod-1.0/debian/rules +++ overgod-1.0/debian/rules @@ -25,6 +25,7 @@ dh_testroot dh_clean -k + dh_installdirs -povergod usr/share/pixmaps usr/share/applications dh_installdirs -povergod usr/share/games/overgod usr/share/doc dh_installdirs -povergod usr/games usr/lib/games/overgod ln -s overgod-data `pwd`/debian/overgod/usr/share/doc/overgod @@ -53,9 +54,11 @@ binary-arch: build install dh_testdir dh_testroot - cp debian/overgod.xpm debian/overgod/usr/share/games/overgod/ + cp debian/overgod.xpm debian/overgod/usr/share/pixmaps + cp debian/overgod.desktop debian/overgod/usr/share/applications dh_installmenu -a dh_installman -a debian/overgod.6 + dh_desktop dh_installinfo -a dh_installchangelogs -a dh_strip -a only in patch2: unchanged: --- overgod-1.0.orig/debian/overgod.desktop +++ overgod-1.0/debian/overgod.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Overgod +Comment=Play a bi-directional scrolling arcade game +Exec=overgod +Icon=overgod +Terminal=false +Type=Application +Categories=Game;ArcadeGame; +StartupNotify=false

