Martin Uecker pushed to branch master at Debian Med / bart
Commits: 0584afda by Martin Uecker at 2026-06-03T23:58:10+02:00 sort source files - - - - - 2 changed files: - + debian/patches/0010-sort-source-files.patch - debian/patches/series Changes: ===================================== debian/patches/0010-sort-source-files.patch ===================================== @@ -0,0 +1,23 @@ +From: Martin Uecker <[email protected]> +Date: Wed, 3 Jun 2026 23:20:08 +0200 +Subject: sort source files + +--- + Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile b/Makefile +index 16f4743..df2e05f 100644 +--- a/Makefile ++++ b/Makefile +@@ -729,8 +729,8 @@ vpath % commands/ + boxextrasrcs := $(XTARGETS:%=src/%.c) + + define alib +-$(1)srcs := $(wildcard $(srcdir)/$(1)/*.c) +-$(1)cudasrcs := $(wildcard $(srcdir)/$(1)/*.cu) ++$(1)srcs := $(sort $(wildcard $(srcdir)/$(1)/*.c)) ++$(1)cudasrcs := $(sort $(wildcard $(srcdir)/$(1)/*.cu)) + $(1)objs := $$($(1)srcs:.c=.o) + $(1)winobjs := $$($(1)srcs:.c=.win.o) + $(1)objs += $$($(1)extrasrcs:.c=.o) ===================================== debian/patches/series ===================================== @@ -7,3 +7,4 @@ 0007-fix-initialization-for-direct-call-of-tools.patch 0008-do-not-delete-command.txt.patch 0009-deterministic-archives.patch +0010-sort-source-files.patch View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/0584afda36114e46136ebf47f82985fd49d835cc -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/0584afda36114e46136ebf47f82985fd49d835cc 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
