]> git.donarmstrong.com Git - debhelper.git/commitdiff
r497: this and that
authorjoey <joey>
Tue, 11 Dec 2001 06:13:11 +0000 (06:13 +0000)
committerjoey <joey>
Tue, 11 Dec 2001 06:13:11 +0000 (06:13 +0000)
debian/changelog
dh_installman
dh_installwm
doc/TODO

index 4a9aafaba3246fbb035439c46e066350fd53b4e7..fee302f9ca871c1e80e272987b47d0b130912ef8 100644 (file)
@@ -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
index c6b90f747e54be9422f5e596517989e418d8b39e..7d4c349c8f8fcf523114ca8a85779cdd47fe75af 100755 (executable)
@@ -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
index 11768563612b7d6e661d89f897da7a1977cd49c8..fdcb150f442a84a302a695dd70a18abd97c1c8f1 100755 (executable)
@@ -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#:$_:");
index bdc6fe9941daa6c4e9c264835d06973dea7ea7e0..bc1b6d5099249c048511d7fd49a6e59a3b26c6b9 100644 (file)
--- 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.