summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_installman2
-rwxr-xr-xdh_installwm2
-rw-r--r--doc/TODO4
4 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a9aafab..fee302f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (3.0.52) unstable; urgency=low
+
+ * Typo, Closes: #122679
+UNRELEASED
+
+ -- Joey Hess <joeyh@debian.org> Thu, 6 Dec 2001 11:58:52 -0500
+
debhelper (3.0.51) unstable; urgency=low
* Man page cleanups, Closes: #119335
diff --git a/dh_installman b/dh_installman
index c6b90f74..7d4c349c 100755
--- a/dh_installman
+++ b/dh_installman
@@ -20,7 +20,7 @@ dh_installman is a debhelper program that handles installing
man pages into the correct locations in package build directories. You tell
it what man pages go in your packages, and it figures out where to
install them based on the section field in their .TH line and their filename
-extention. It also supports translated man pages, by looking for extentions
+extention. It also supports translated man pages, by looking for extensions
like .ll.8 and .ll_LL.8
Any man page filenames specified as parameters will be installed into the
diff --git a/dh_installwm b/dh_installwm
index 11768563..fdcb150f 100755
--- a/dh_installwm
+++ b/dh_installwm
@@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
push @wm, @ARGV;
}
- if (@wm && ! $dh{NOSCRIPTS}) {
+ if (! $dh{NOSCRIPTS}) {
foreach (@wm) {
autoscript($package,"postinst","postinst-wm","s:#WM#:$_:;s/#PRIORITY#/$dh{PRIORITY}/",);
autoscript($package,"prerm","prerm-wm","s:#WM#:$_:");
diff --git a/doc/TODO b/doc/TODO
index bdc6fe99..bc1b6d50 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -67,3 +67,7 @@ Deprecated:
catches on, make it emit a warning, and then wait for it to go away.
* dh_testversion. Only mildly deprecated right now. Make it emit a warning
by jan 2002, and remove as soon as nothing uses it.
+* dh_installxaw. xaw replacments are dying, nothing uses it validly (bugs
+ filed on the few packages that use it by accident). Make it omit a
+ warning by jan 2002 and remove as soon as nothing uses it, or by april
+ 2002.