diff -u gdb-6.6.dfsg/debian/control gdb-6.6.dfsg/debian/control --- gdb-6.6.dfsg/debian/control +++ gdb-6.6.dfsg/debian/control @@ -1,5 +1,6 @@ Source: gdb -Maintainer: Daniel Jacobowitz +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Daniel Jacobowitz Section: devel Priority: optional Standards-Version: 3.7.2 diff -u gdb-6.6.dfsg/debian/changelog gdb-6.6.dfsg/debian/changelog --- gdb-6.6.dfsg/debian/changelog +++ gdb-6.6.dfsg/debian/changelog @@ -1,3 +1,13 @@ +gdb (6.6.dfsg-1ubuntu3) gutsy; urgency=low + + * gdb/maint.c: Fixed typo of comamnd to command + (LP: #63200) + * gdb/remote.c: Fixed typo of does to do + (LP: #63200) + * debian/control: Updated Maintainer Field + + -- Joseph Jackson IV Fri, 25 May 2007 16:27:51 -0400 + gdb (6.6.dfsg-1ubuntu2) feisty; urgency=low * Reenable the workaround for a build failure on the ia64 buildd. diff -u gdb-6.6.dfsg/debian/patches/series gdb-6.6.dfsg/debian/patches/series --- gdb-6.6.dfsg/debian/patches/series +++ gdb-6.6.dfsg/debian/patches/series @@ -19,0 +20 @@ +fix-spelling-error only in patch2: unchanged: --- gdb-6.6.dfsg.orig/debian/patches/fix-spelling-error +++ gdb-6.6.dfsg/debian/patches/fix-spelling-error @@ -0,0 +1,26 @@ +Index: gdb-6.6.dfsg/gdb/maint.c +=================================================================== +--- gdb-6.6.dfsg.orig/gdb/maint.c 2007-05-25 16:20:39.000000000 -0400 ++++ gdb-6.6.dfsg/gdb/maint.c 2007-05-25 16:21:10.000000000 -0400 +@@ -851,7 +851,7 @@ + + add_cmd ("deprecate", class_maintenance, maintenance_deprecate, _("\ + Deprecate a command. Note that this is just in here so the \n\ +-testsuite can check the comamnd deprecator. You probably shouldn't use this,\n\ ++testsuite can check the command deprecator. You probably shouldn't use this,\n\ + rather you should use the C function deprecate_cmd(). If you decide you \n\ + want to use it: maintenance deprecate 'commandname' \"replacement\". The \n\ + replacement is optional."), &maintenancelist); +Index: gdb-6.6.dfsg/gdb/remote.c +=================================================================== +--- gdb-6.6.dfsg.orig/gdb/remote.c 2007-05-25 16:21:53.000000000 -0400 ++++ gdb-6.6.dfsg/gdb/remote.c 2007-05-25 16:22:22.000000000 -0400 +@@ -5365,7 +5365,7 @@ + do_cleanups (old_chain); + } + if (mismatched > 0) +- warning (_("One or more sections of the remote executable does not match\n\ ++ warning (_("One or more sections of the remote executable do not match\n\ + the loaded file\n")); + if (args && !matched) + printf_filtered (_("No loaded section named '%s'.\n"), args);