]> git.donarmstrong.com Git - debhelper.git/commitdiff
r587: typos
authorjoey <joey>
Fri, 23 May 2003 01:27:30 +0000 (01:27 +0000)
committerjoey <joey>
Fri, 23 May 2003 01:27:30 +0000 (01:27 +0000)
debian/changelog
doc/PROGRAMMING
doc/TODO

index 73af2bdf4c35227a730c6a6b567789fc1440c863..bd24cb4b8003c17ba5f8843b7843b5ece91051ad 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (4.1.45) unstable; urgency=low
+
+UNRE
+  * Typo fixes from Adam Garside.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 22 May 2003 21:28:17 -0400
+
 debhelper (4.1.44) unstable; urgency=low
 
   * dh_python: allow for a + at the end of the python version, as in the
index 2fbf73783c6df8a91d47bb89e5773bf42c0225eb..6cae08a5c78ed3fb558fa3e53092e4e01c233d5c 100644 (file)
@@ -1,5 +1,5 @@
 This file documents things you should know to write a new debhelper program.
-Any program with a name that debins with dh_ should conform to these
+Any program with a name that begins with dh_ should conform to these
 guidelines (with the historical exception of dh_make).
 
 Standardization:
@@ -19,7 +19,7 @@ have a lot of noise output when all the debhelper commands in a debian/rules
 are run, so the important stuff is clearly visible.
 
 Debhelper programs should accept all options listed in the "SHARED
-DEBHELPER OPTIONS" section of debhelper(7), including and any long forms of
+DEBHELPER OPTIONS" section of debhelper(7), including any long forms of
 these options, like --verbose . If necessary, the options may be ignored.
 
 If debhelper commands need config files, they should use
@@ -31,13 +31,13 @@ information that appears in the config files, on their command lines, if
 possible, and apply that information to the first package they act on.
 
 Debhelper programs should never modify the debian/postinst, debian/prerm,
-etc scripts, instead, they can add lines to debian/postinst.debhelper, etc. 
+etc scripts. Instead, they can add lines to debian/postinst.debhelper, etc. 
 The autoscript() function (see below) is one easy way to do this.
 dh_installdeb is an exception, it will run after the other commands and
 merge these modifications into the actual postinst scripts.
 
 In general, files named debian/*.debhelper are internal to debhelper, and
-their expstence or use should not be relied on by external programs such as
+their existence or use should not be relied on by external programs such as
 the build process of a package.
 
 Debhelper programs should default to doing exactly what policy says to do.
@@ -148,7 +148,7 @@ The following keys are also set in the %dh hash when you call init():
 MAINPACKAGE    the name of the first binary package listed in
                debian/control
 FIRSTPACKAGE   the first package we were instructed to act on. This package
-               typically gets special treatment, additional arguments
+               typically gets special treatment; additional arguments
                specified on the command line may effect it.
 
 Functions:
index d8d1190e39940b4a5043dcf2bd5aa8613d950eda..7dc57ff5d539e5ba33499b6b9090e6de2c0b0786 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ Wishlist items:
 
 * All debhelper programs should only accept the options they are documented
   to accept (rather than accepting all debhelper options). They should
-  be able to print breif usage summaries.
+  be able to print brief usage summaries.
 
   I think this calls for a restucturing. Make a Debhelper.pm class. Each
   program subclasses the class. The class provides command line parsing,
@@ -40,7 +40,7 @@ Deprecated:
   higher. I won't hold my breath.
 * Also, grep the entire archive for all dh_* command lines (I do this now),
   and check to see what other switches are not being used, and maybe remove
-  some of them. I'd also like to depercate/remove debian/compress files, -X is
+  some of them. I'd also like to deprecate/remove debian/compress files, -X is
   a better idea.
 * dh_suidregister. Once nothing in the archive uses it.
 * dh_installmanpages. Only mildly deprecated right now. Once dh_installman