diff -u ed-0.7/debian/changelog ed-0.7/debian/changelog --- ed-0.7/debian/changelog +++ ed-0.7/debian/changelog @@ -1,3 +1,13 @@ +ed (0.7-1ubuntu1) hardy; urgency=low + + * doc/* : Fix spelling/grammar mistake (LP: #186121) + * debian/control: + - Bump Debian standards version to 3.7.3 + - Add Homepage field + - Update Maintainer field to match the DebianMaintainerField specification + + -- David Futcher Wed, 27 Feb 2008 17:37:36 +0000 + ed (0.7-1build1) gutsy; urgency=low * Pseudo sync from unstable, non-matching .orig.tar.gz. diff -u ed-0.7/debian/control ed-0.7/debian/control --- ed-0.7/debian/control +++ ed-0.7/debian/control @@ -1,9 +1,11 @@ Source: ed Section: editors Priority: important -Maintainer: James Troup -Standards-Version: 3.7.2.2 +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: James Troup +Standards-Version: 3.7.3 Build-Depends: dpatch +Homepage: http://www.gnu.org/software/ed/ Package: ed Architecture: any only in patch2: unchanged: --- ed-0.7.orig/doc/ed.texinfo +++ ed-0.7/doc/ed.texinfo @@ -424,7 +424,7 @@ An address range is two addresses separated either by a comma or semicolon. The value of the first address in a range cannot exceed the -value of the the second. If only one address is given in a range, then +value of the second. If only one address is given in a range, then the second address is set to the given address. If an @var{n}-tuple of addresses is given where @var{n} > 2, then the corresponding range is determined by the last two addresses in the @var{n}-tuple. If only one only in patch2: unchanged: --- ed-0.7.orig/doc/ed.info +++ ed-0.7/doc/ed.info @@ -380,7 +380,7 @@ An address range is two addresses separated either by a comma or semicolon. The value of the first address in a range cannot exceed the -value of the the second. If only one address is given in a range, then +value of the second. If only one address is given in a range, then the second address is set to the given address. If an N-tuple of addresses is given where N > 2, then the corresponding range is determined by the last two addresses in the N-tuple. If only one only in patch2: unchanged: --- ed-0.7.orig/doc/ed.1 +++ ed-0.7/doc/ed.1 @@ -168,7 +168,7 @@ An address range is two addresses separated either by a comma or semicolon. The value of the first address in a range cannot exceed the -value of the the second. If only one address is given in a range, then +value of the second. If only one address is given in a range, then the second address is set to the given address. If an .IR n- tuple of addresses is given where