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 @@ -1,8 +1,9 @@ Source: gtkgo Section: gnome Priority: optional -Build-Depends: libgnome-dev, libzvt-dev, debhelper (>= 4.0.0) -Maintainer: Marcela Tiznado +Build-Depends: libgnome-dev, libzvt-dev, debhelper (>= 4.0.0), dpatch +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Marcela Tiznado Standards-Version: 3.6.2.1 Package: gtkgo 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,12 @@ +gtkgo (0.0.10-14ubuntu1) feisty; urgency=low + + * Fixed install of .desktop file for menus (Closes LP #91695) + * debian/control: + - Added dpatch build-dep + - Changed maintainer to MOTU + + -- Dan O'Huiginn Tue, 13 Mar 2007 13:59:14 +0100 + gtkgo (0.0.10-14) unstable; urgency=low * Moved to debhelper only in patch2: unchanged: --- gtkgo-0.0.10.orig/debian/patches/00list +++ gtkgo-0.0.10/debian/patches/00list @@ -0,0 +1 @@ +01_desktop.dpatch only in patch2: unchanged: --- gtkgo-0.0.10.orig/debian/patches/01_desktop.dpatch +++ gtkgo-0.0.10/debian/patches/01_desktop.dpatch @@ -0,0 +1,42 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_desktop.dpatch by Dan O'Huiginn +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Correctly install .desktop file + +@DPATCH@ + +diff -Nru gtkgo-0.0.10.orig/debian/rules gtkgo-0.0.10/debian/rules +--- gtkgo-0.0.10.orig/debian/rules 2007-03-13 13:46:35.000000000 +0100 ++++ gtkgo-0.0.10/debian/rules 2007-03-13 13:48:01.000000000 +0100 +@@ -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 +diff -Nru gtkgo-0.0.10.orig/gtkgo.desktop gtkgo-0.0.10/gtkgo.desktop +--- gtkgo-0.0.10.orig/gtkgo.desktop 2001-03-23 05:40:50.000000000 +0100 ++++ gtkgo-0.0.10/gtkgo.desktop 2007-03-13 13:46:53.000000000 +0100 +@@ -1,7 +1,8 @@ + [Desktop Entry] + Name=gtkgo +-Comment=gtkgo ++Comment=Play Go, the classic oriental game of strategy + Exec=gtkgo +-Icon=gnome-gtkgo.png ++Icon=gtkgoico.xpm + Terminal=0 + Type=Application ++Categories=GTK;Game;BoardGame;