diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-20 17:38:03 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-20 17:38:03 -0500 |
commit | ef27cc7aabe55d66bdd2321d310264cba3cc4fca (patch) | |
tree | e2a38cbdfa254db8f78bba87d2bf6bc070a589aa /dh_compress | |
parent | 8ceb2df1b9e3368e765076b23ee0ecd4a2532a46 (diff) | |
download | debhelper-ef27cc7aabe55d66bdd2321d310264cba3cc4fca.tar.gz |
Remove last vestiages of support for /usr/X11R6.
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 7 |
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; `); } |