From: joey Date: Tue, 11 Dec 2001 06:13:11 +0000 (+0000) Subject: r497: this and that X-Git-Tag: version_2.0.101~102 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=768bf86cede6fc8cec8423c094ce86fcba99573e;p=debhelper.git r497: this and that --- diff --git a/debian/changelog b/debian/changelog index 4a9aafa..fee302f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (3.0.52) unstable; urgency=low + + * Typo, Closes: #122679 +UNRELEASED + + -- Joey Hess 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 c6b90f7..7d4c349 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 1176856..fdcb150 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 bdc6fe9..bc1b6d5 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.