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,14 @@ +ed (0.7-1ubuntu1) hardy; urgency=low + + * debian/patches/08_ubuntu-doc-typo-fix.dpatch: + - 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/debian/patches/08_ubuntu-doc-typo-fix.dpatch +++ ed-0.7/debian/patches/08_ubuntu-doc-typo-fix.dpatch @@ -0,0 +1,43 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 08_ubuntu-doc-typo-fix.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad ed-0.7~/doc/ed.1 ed-0.7/doc/ed.1 +--- ed-0.7~/doc/ed.1 2006-10-05 20:35:42.000000000 +0100 ++++ ed-0.7/doc/ed.1 2008-02-28 18:15:37.000000000 +0000 +@@ -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 +diff -urNad ed-0.7~/doc/ed.info ed-0.7/doc/ed.info +--- ed-0.7~/doc/ed.info 2007-07-18 16:06:12.000000000 +0100 ++++ ed-0.7/doc/ed.info 2008-02-28 18:15:47.000000000 +0000 +@@ -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 +diff -urNad ed-0.7~/doc/ed.texinfo ed-0.7/doc/ed.texinfo +--- ed-0.7~/doc/ed.texinfo 2007-07-18 16:05:25.000000000 +0100 ++++ ed-0.7/doc/ed.texinfo 2008-02-28 18:15:51.000000000 +0000 +@@ -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