From dbfb691c5b4bc66682657ebf124815f5b93fcdbd Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Wed, 17 Apr 2024 00:06:09 +0200 Subject: maint: Use "ustar" format for tarball again. This is a follow-up to commit b0c33b1997e4a02e048ceac445b156b3a1eed76d maint: Use reproducible timestamps and name for tarball. * Makefile.am (am__tar): Add --format=ustar. Change-Id: I1e499c413703105704f49a84868ec10de69846fb --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5f0809ee00..147767ece4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1033,6 +1033,7 @@ dist-with-updated-version: override GZIP_ENV = --best --no-name # Be friendly to Debian; avoid using EPOCH override am__tar = $${TAR-tar} \ + --format=ustar \ --sort=name \ --mode=go=rX,u+rw,a-s \ --mtime=@$$(cat "$$tardir"/.tarball-timestamp) \ -- cgit v1.2.3