Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/dpkg/files: dpkg-1.17.0-gzip-rsyncable.patch
Date: Sat, 27 Jul 2013 13:21:59
Message-Id: 20130727132154.3EC462171D@flycatcher.gentoo.org
1 jer 13/07/27 13:21:54
2
3 Added: dpkg-1.17.0-gzip-rsyncable.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch?rev=1.1&content-type=text/plain
14
15 Index: dpkg-1.17.0-gzip-rsyncable.patch
16 ===================================================================
17 --- a/scripts/Dpkg/Compression.pm
18 +++ b/scripts/Dpkg/Compression.pm
19 @@ -52,7 +52,7 @@
20 my $COMP = {
21 gzip => {
22 file_ext => 'gz',
23 - comp_prog => [ 'gzip', '--no-name', '--rsyncable' ],
24 + comp_prog => [ 'gzip', '--no-name' ],
25 decomp_prog => [ 'gunzip' ],
26 default_level => 9,
27 },