Selaa lähdekoodia

Dpkg::Compression: Fix the current default compressor in the documentation

Guillem Jover 11 vuotta sitten
vanhempi
commit
cd8c1f2573
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 0
      debian/changelog
  2. 1 1
      scripts/Dpkg/Compression.pm

+ 2 - 0
debian/changelog

@@ -10,6 +10,8 @@ dpkg (1.18.1) UNRELEASED; urgency=low
     - Use non-destructive substitutions inside map.
     - Use non-destructive substitutions inside map.
     - Use the state keyword to simplify the code.
     - Use the state keyword to simplify the code.
     - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
     - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
+  * Documentation:
+    - Update current default source compressor from gzip to xz.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 1 - 1
scripts/Dpkg/Compression.pm

@@ -165,7 +165,7 @@ sub compression_get_file_extension_regex {
 
 
 =item my $comp = compression_get_default()
 =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.
 C<compression_set_default> has been used to change it.
 
 
 =item compression_set_default($comp)
 =item compression_set_default($comp)