]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1783: releasing version 4.9.8 4.9.8
authorjoey <joey>
Sat, 27 Aug 2005 02:22:25 +0000 (02:22 +0000)
committerjoey <joey>
Sat, 27 Aug 2005 02:22:25 +0000 (02:22 +0000)
debian/changelog
doc/PROGRAMMING
doc/TODO

index 2f98b997a012b9fd986326374fce281f30f7940e..9cacc5cb8244f3112471b5ec2e365fd624ebc2e4 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (4.9.8) unstable; urgency=low
+
+  * Spelling patch from Kumar Appaiah. Closes: #324892
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 26 Aug 2005 22:12:41 -0400
+
 debhelper (4.9.7) unstable; urgency=low
 
   * dh_installdocs: Fix stupid and horrible typo. Closes: #325098
index 4b19db5eb60c43a132f7c735a1ee4fd84b04c02b..9996dc73a9ee1a3292458829d823c11176e0ebe2 100644 (file)
@@ -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).
index 94aa95af330a546077ac4a7786f384a8d685df92..3b69f5828e97557f39f900a7ec114b52569ef0f9 100644 (file)
--- 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: