diff -u dwdiff-1.4/man/dwdiff.1 dwdiff-1.4/man/dwdiff.1 --- dwdiff-1.4/man/dwdiff.1 +++ dwdiff-1.4/man/dwdiff.1 @@ -93,8 +93,8 @@ .IP "\fB-c\fP[<\fIspec\fP>], \fB\-\-color\fP[=<\fIspec\fP>]" Color mode. The optional <\fIspec\fP> can be used to customise the colors. <\fIspec\fP> consists of [<\fIdelete\fP>],[<\fIinsert\fP>]. If either -is ommited it will be set to its default color (bright red or bright green -respectively). To obtain a list of permissable color names, use the word +is omitted it will be set to its default color (bright red or bright green +respectively). To obtain a list of permissible color names, use the word ``list'' as <\fIspec\fP>. The default markers will not be printed in color mode. .IP "\fB\-l\fP, \fB\-\-less-mode\fP" diff -u dwdiff-1.4/debian/control dwdiff-1.4/debian/control --- dwdiff-1.4/debian/control +++ dwdiff-1.4/debian/control @@ -1,7 +1,8 @@ Source: dwdiff Section: utils Priority: extra -Maintainer: Olexandr Kravchuk +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Olexandr Kravchuk Build-Depends: debhelper (>= 7), autotools-dev, libicu-dev Standards-Version: 3.8.0 Homepage: http://os.ghalkes.nl/dwdiff.html @@ -9,7 +10,7 @@ Package: dwdiff Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: font-end fof the diff program that operates word by word +Description: front-end for the diff program that operates word by word dwdiff is a front-end for the diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an diff -u dwdiff-1.4/debian/changelog dwdiff-1.4/debian/changelog --- dwdiff-1.4/debian/changelog +++ dwdiff-1.4/debian/changelog @@ -1,3 +1,10 @@ +dwdiff (1.4-1ubuntu2) karmic; urgency=low + + * Fixed typo in debian/control (LP: #385276) + * Fixed typo on man/dwdiff.1. This corrects debian bts bug #504540. + + -- Charlie Smotherman Wed, 24 Jun 2009 04:49:47 +0500 + dwdiff (1.4-1build1) karmic; urgency=low * No-change rebuild for libicu38 -> libicu40 transition.