From 4f577ba14b2e6e8571246717a1eec408c9b618ae Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 27 Jan 2002 00:25:37 +0000 Subject: r503: * 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. --- dh_clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_clean') diff --git a/dh_clean b/dh_clean index 6e482118..095844aa 100755 --- a/dh_clean +++ b/dh_clean @@ -92,7 +92,7 @@ if (! $dh{D_FLAG}) { # parameters). Note that you _don't_ quote wildcards used by find # in here. doit(split(/\s+/,"find . -type f -a - ( -name #*# -o -name *~ -o -name DEADJOE + ( -name #*# -o -name .*~ -o -name *~ -o -name DEADJOE -o -name *.orig -o -name *.rej -o -name *.bak -o -name .*.orig -o -name .*.rej -o -name .SUMS -o -name TAGS -o -name core -o ( -path */.deps/* -a -name *.P ) -- cgit v1.2.3