]> git.donarmstrong.com Git - debhelper.git/commitdiff
Typo fixes. Closes: #651224 Thanks, Chris Leick
authorJoey Hess <joey@kitenet.net>
Tue, 6 Dec 2011 21:16:59 +0000 (17:16 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 6 Dec 2011 21:16:59 +0000 (17:16 -0400)
debian/changelog
dh_installinit
dh_python

index f576c326d297da955ff0fb3d68d9f7f7340b02e8..1c23d3262c31f16ea11bc6aeb9e78dfa61682f31 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (8.9.12) UNRELEASED; urgency=low
+
+  * Typo fixes. Closes: #651224 Thanks, Chris Leick
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 06 Dec 2011 17:16:28 -0400
+
 debhelper (8.9.11) unstable; urgency=low
 
   * Fix broken option passing to objcopy. Closes: #649044
index f5e58e9096b19e714d6e41619778c6f9419a98f5..d08798a82b4da54a54be2dd873d3b071d878cbb9 100755 (executable)
@@ -21,7 +21,7 @@ build directories, and in the former case providing compatibility handling
 for non-upstart systems.
 
 It also automatically generates the F<postinst> and F<postrm> and F<prerm> commands
-needed to set up the symlinks in F</etc/rc*.d/> and to start and stop the init
+needed to set up the symlinks in F</etc/rc*.d/> to start and stop the init
 scripts.
 
 =head1 FILES
index 3ee1cd4d165643d3bfcef34d9e646a454f61e218..722d81354f5fa0af6d0ea95ccf29d8bce3cc700d 100755 (executable)
--- a/dh_python
+++ b/dh_python
@@ -44,8 +44,8 @@ If you use this program, your package should build-depend on B<python>.
 
 If your package installs Python modules in non-standard directories, you
 can make F<dh_python> check those directories by passing their names on the
-command line. By default, it will check F</usr/lib/site-python,
-/usr/lib/$PACKAGE>, F</usr/share/$PACKAGE>, F</usr/lib/games/$PACKAGE>,
+command line. By default, it will check F</usr/lib/site-python>,
+F</usr/lib/$PACKAGE>, F</usr/share/$PACKAGE>, F</usr/lib/games/$PACKAGE>,
 F</usr/share/games/$PACKAGE> and F</usr/lib/python?.?/site-packages>.
 
 Note: only F</usr/lib/site-python>, F</usr/lib/python?.?/site-packages> and the