summarylogtreecommitdiffstats
path: root/dpkg-gzip-rsyncable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg-gzip-rsyncable.patch')
-rw-r--r--dpkg-gzip-rsyncable.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dpkg-gzip-rsyncable.patch b/dpkg-gzip-rsyncable.patch
new file mode 100644
index 000000000000..3daf6d76ef60
--- /dev/null
+++ b/dpkg-gzip-rsyncable.patch
@@ -0,0 +1,11 @@
+--- ./scripts/Dpkg/Compression.pm.orig 2012-04-27 04:49:02.000000000 +0200
++++ ./scripts/Dpkg/Compression.pm 2012-05-27 22:23:18.530628795 +0200
+@@ -52,7 +52,7 @@
+ my $COMP = {
+ "gzip" => {
+ "file_ext" => "gz",
+- "comp_prog" => [ "gzip", "--no-name", "--rsyncable" ],
++ "comp_prog" => [ "gzip", "--no-name" ],
+ "decomp_prog" => [ "gunzip" ],
+ "default_level" => 9,
+ },