diff -u gtkgo-0.0.10/debian/control gtkgo-0.0.10/debian/control --- gtkgo-0.0.10/debian/control +++ gtkgo-0.0.10/debian/control @@ -2,14 +2,15 @@ Section: gnome Priority: optional Build-Depends: libgnome-dev, libzvt-dev, debhelper (>= 4.0.0) -Maintainer: Marcela Tiznado +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Marcela Tiznado Standards-Version: 3.6.2.1 Package: gtkgo Architecture: any Depends: ${shlibs:Depends} Suggests: gnome-core -Description: Skinable version of the game "Go" +Description: Skinnable version of the game "Go" This program is a GTK-based version of the oriental game "Go". You can play go against another player or against a weak computer player. This program's main advantage is a pretty interface. diff -u gtkgo-0.0.10/debian/changelog gtkgo-0.0.10/debian/changelog --- gtkgo-0.0.10/debian/changelog +++ gtkgo-0.0.10/debian/changelog @@ -1,3 +1,11 @@ +gtkgo (0.0.10-14ubuntu1) feisty; urgency=low + + * Fixed install of .desktop file for menus (Closes LP #91695) + * Changed maintainer to MOTU + * Corrected typo in package description + + -- Dan O'Huiginn Tue, 13 Mar 2007 18:37:11 +0100 + gtkgo (0.0.10-14) unstable; urgency=low * Moved to debhelper diff -u gtkgo-0.0.10/debian/rules gtkgo-0.0.10/debian/rules --- gtkgo-0.0.10/debian/rules +++ gtkgo-0.0.10/debian/rules @@ -46,6 +46,8 @@ # Install icon mkdir -p $(CURDIR)/debian/gtkgo/usr/share/pixmaps/ cp $(CURDIR)/debian/gtkgoico.xpm $(CURDIR)/debian/gtkgo/usr/share/pixmaps + mkdir -p $(CURDIR)/debian/gtkgo/usr/share/applications/ + cp $(CURDIR)/gtkgo.desktop $(CURDIR)/debian/gtkgo/usr/share/applications # Build architecture-independent files here. binary-indep: build install @@ -59,6 +61,7 @@ dh_installdocs dh_install dh_installmenu + dh_desktop dh_installman debian/gtkgo.6 dh_link dh_strip only in patch2: unchanged: --- gtkgo-0.0.10.orig/gtkgo.desktop +++ gtkgo-0.0.10/gtkgo.desktop @@ -1,7 +1,8 @@ [Desktop Entry] Name=gtkgo -Comment=gtkgo -Exec=gtkgo -Icon=gnome-gtkgo.png +Comment=Play Go, the classic oriental game of strategy +Exec=/usr/games/gtkgo +Icon=gtkgoico.xpm Terminal=0 Type=Application +Categories=GTK;Game;BoardGame;