From: joey Date: Sat, 27 Aug 2005 02:22:25 +0000 (+0000) Subject: r1783: releasing version 4.9.8 X-Git-Tag: 4.9.8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34b6bb16c13d97ad1b4c6c4b6c34afc9121b53f1;p=debhelper.git r1783: releasing version 4.9.8 --- diff --git a/debian/changelog b/debian/changelog index 2f98b99..9cacc5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.9.8) unstable; urgency=low + + * Spelling patch from Kumar Appaiah. Closes: #324892 + + -- Joey Hess Fri, 26 Aug 2005 22:12:41 -0400 + debhelper (4.9.7) unstable; urgency=low * dh_installdocs: Fix stupid and horrible typo. Closes: #325098 diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 4b19db5..9996dc7 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -245,8 +245,8 @@ udeb_filename($package) Returns the filename of the udeb package. getpackages($type) Returns a list of packages in the control file. - Must pass "arch" or "indep" or "same" to specify arch-dependant or - -independant or same arch packages. If nothing is specified, returns all + Must pass "arch" or "indep" or "same" to specify arch-dependent or + -independent or same arch packages. If nothing is specified, returns all packages. As a side effect, populates %package_arches and %package_types with the types of all packages (not only those returned). diff --git a/doc/TODO b/doc/TODO index 94aa95a..3b69f58 100644 --- a/doc/TODO +++ b/doc/TODO @@ -7,7 +7,7 @@ Wishlist items: to accept (rather than accepting all debhelper options). They should be able to print brief usage summaries. - I think this calls for a restucturing. Make a Debhelper.pm class. Each + I think this calls for a restructuring. Make a Debhelper.pm class. Each program subclasses the class. The class provides command line parsing, useful functions, and so on. Skeleton of a debhelper command would then be: