summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress7
1 files changed, 3 insertions, 4 deletions
diff --git a/dh_compress b/dh_compress
index 4e208b4f..efeca8ac 100755
--- a/dh_compress
+++ b/dh_compress
@@ -23,11 +23,10 @@ to the new files.
By default, dh_compress compresses files that debian policy mandates should
be compressed, namely all files in usr/share/info, usr/share/man,
-usr/X11R6/man, files in usr/share/doc that are larger than 4k in size,
+files in usr/share/doc that are larger than 4k in size,
(except the copyright file, .html and .css files, image files, and files
that appear to be already compressed based on their extensions), and all
-changelog files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and
-usr/share/fonts/X11/
+changelog files. Plus PCF fonts underneath usr/share/fonts/X11/
=head1 FILES
@@ -114,7 +113,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
! -iname "*.svg" ! -iname "*.svgz" \\
! -name "index.sgml" \\
! -name "copyright" 2>/dev/null || true;
- find usr/X11R6/lib/X11/fonts usr/share/fonts/X11 -type f -name "*.pcf" 2>/dev/null || true;
+ find usr/share/fonts/X11 -type f -name "*.pcf" 2>/dev/null || true;
`);
}