[grads] 06/20: Drop kernel name from configure, for reproducible builds

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed May 17 11:13:05 UTC 2017


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

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

commit 5efae00409280ad1e58549e710f23e002aee1407
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Sep 4 09:13:56 2016 +0100

    Drop kernel name from configure, for reproducible builds
---
 debian/changelog                         |  6 ++++++
 debian/patches/reproducible-builds.patch | 24 +++++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 414f3b2..ac0e57d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grads (2:2.1.a3-3) unstable; urgency=medium
+
+  * Drop kernel name from configure, for reproducible builds
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 09 Jul 2016 12:10:36 +0100
+
 grads (2:2.1.a3-2) unstable; urgency=medium
 
   * Remove unnecessary dependencies on openjpeg, libpng. Closes: #826815
diff --git a/debian/patches/reproducible-builds.patch b/debian/patches/reproducible-builds.patch
index a7fd69d..1e8296c 100644
--- a/debian/patches/reproducible-builds.patch
+++ b/debian/patches/reproducible-builds.patch
@@ -1,19 +1,20 @@
 Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Remove build_date so that build is bit-reproducible.
-Last-Updated: 2015-07-06
+Last-Updated: 2016-07-10
 Forwarded: no
 
-Index: grads-2.1~a3/configure
+Index: grads-2.1.a3/configure
 ===================================================================
---- grads-2.1~a3.orig/configure
-+++ grads-2.1~a3/configure
+--- grads-2.1.a3.orig/configure
++++ grads-2.1.a3/configure
 @@ -23306,13 +23306,11 @@ fi
  
  
  
 -build_date=`date +%D`
- build_host=`uname -sr`
+-build_host=`uname -sr`
 -build_info="Built `date` for ${host}"
++build_host='debian'
  
     echo \
  "  +=========================================================================+"
@@ -31,17 +32,18 @@ Index: grads-2.1~a3/configure
  
                      ac_config_files="$ac_config_files Makefile src/Makefile"
  
-Index: grads-2.1~a3/configure.ac
+Index: grads-2.1.a3/configure.ac
 ===================================================================
---- grads-2.1~a3.orig/configure.ac
-+++ grads-2.1~a3/configure.ac
-@@ -981,13 +981,11 @@ dnl ------------------------------------
+--- grads-2.1.a3.orig/configure.ac
++++ grads-2.1.a3/configure.ac
+@@ -985,13 +985,11 @@ dnl ------------------------------------
  dnl Print summary and write output files
  dnl ----------------------------------------------------
  
 -build_date=`date +%D`
- build_host=`uname -sr`
+-build_host=`uname -sr`
 -build_info="Built `date` for ${host}"
++build_host='debian'
  
     echo \
  "  +=========================================================================+"
@@ -50,7 +52,7 @@ Index: grads-2.1~a3/configure.ac
     echo \
  "  +=========================================================================+"
     echo     
-@@ -1088,7 +1086,7 @@ echo AC_PACKAGE_VERSION > src/VERSION
+@@ -1092,7 +1090,7 @@ echo AC_PACKAGE_VERSION > src/VERSION
  
  echo "configure: creating src/buildinfo.h"
  mkdir -p src

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



More information about the debian-science-commits mailing list