diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-06 11:46:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-06 11:46:30 -0400 |
commit | 74b8000db01fa6bd9d2e7f3417cbb3275caa4e46 (patch) | |
tree | e26597d026d6ff747459e711707255b01680a566 /dh_compress | |
parent | 2ce6c403bf347ecfbee25d88df38eb44948e4f3f (diff) | |
download | debhelper-74b8000db01fa6bd9d2e7f3417cbb3275caa4e46.tar.gz |
dh_compress: Do not compress index.sgml files, as generated by gtk-doc. Closes: #484772
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_compress b/dh_compress index 2a996776..575d3bcb 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; `); |