File: reproducible.patch

package info (click to toggle)
ncl 6.6.2.dfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 230,768 kB
  • sloc: ansic: 636,074; fortran: 443,915; csh: 19,652; sed: 11,224; yacc: 4,248; f90: 4,079; sh: 3,284; xml: 1,928; python: 1,841; lex: 1,298; perl: 995; java: 447; makefile: 389; objc: 291
file content (19 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Remove timestamps to make build reproducible
Forwarded: no
Last-Updated: 2017-04-17

Index: ncl-6.6.2/ncarg2d/src/libncarg_gks/cdrivers/ps.c
===================================================================
--- ncl-6.6.2.orig/ncarg2d/src/libncarg_gks/cdrivers/ps.c
+++ ncl-6.6.2/ncarg2d/src/libncarg_gks/cdrivers/ps.c
@@ -438,8 +438,7 @@ void PSpreamble (PSddp *psa, preamble_ty
                         (void) fprintf(fp, "%%%%PageOrder: Ascend\n");
                 }
                 (void) fprintf(fp, "%%%%Creator: NCAR GKS\n");
-                (void) fprintf(fp, "%%%%CreationDate: %s %s\n",
-                                        __DATE__,__TIME__);
+
                 if (psa->type != RPS) {
                   (void) fprintf(psa->file_pointer, 
                               "%%%%BoundingBox: (atend)\n");