summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_installinit2
-rwxr-xr-xdh_python4
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f576c326..1c23d326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/dh_installinit b/dh_installinit
index f5e58e90..d08798a8 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -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
diff --git a/dh_python b/dh_python
index 3ee1cd4d..722d8135 100755
--- 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