[ecflow] 31/50: make build reproducible

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository ecflow.

commit e199c71fdabc9ccbae77278a63a7b74410d04af9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jul 15 16:10:26 2017 +0100

    make build reproducible
---
 debian/patches/reproducible.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..358075f
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,13 @@
+Index: ecflow-4.6.1/ACore/src/Version.cpp
+===================================================================
+--- ecflow-4.6.1.orig/ACore/src/Version.cpp
++++ ecflow-4.6.1/ACore/src/Version.cpp
+@@ -85,7 +85,7 @@ std::string Version::description()
+    ss << " openssl";
+ #endif
+ 
+-   ss << " Compiled on " << __DATE__ << " " << __TIME__;
++   ss << " Debian build";
+    return ss.str();
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git



More information about the debian-science-commits mailing list