]> git.donarmstrong.com Git - debhelper.git/commitdiff
type fix
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 19 May 2008 16:40:36 +0000 (12:40 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 19 May 2008 16:40:36 +0000 (12:40 -0400)
dh_auto_build
dh_auto_clean
dh_auto_configure
dh_auto_install
dh_auto_test

index d35dfc636e53b862337befbfc1b462bfc99bcd30..e7ca93b304a5c0ef09521f21952ddc9a4be142c5 100755 (executable)
@@ -21,7 +21,7 @@ MAKE, if the environment variable is set).
 If there's a setup.py, or Build.PL, it is run to build the package.
 
 This is intended to work for about 90% of packages. If it doesn't work,
-you're encoruaged to skip using dh_auto_build at all, and just run the
+you're encouraged to skip using dh_auto_build at all, and just run the
 build process manually.
 
 =head1 OPTIONS
index 8ccb8873d581227d3b70d82662af41c3829acd99..4468fef9ca3d25ce9c8dc45a1644c3c3a3b8b316 100755 (executable)
@@ -22,7 +22,7 @@ if the environment variable is set). If there is a setup.py or Build.PL, it
 is run to clean the package.
 
 This is intended to work for about 90% of packages. If it doesn't work, or
-tries to use the wrong clean target, you're encoruaged to skip using
+tries to use the wrong clean target, you're encouraged to skip using
 dh_auto_clean at all, and just run make clean manually.
 
 =head1 OPTIONS
index 4558403d0c2014c6e5f39235edf5688cf4b46015..fb615f867f16797c0814ca763699d18ddf709562 100755 (executable)
@@ -22,7 +22,7 @@ determined and passed to the program that is run. If no program to run is
 found, dh_auto_configure will exit without doing anything.
 
 This is intended to work for about 90% of packages. If it doesn't work,
-you're encoruaged to skip using dh_auto_configure at all, and just run
+you're encouraged to skip using dh_auto_configure at all, and just run
 ./configure or its equivilant manually.
 
 =head1 OPTIONS
index 8e6e8934a3a93539cec38faf810cba7b2ac02f30..78fba17046f17cefafba8fd5007fc181234ad1f4 100755 (executable)
@@ -32,7 +32,7 @@ If the Makefile was generated by MakeMaker from a Makefile.PL, it will
 automatically set PREFIX=/usr too, since such Makefiles need that.
 
 This is intended to work for about 90% of packages. If it doesn't work, or
-tries to use the wrong clean target, you're encoruaged to skip using
+tries to use the wrong clean target, you're encouraged to skip using
 dh_auto_install at all, and just run make install manually.
 
 =head1 OPTIONS
index a9be1e6a6e805dfe5227e6135a07e23310a5a1fa..900059291d17b924878d8934466b835e8d4c94e2 100755 (executable)
@@ -23,7 +23,7 @@ exit nonzero. If there's no test suite, it will exit zero without doing
 anything.
 
 This is intended to work for about 90% of packages with a test suite. If it
-doesn't work, you're encoruaged to skip using dh_auto_test at all, and
+doesn't work, you're encouraged to skip using dh_auto_test at all, and
 just run the test suite manually.
 
 =head1 OPTIONS