[Reproducible-commits] [dpkg] 09/40: Dpkg::Compression: Fix the current default compressor in the documentation

Jérémy Bobbio lunar at moszumanska.debian.org
Sat May 30 09:52:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit cd8c1f2573064f81c56e3552fa5c84a321dd4db2
Author: Guillem Jover <guillem at debian.org>
Date:   Thu May 21 19:54:07 2015 +0200

    Dpkg::Compression: Fix the current default compressor in the documentation
---
 debian/changelog            | 2 ++
 scripts/Dpkg/Compression.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fdbac7b..e544768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ dpkg (1.18.1) UNRELEASED; urgency=low
     - Use non-destructive substitutions inside map.
     - Use the state keyword to simplify the code.
     - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
+  * Documentation:
+    - Update current default source compressor from gzip to xz.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
diff --git a/scripts/Dpkg/Compression.pm b/scripts/Dpkg/Compression.pm
index e53f24d..b426342 100644
--- a/scripts/Dpkg/Compression.pm
+++ b/scripts/Dpkg/Compression.pm
@@ -165,7 +165,7 @@ sub compression_get_file_extension_regex {
 
 =item my $comp = compression_get_default()
 
-Return the default compression method. It's "gzip" unless
+Return the default compression method. It is "xz" unless
 C<compression_set_default> has been used to change it.
 
 =item compression_set_default($comp)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list