File: reproducible-builds.patch

package info (click to toggle)
libhdf4 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,288 kB
  • sloc: ansic: 128,699; sh: 15,015; fortran: 12,444; java: 5,863; xml: 1,205; makefile: 790; yacc: 678; pascal: 418; perl: 360; javascript: 203; lex: 163; csh: 41
file content (33 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: Remove settings that make the build unreproducible.
Author: Bas Couwenberg <sebastic@debian.org>
Bug-Debian: https://bugs.debian.org/825540
Forwarded: not-needed

--- a/libhdf4.settings.in
+++ b/libhdf4.settings.in
@@ -4,11 +4,7 @@
 General Information:
 -------------------
 		   HDF4 Version: @H4_VERSION@
-		  Configured on: @CONFIG_DATE@
-		  Configured by: @CONFIG_USER@
 		 Configure mode: @CONFIG_MODE@
-		    Host system: @host_cpu@-@host_vendor@-@host_os@
-              Uname information: @UNAME_INFO@
 		      Libraries: @STATIC_SHARED@
 	     Installation point: @prefix@
 
--- a/config/cmake/libhdf4.settings.cmake.in
+++ b/config/cmake/libhdf4.settings.cmake.in
@@ -4,11 +4,7 @@
 General Information:
 -------------------
                    HDF4 Version: @HDF4_PACKAGE_VERSION_STRING@
-                  Configured on: @CONFIG_DATE@
-                  Configured by: @CMAKE_GENERATOR@
                  Configure mode: CMAKE @CMAKE_VERSION@
-                    Host system: @CMAKE_HOST_SYSTEM@
-              Uname information: @CMAKE_SYSTEM_NAME@
                       Libraries: @BUILD_NAME_EXT@
              Installation point: @CMAKE_INSTALL_PREFIX@