Description: Sort list of maps
 Sort list of maps, to get reproducible build.
Author: Alexis Bienvenüe <pado@passoire.fr>
--- crawl-0.17.1.orig/source/Makefile
+++ crawl-0.17.1/source/Makefile
@@ -1425,7 +1425,7 @@ endif
 	$(COPY_R) dat/dlua/* $(datadir_fp)/dat/dlua/
 	echo "-- Autogenerated list of maps to load and compile:" \
 	    >$(datadir_fp)/dat/dlua/loadmaps.lua
-	find dat -name '*.des'|sed s:dat/::| \
+	find dat -name '*.des'|LC_ALL=C sort|sed s:dat/::| \
 	while read x; \
 	    do echo "dgn.load_des_file('$$x')"; \
 	    done >>$(datadir_fp)/dat/dlua/loadmaps.lua
