[cdo] 05/06: further fixes for reproducibility
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Jun 9 07:45:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/1.7.0+dfsg.1-1
in repository cdo.
commit 1c2ba1f304f3c83bee1de7a4059214b87436251a
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Oct 29 16:33:32 2015 +0000
further fixes for reproducibility
---
debian/patches/reproducible-builds.patch | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/debian/patches/reproducible-builds.patch b/debian/patches/reproducible-builds.patch
index 62030b6..9d45ccc 100644
--- a/debian/patches/reproducible-builds.patch
+++ b/debian/patches/reproducible-builds.patch
@@ -32,6 +32,33 @@ Index: cdo-1.7.0+dfsg.1/libcdi/src/cdilib.c
const char *extLibraryVersion(void)
{
+@@ -21378,7 +21378,7 @@ static void file_table_print(void);
+ #define LIBVERSION 1.8.2
+ #define XSTRING(x) #x
+ #define STRING(x) XSTRING(x)
+-static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " __TIME__;
++static const char file_libvers[] = STRING(LIBVERSION);
+
+ /*
+ 21/05/2004 1.3.2 set min I/O Buffersize to 128k
+@@ -28911,7 +28911,7 @@ static int iegDefaultDprec = 0;
+ #define LIBVERSION 1.4.0
+ #define XSTRING(x) #x
+ #define STRING(x) XSTRING(x)
+-static const char ieg_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " __TIME__;
++static const char ieg_libvers[] = STRING(LIBVERSION) ;
+
+ const char *iegLibraryVersion(void)
+ {
+@@ -34154,7 +34154,7 @@ static int srvDefaultDprec = 0;
+ #define LIBVERSION 1.4.0
+ #define XSTRING(x) #x
+ #define STRING(x) XSTRING(x)
+-static const char srv_libvers[] = STRING(LIBVERSION) " of " __DATE__" " __TIME__;
++static const char srv_libvers[] = STRING(LIBVERSION);
+
+ const char *srvLibraryVersion(void)
+ {
Index: cdo-1.7.0+dfsg.1/libcdi/src/extralib.c
===================================================================
--- cdo-1.7.0+dfsg.1.orig/libcdi/src/extralib.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git
More information about the debian-science-commits
mailing list