Martin Uecker pushed to branch master at Debian Med / bart
Commits: d226a3e5 by Martin Uecker at 2026-05-10T08:44:23+02:00 deterministic archives - - - - - 2 changed files: - + debian/patches/0009-deterministic-archives.patch - debian/patches/series Changes: ===================================== debian/patches/0009-deterministic-archives.patch ===================================== @@ -0,0 +1,28 @@ +From: Martin Uecker <[email protected]> +Date: Sun, 10 May 2026 08:43:28 +0200 +Subject: deterministic archives + +--- + Makefile | 9 ++------- + 1 file changed, 2 insertions(+), 7 deletions(-) + +diff --git a/Makefile b/Makefile +index 77d7a70..f5afd7d 100644 +--- a/Makefile ++++ b/Makefile +@@ -122,13 +122,8 @@ else + endif + + +-ifeq ($(BUILDTYPE), Linux) +- # as the defaults changed on most Linux distributions +- # explicitly specify non-deterministic archives to not break make +- ARFLAGS ?= rsU +-else +- ARFLAGS ?= rs +-endif ++ ++ARFLAGS ?= rs + + + ifeq ($(UNAME),Cygwin) ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ 0006-remove-exec-command-mechanism.patch 0007-fix-initialization-for-direct-call-of-tools.patch 0008-do-not-delete-command.txt.patch +0009-deterministic-archives.patch View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/d226a3e5921193fd9758d013d9bf16a4a28f7abd -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/d226a3e5921193fd9758d013d9bf16a4a28f7abd You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
