[ncl] 04/22: reproducible.patch: remove timestamps to make build reproducible

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Apr 18 15:04:46 UTC 2017


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

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

commit e832aa9f481d449471baacb2da3a05fe57966f70
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Nov 21 11:57:59 2015 +0000

    reproducible.patch: remove timestamps to make build reproducible
---
 debian/changelog                  |  6 ++++++
 debian/patches/reproducible.patch | 19 +++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cc2a37a..b4e67ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ncl (6.3.0-4) unstable; urgency=medium
+
+  * reproducible.patch: remove timestamps to make build reproducible
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 21 Nov 2015 11:57:25 +0000
+
 ncl (6.3.0-4~exp2) experimental; urgency=medium
 
   * Move /etc/bash_completions.d/* to new /usr/share/bash_completions 
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..97c7d20
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,19 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Remove timestamps to make build reproducible
+Forwarded: no
+Last-Updated: 2015-11-22
+
+Index: ncl-6.3.0/ncarg2d/src/libncarg_gks/cdrivers/ps.c
+===================================================================
+--- ncl-6.3.0.orig/ncarg2d/src/libncarg_gks/cdrivers/ps.c
++++ ncl-6.3.0/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");
diff --git a/debian/patches/series b/debian/patches/series
index ec016da..969a66c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ nio-path.patch
 ftuser.patch
 ncldriver.patch
 deblibs.patch
+reproducible.patch

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



More information about the debian-science-commits mailing list