[slicot] 03/07: d/rules: make build reproducible (fix file ordering issue).
Sébastien Villemot
sebastien at debian.org
Sun Jun 26 21:40:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository slicot.
commit 60dda45b4bba06daa49cad4c9baec5fd4ae781a9
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Jun 26 23:33:35 2016 +0200
d/rules: make build reproducible (fix file ordering issue).
Closes: #826951
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0fd6b3a..357074e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ LDFLAGS += -Wl,--as-needed
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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slicot.git
More information about the debian-science-commits
mailing list