summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-20 17:38:03 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-20 17:38:03 -0500
commitef27cc7aabe55d66bdd2321d310264cba3cc4fca (patch)
treee2a38cbdfa254db8f78bba87d2bf6bc070a589aa /dh_compress
parent8ceb2df1b9e3368e765076b23ee0ecd4a2532a46 (diff)
Remove last vestiages of support for /usr/X11R6.
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;
`);
}