gcc_release (XZ): Default to xz --best.
authorMatthias Klose <doko@ubuntu.com>
Tue, 23 May 2017 23:14:10 +0000 (23:14 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 23 May 2017 23:14:10 +0000 (23:14 +0000)
2017-05-23  Matthias Klose  <doko@ubuntu.com>

        * gcc_release (XZ): Default to xz --best.

From-SVN: r248392

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index c328ee83666c50b26f86099ab2cd7b2894095c34..813d92005a921c5735e2187ef32a3eedefbc96d3 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-23  Matthias Klose  <doko@ubuntu.com>
+
+       * gcc_release (XZ): Default to xz --best.
+
 2017-05-18  Matthias Klose  <doko@ubuntu.com>
 
        * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
index 142f99c085f1296aa7b09b5c4dd7be9460544b49..c8a398f84e6bbf1f1dacc6a5c5a7aa640b628607 100755 (executable)
@@ -548,7 +548,7 @@ FILE_LIST=""
 # Programs we use.
 
 BZIP2="${BZIP2:-bzip2}"
-XZ="${XZ:-xz}"
+XZ="${XZ:-xz --best}"
 CVS="${CVS:-cvs -f -Q -z9}"
 DIFF="${DIFF:-diff -Nrcpad}"
 ENV="${ENV:-env}"