]> git.donarmstrong.com Git - debhelper.git/commitdiff
r162: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:08:10 +0000 (05:08 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:08:10 +0000 (05:08 +0000)
debian/changelog
dh_installdocs

index 33bbbe2e4b3895e3b3da7a5513bf3dbc56a79204..cd5bdff1c72dc53597e95769311f176f1f3a583f 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (1.2.26) unstable; urgency=low
+
+  * dh_installdocs: use prerm-doc-base script fragement. Was using
+    postrm-doc-base, for some weird reason.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 18 Jan 1999 13:36:40 -0800
+
 debhelper (1.2.25) unstable; urgency=low
 
   * autoscripts/*menu*: It turns out that "command" is like test -w, it will
index 347881cc1461348ce036f3cc6aee463c06895cac..1d05181966cfc48188b46aef60a2acf57c86e4a4 100755 (executable)
@@ -72,7 +72,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
                     "$TMP/usr/share/doc-base/$PACKAGE");
                if (! $dh{NOSCRIPTS}) {
                        autoscript($PACKAGE,"postinst","postinst-doc-base");
-                       autoscript($PACKAGE,"postrm","postrm-doc-base")
+                       autoscript($PACKAGE,"prerm","prerm-doc-base")
                }
        }
 }