summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-12-22 14:49:18 -0400
committerJoey Hess <joey@kitenet.net>2010-12-22 14:49:18 -0400
commit030b3d807fb91a5bb7e61b3b47c8ca971de880ef (patch)
tree904fcafd0d6d46802850bcf937db9f5a743a4b5d /dh_compress
parentd45218cf1ad2c49873cc089f3a308d84cccdc45a (diff)
dh_compress: Javascript files are not compressed, as these go with (uncompressed) html files. Closes: #603553
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_compress b/dh_compress
index 14dfdb33..51a4e748 100755
--- a/dh_compress
+++ b/dh_compress
@@ -24,7 +24,7 @@ to the new files.
By default, B<dh_compress> compresses files that Debian policy mandates should
be compressed, namely all files in F<usr/share/info>, F<usr/share/man>,
files in F<usr/share/doc> that are larger than 4k in size,
-(except the F<copyright> file, F<.html> and F<.css> files, image files, and files
+(except the F<copyright> file, F<.html> and other web files, image files, and files
that appear to be already compressed based on their extensions), and all
F<changelog> files. Plus PCF fonts underneath F<usr/share/fonts/X11/>
@@ -115,7 +115,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
! -iname "*.tgz" ! -iname "*.z" ! -iname "*.bz2" \\
! -iname "*-gz" ! -iname "*-z" ! -iname "*_z" \\
! -iname "*.jar" ! -iname "*.zip" ! -iname "*.css" \\
- ! -iname "*.svg" ! -iname "*.svgz" \\
+ ! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\
! -name "index.sgml" \\
! -name "copyright" 2>/dev/null || true;
find usr/share/fonts/X11 -type f -name "*.pcf" 2>/dev/null || true;