Revert tarball compression to gzip (#760099)
Debian has deprecated the use of bzip2 for tarballs since dpkg-1.17.7, released 2014-04-21. See: https://lintian.debian.org/tags/uses-deprecated-compression-for-data-tarball.html The choices going forward were to use gzip for maximum compatibility and speed, or to use xz for maximum compression. Since we strive for backwards compatibility, gzip was chosen. Bug 760099 - Revert tarball compression to gzip
This commit is contained in:
parent
28ad527874
commit
2f6325d0ef
|
@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([1.9])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue