summaryrefslogtreecommitdiff
path: root/libre/dpkg/dpkg-gzip-rsyncable.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-08 22:41:34 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-08 22:41:34 -0200
commit43bb0ac45e3a55ad741f583318c0ea1edbb06b0a (patch)
treee6c0387985c84671f698cacc425a5e71e79d19c0 /libre/dpkg/dpkg-gzip-rsyncable.patch
parentaa55ef6181956a308635f4c6f9103a890b879488 (diff)
parent3a5380856fae97f3358dc00522656c9f1fc26187 (diff)
downloadabslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.tar.gz
abslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.tar.bz2
abslibre-43bb0ac45e3a55ad741f583318c0ea1edbb06b0a.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/dpkg/dpkg-gzip-rsyncable.patch')
-rw-r--r--libre/dpkg/dpkg-gzip-rsyncable.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/dpkg/dpkg-gzip-rsyncable.patch b/libre/dpkg/dpkg-gzip-rsyncable.patch
new file mode 100644
index 000000000..3daf6d76e
--- /dev/null
+++ b/libre/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
+@@ -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,
+ },