File: reproducible-settings.patch

package info (click to toggle)
netcdf-parallel 1%3A4.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,352 kB
  • sloc: ansic: 229,114; sh: 11,180; yacc: 2,561; makefile: 1,390; lex: 1,173; xml: 173; awk: 2
file content (27 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
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
Description: Remove settings that make the build unreproducible.
 Updating previous patch
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926421
Forwarded: no
Last-Updated: 2020-09-08

Index: netcdf-parallel-4.7.4/libnetcdf.settings.in
===================================================================
--- netcdf-parallel-4.7.4.orig/libnetcdf.settings.in
+++ netcdf-parallel-4.7.4/libnetcdf.settings.in
@@ -5,15 +5,12 @@
 -------
 NetCDF Version:		@PACKAGE_VERSION@
 Dispatch Version:       @NC_DISPATCH_VERSION@
-Configured On:		@CONFIG_DATE@
-Host System:		@host_cpu@-@host_vendor@-@host_os@
 Build Directory: 	@abs_top_builddir@
 Install Prefix:         @prefix@
 
 # Compiling Options
 -----------------
 C Compiler:		@CC_VERSION@
-CFLAGS:			@CFLAGS@
 CPPFLAGS:		@CPPFLAGS@
 LDFLAGS:		@LDFLAGS@
 AM_CFLAGS:		@AM_CFLAGS@