summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-06 11:46:30 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-06 11:46:30 -0400
commit74b8000db01fa6bd9d2e7f3417cbb3275caa4e46 (patch)
treee26597d026d6ff747459e711707255b01680a566 /dh_compress
parent2ce6c403bf347ecfbee25d88df38eb44948e4f3f (diff)
dh_compress: Do not compress index.sgml files, as generated by gtk-doc. Closes: #484772
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress1
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;
`);