Package: gnomebaker Version: 0.6.2-2ubuntu1 Severity: minor Tags: patch, origin-ubuntu, ubuntu-patch, hardy
Gnomebaker application menu item name is not compliant with GNOME HIG, being in the form <description> <app_name> instead of <app_name> <description>. The attached debdiff fixes the problem. It has been built, installed and tested.
diff -u gnomebaker-0.6.2/debian/changelog gnomebaker-0.6.2/debian/changelog --- gnomebaker-0.6.2/debian/changelog +++ gnomebaker-0.6.2/debian/changelog @@ -1,3 +1,12 @@ +gnomebaker (0.6.2-2ubuntu1) hardy; urgency=low + + * debian/patches/02_fix_menu_item_name.dpatch: fixes menu item name to + match GNOME HIG + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Andrea Colangelo <[EMAIL PROTECTED]> Sun, 11 Nov 2007 16:17:08 +0100 + gnomebaker (0.6.2-2) unstable; urgency=low * debian/patches/01_fix_executable_name.dpatch: fixes the name of diff -u gnomebaker-0.6.2/debian/control gnomebaker-0.6.2/debian/control --- gnomebaker-0.6.2/debian/control +++ gnomebaker-0.6.2/debian/control @@ -1,7 +1,8 @@ Source: gnomebaker Section: gnome Priority: optional -Maintainer: Goedson Teixeira Paixao <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Goedson Teixeira Paixao <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.1.46), cdbs, autotools-dev, libgnomeui-dev, libgtk2.0-dev, libglade2-dev, scrollkeeper, libgstreamer0.10-dev, dpatch, libxml-parser-perl, libcairo2-dev, libnotify-dev Standards-Version: 3.7.2 diff -u gnomebaker-0.6.2/debian/patches/00list gnomebaker-0.6.2/debian/patches/00list --- gnomebaker-0.6.2/debian/patches/00list +++ gnomebaker-0.6.2/debian/patches/00list @@ -1,0 +2 @@ +02_fix_menu_item_name only in patch2: unchanged: --- gnomebaker-0.6.2.orig/debian/patches/02_fix_menu_item_name.dpatch +++ gnomebaker-0.6.2/debian/patches/02_fix_menu_item_name.dpatch @@ -0,0 +1,35 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_fix_menu_item_name.dpatch by Andrea Colangelo <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix menu item name to match GNOME HIG + [EMAIL PROTECTED]@ +diff -urNad gnomebaker-0.6.2~/gnomebaker.desktop gnomebaker-0.6.2/gnomebaker.desktop +--- gnomebaker-0.6.2~/gnomebaker.desktop 2007-09-16 18:37:22.000000000 +0200 ++++ gnomebaker-0.6.2/gnomebaker.desktop 2007-11-11 16:02:42.000000000 +0100 +@@ -1,7 +1,7 @@ + [Desktop Entry] +-Name=CD/DVD Writer GnomeBaker +-Name[lt]=Ä®raÅ¡ymas į CD/DVD - GnomeBaker +-Name[pt_BR]=Gravador de CD/DVD GnomeBaker ++Name=GnomeBaker CD/DVD Writer ++Name[lt]=GnomeBaker Ä®raÅ¡ymas į CD/DVD ++Name[pt_BR]=GnomeBaker Gravador de CD/DVD + Comment=Write/Copy CD and DVD + Comment[da]=Brænd CD og DVD + Comment[lt]=Ä®raÅ¡ykite/kopijuokite duomenis, muzikÄ ar video į CD/DVD diskus +diff -urNad gnomebaker-0.6.2~/gnomebaker.desktop.in gnomebaker-0.6.2/gnomebaker.desktop.in +--- gnomebaker-0.6.2~/gnomebaker.desktop.in 2007-09-16 18:36:33.000000000 +0200 ++++ gnomebaker-0.6.2/gnomebaker.desktop.in 2007-11-11 16:03:08.000000000 +0100 +@@ -1,7 +1,7 @@ + [Desktop Entry] +-Name=CD/DVD Writer GnomeBaker +-Name[lt]=Ä®raÅ¡ymas į CD/DVD - GnomeBaker +-Name[pt_BR]=Gravador de CD/DVD GnomeBaker ++Name=GnomeBaker CD/DVD Writer ++Name[lt]=GnomeBaker Ä®raÅ¡ymas į CD/DVD ++Name[pt_BR]=GnomeBaker Gravador de CD/DVD + Comment=Write/Copy CD and DVD + Comment[da]=Brænd CD og DVD + Comment[lt]=Ä®raÅ¡ykite/kopijuokite duomenis, muzikÄ ar video į CD/DVD diskus