[metview] 06/06: Fix dates in MVVersionDetais

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 21 19:38:09 UTC 2015


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

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

commit 19a0c6e14fa33a142d8b5d765f1f2411f06fdd29
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 21 13:35:16 2015 +0100

    Fix dates in MVVersionDetais
---
 debian/changelog                        |  1 +
 debian/patches/reproducible-build.patch | 12 ++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bd2cee3..b68b212 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ metview (4.5.7-1) UNRELEASED; urgency=medium
 
   * New upstream release. 
    - Qt5 now merged upstream.
+  * Add patch to make build reproducible - fix dates in MvVersionDetails
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 20 Oct 2015 20:01:18 +0100
 
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..b13abca
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,12 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Hard-code dates to make the build reproducible
+Last-Updated: 2015-10-21
+Forwarded: not-needed
+
+Index: metview-4.5.7/share/metview/app-defaults/MvVersionDetails.in
+===================================================================
+--- metview-4.5.7.orig/share/metview/app-defaults/MvVersionDetails.in
++++ metview-4.5.7/share/metview/app-defaults/MvVersionDetails.in
+@@ -1 +1 @@
+-1 Metview @metview_MAJOR_VERSION_STR@ @metview_MINOR_VERSION_STR@ @metview_REVISION_VERSION_STR@ @THIS_YEAR@ 1990- at THIS_YEAR@ @THIS_VERBOSE_DATE@
++1 Metview @metview_MAJOR_VERSION_STR@ @metview_MINOR_VERSION_STR@ @metview_REVISION_VERSION_STR@ 2015 1990-2015 21-October-2015
diff --git a/debian/patches/series b/debian/patches/series
index 47111fa..f7694f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ fix-scripts.patch
 cmake-fixes.patch
 mv_compress.patch
 # qt5.patch
+reproducible-build.patch

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



More information about the debian-science-commits mailing list