Source: torus-trooper Version: 0.22.dfsg1-9 Severity: wishlist Tags: patch User: [email protected] Usertags: locale X-Debbugs-Cc: [email protected]
Hi! While working on the "reproducible builds" effort [1], we have noticed that torus-trooper could not be built reproducibly. The list of sources is sorted differently depending on the configured locale. The attached patch fixes this by sorting with the locale set to C. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/patches/fixes.patch b/debian/patches/fixes.patch index 0197fa6..3405e46 100644 --- a/debian/patches/fixes.patch +++ b/debian/patches/fixes.patch @@ -5,7 +5,7 @@ +++ b/Makefile @@ -0,0 +1,11 @@ +GDC=gdc -+DSRC=$(shell find import src -name '*.d' | sort) ++DSRC=$(shell find import src -name '*.d' | LC_ALL=C sort) +EXE=torus-trooper + +all: $(EXE)
signature.asc
Description: OpenPGP digital signature

