Source: slicot Version: 5.0+20101122-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: fileordering X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Dear Maintainer, While working on the "reproducible builds" effort [1], we have noticed that 'slicot' could not be built reproducibly. The attached patch fixes the order files are passed to `ar'. Once applied, slicot can be built reproducibly in our current experimental framework. Regards, Alexis Bienvenüe. [1]: https://wiki.debian.org/ReproducibleBuilds
diff -Nru slicot-5.0+20101122/debian/rules slicot-5.0+20101122/debian/rules --- slicot-5.0+20101122/debian/rules 2013-05-18 14:55:08.000000000 +0200 +++ slicot-5.0+20101122/debian/rules 2016-06-10 14:39:29.000000000 +0200 @@ -21,7 +21,7 @@ SO=0 VERS=$(SO).0 -SLICOT_SRC=$(shell echo src/*.f) +SLICOT_SRC=$(sort $(shell echo src/*.f)) SLICOT_OBJ=$(SLICOT_SRC:.f=.o) debian/shared_dir debian/static_dir debian/shared64_dir: