From: James Addison Date: Mon, 27 Jan 2025 10:12:03 +0000 (+0100) Subject: Generate a deterministic gprofng example documentation tarball X-Git-Tag: archive/raspbian/2.44-3+rpi1^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87b6549286534d4066981671328b79459c3ad614;p=binutils.git Generate a deterministic gprofng example documentation tarball Bug-Debian: https://bugs.debian.org/1090395 Bug-Debian: https://bugs.debian.org/1092870 Last-Update: 2025-01-13 Gbp-Pq: Name gprofng-examples-tgz-deterministic.diff --- diff --git a/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am index 8678f22e3..d43992fb0 100644 --- a/gprofng/doc/Makefile.am +++ b/gprofng/doc/Makefile.am @@ -61,7 +61,7 @@ EXTRA_DIST = $(man_MANS) version.texi info: $(man_MANS) examples.tar.gz: - $(AM_V_at)( tar czf $@ $(srcdir)/../examples ) + $(AM_V_at)( tar czf $@ --sort=name --mtime="@${SOURCE_DATE_EPOCH}" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --mode=a=rX,u+w $(srcdir)/../examples ) .PHONY: install-data-local diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 162ae4b19..8f99c55c2 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -895,7 +895,7 @@ gprofng-display-text.1: $(srcdir)/gprofng-display-text.texi info: $(man_MANS) examples.tar.gz: - $(AM_V_at)( tar czf $@ $(srcdir)/../examples ) + $(AM_V_at)( tar czf $@ --sort=name --mtime="@${SOURCE_DATE_EPOCH}" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --mode=a=rX,u+w $(srcdir)/../examples ) .PHONY: install-data-local