summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_compress b/dh_compress
index 1312bf46..a01f5d15 100755
--- a/dh_compress
+++ b/dh_compress
@@ -86,6 +86,9 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
}
if (@f) {
+ # Make executables not be anymore.
+ xargs(\@f,"chmod","a-x");
+
xargs(\@f,"gzip","-9f");
}