]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1753: * The infinite number of monkeys release.
authorjoey <joey>
Fri, 22 Apr 2005 15:27:55 +0000 (15:27 +0000)
committerjoey <joey>
Fri, 22 Apr 2005 15:27:55 +0000 (15:27 +0000)
   * dh_md5sums: don't crash if PWD contains an apostrophe. Closes: #305226

debhelper.pod
dh_gconf
dh_shlibdeps

index 285ec1bd9c75bb4e5c2a5671b714d090695b372e..1aeec099b2014ebe18b5453ee2f3cf30931f3ba1 100644 (file)
@@ -237,22 +237,22 @@ act on.
 From time to time, major non-backwards-compatible changes need to be made
 to debhelper, to keep it clean and well-designed as needs change and its
 author gains more experience. To prevent such major changes from breaking
-existing packages, the concept of debhelper compatability levels was 
-introduced. You tell debhelper which compatability level it should use, and
+existing packages, the concept of debhelper compatibility levels was 
+introduced. You tell debhelper which compatibility level it should use, and
 it modifies its behavior in various ways.
 
-You tell debhelper what compatability level to use by writing a number to
+Tell debhelper what compatibility level to use by writing a number to
 debian/compat. For example, to turn on V4 mode:
 
   % echo 4 > debian/compat
 
-These are the available compatablity levels:
+These are the available compatibility levels:
 
 =over 4
 
 =item V1
 
-This is the original debhelper compatability level, and so it is the default
+This is the original debhelper compatibility level, and so it is the default
 one. In this mode, debhelper will use debian/tmp as the package tree
 directory for the first binary package listed in the control file, while using
 debian/<package> for all other packages listed in the control file.
@@ -286,7 +286,7 @@ Every file in etc/ is automatically flagged as a conffile by dh_installdeb.
 
 =item V4
 
-This is the reccommended mode of operation. It does everything V3 does,
+This is the recommended mode of operation. It does everything V3 does,
 plus:
 
 =over 8
@@ -294,7 +294,7 @@ plus:
 =item -
 
 dh_makeshlibs -V will not include the debian part of the version number in
-the generated dependancy line in the shlibs file.
+the generated dependency line in the shlibs file.
 
 =item -
 
@@ -344,9 +344,9 @@ debian/<package>/usr/lib/menu/ before installing the menu files, etc.
 
 Once your package uses debhelper to build, be sure to add
 debhelper to your Build-Depends line in debian/control. You should
-build-depend on a verson of debhelper equal to (or greater than) the
-debhelper compatability level your package uses. So if your package used
-compatability level 4:
+build-depend on a version of debhelper equal to (or greater than) the
+debhelper compatibility level your package uses. So if your package used
+compatibility level 4:
 
   Build-Depends: debhelper (>= 4)
 
index 19341af1c42defffe99e6c298a3d605578a59314..6c6aa6d92e1e302cfa1b4324d6aa0c4983ec4a7d 100755 (executable)
--- a/dh_gconf
+++ b/dh_gconf
@@ -20,7 +20,7 @@ GConf schemas.
 
 It automatically generates the postinst and prerm fragments needed
 to register and unregister the schemas in usr/share/gconf/schemas.
-These fragements will use gconftool-2, so the package should depend on
+These fragments will use gconftool-2, so the package should depend on
 gconf2. This program will add an appropriate dependency to ${misc:Depends}.
 
 The postinst script will also signal gconfd-2 so that the newly installed
index 77d8d6a93991edadcce6878dfa90da0e16375d8a..a780638894cd51305332e475a3231291df0c0499 100755 (executable)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_shlibdeps - calculate shared library dependancies
+dh_shlibdeps - calculate shared library dependencies
 
 =cut