X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_compress;h=575d3bcb2054b27b3d1bbd0d7134a268ee502091;hb=94f711ab1af4966a8c1099578752cddb0345e3db;hp=2a99677685e67535f5964bfb80c84e8d58982abe;hpb=7b7b98c5d4f09d4428486d954b98083c373a0617;p=debhelper.git diff --git a/dh_compress b/dh_compress index 2a99677..575d3bc 100755 --- a/dh_compress +++ b/dh_compress @@ -102,6 +102,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { ! -iname "*.tgz" ! -iname "*.z" ! -iname "*.bz2" \\ ! -iname "*-gz" ! -iname "*-z" ! -iname "*_z" \\ ! -iname "*.jar" ! -iname "*.zip" ! -iname "*.css" \\ + ! -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; `);