/[gentoo-x86]/app-arch/dpkg/files/dpkg-1.16.4.2-gzip-rsyncable.patch
Gentoo

Contents of /app-arch/dpkg/files/dpkg-1.16.4.2-gzip-rsyncable.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:37:29 2012 UTC (11 months ago) by jer
Branch: MAIN
CVS Tags: HEAD
Remove gzip --rsyncable option by Vincent de Phily (bug #420813).

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 --- a/scripts/Dpkg/Compression.pm
2 +++ b/scripts/Dpkg/Compression.pm
3 @@ -52,7 +52,7 @@
4 my $COMP = {
5 "gzip" => {
6 "file_ext" => "gz",
7 - "comp_prog" => [ "gzip", "--no-name", "--rsyncable" ],
8 + "comp_prog" => [ "gzip", "--no-name"],
9 "decomp_prog" => [ "gunzip" ],
10 "default_level" => 9,
11 },

  ViewVC Help
Powered by ViewVC 1.1.13