From: joey Date: Sun, 27 Jan 2002 00:49:02 +0000 (+0000) Subject: r504: * dh_installman: more documentation about the .TH line. Closes: #129205 X-Git-Tag: version_2.0.101~95 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d99c84bf7e7da25e096b3ce638627c3540a53a34;p=debhelper.git r504: * dh_installman: more documentation about the .TH line. Closes: #129205 * dh_installxfonts: - Packages that use this should depend on xutils. See man page. - However, if you really want to, you can skip the dep, and the postinst will avoid running program that arn't available. Closes: #131053 - Use update-fonts-dir instead of handling encodings ourselves. Yay! - Pass only the last component of the directory name to update-fonts-*, since that's what they perfer now. - Other changes, chould fully comply with Debian X font policy now. --- diff --git a/dh_installxfonts b/dh_installxfonts index 3611a8c..f8d9d46 100755 --- a/dh_installxfonts +++ b/dh_installxfonts @@ -68,6 +68,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { autoscript($package, "postinst", "postinst-xfonts", "s:#CMDS#:".join("\n", @cmds).":;"); + autoscript($package, "postrm", "postrm-xfonts", + "s:#CMDS#:".join("\n", @cmds).":;"); } }