From 5c3b7276abf0d01b53662f38db5b4d52377343ed Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sat, 2 Jan 2016 01:22:31 -0500 Subject: initial commit Signed-off-by: Mark Weiman --- dpkg/dpkg-gzip-rsyncable.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dpkg/dpkg-gzip-rsyncable.patch (limited to 'dpkg/dpkg-gzip-rsyncable.patch') diff --git a/dpkg/dpkg-gzip-rsyncable.patch b/dpkg/dpkg-gzip-rsyncable.patch new file mode 100644 index 0000000..d9ebfa5 --- /dev/null +++ b/dpkg/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 +@@ -53,7 +53,7 @@ + my $COMP = { + gzip => { + file_ext => 'gz', +- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ], ++ comp_prog => [ 'gzip', '--no-name' ], + decomp_prog => [ 'gunzip' ], + default_level => 9, + }, -- cgit v1.3