This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit eac83d72e7cd82a8a07e601f2381b39b62b1b2fa Author: Guillem Jover <guil...@debian.org> Date: Sun Oct 29 15:37:54 2017 +0100 build: Set distribution tarball format to ustar Use it instead of the default v7 format. --- configure.ac | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d6c80d7..f6dff9f 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([1.11 -Wall foreign nostdinc no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.11 -Wall foreign nostdinc tar-ustar no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) # Require at least this gettext version, but will take any later version too. diff --git a/debian/changelog b/debian/changelog index 03893d0..0de3c8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium Spotted by Helge Kreutzmann <deb...@helgefjell.de>. - Document DPKG_COLORS environment variable for all programs using it. - Document DPKG_NLS environment variable for all programs using it. + * Build system: + - Set distribution tarball format to ustar, instead of default v7 format. * Packaging: - Install update-alternatives policykit-1 file. - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git