Source: val-and-rick
Version: 0.1a.dfsg1-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi!

While working on the "reproducible builds"€ effort [1], we have noticed
that val-and-rick could not be built reproducibly.
The order of source files varies depending on the locale.

The attached patch fixes this by setting LC_ALL to C before sorting.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index dbb74da..6b02695 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -5,7 +5,7 @@
 +++ b/Makefile
 @@ -0,0 +1,12 @@
 +GDC=gdc
-+DSRC=$(shell find import src/abagames -name "*.d" | sort)
++DSRC=$(shell find import src/abagames -name "*.d" | LC_ALL=C sort)
 +EXE=val-and-rick
 +
 +all: $(EXE)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to