blob: ad8ce0893d9fed861c298146ba77a98aa64374a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- scripts/Dpkg/Compression.pm.orig 2015-06-11 20:28:56 UTC
+++ scripts/Dpkg/Compression.pm
@@ -55,7 +55,7 @@ interact with the set of supported compr
my $COMP = {
gzip => {
file_ext => 'gz',
- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ],
+ comp_prog => [ 'gzip', '--no-name' ],
decomp_prog => [ 'gunzip' ],
default_level => 9,
},
|