[mednafen] 01/01: Help make the build reproducible by dropping __DATE__ and __TIME__.

Stephen Kitt skitt at moszumanska.debian.org
Sat Feb 14 13:01:38 UTC 2015


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

skitt pushed a commit to branch master
in repository mednafen.

commit 2c6df8c8125cc772ffc90fbe199518dd07d4151e
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Feb 14 14:01:22 2015 +0100

    Help make the build reproducible by dropping __DATE__ and __TIME__.
---
 debian/changelog                  |  6 ++++++
 debian/patches/reproducible.patch | 14 ++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index df8e074..6877c9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mednafen (0.9.37.1-2) UNRELEASED; urgency=medium
+
+  * Help make the build reproducible by dropping __DATE__ and __TIME__.
+
+ -- Stephen Kitt <skitt at debian.org>  Sat, 14 Feb 2015 14:01:01 +0100
+
 mednafen (0.9.37.1-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..04b2e47
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,14 @@
+Description: Allow the build to be reproducible
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/qtrecord.cpp
++++ b/src/qtrecord.cpp
+@@ -1047,7 +1047,7 @@
+ 
+   atom_begin("@swr");
+ 
+-   qtfile.put_string("Mednafen " MEDNAFEN_VERSION " -- qtrecord.cpp compiled " __DATE__ " " __TIME__);
++   qtfile.put_string("Mednafen " MEDNAFEN_VERSION);
+ 
+   atom_end();
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 593166b..28026a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 use-system-tremor.patch
 use-system-mpcdec.patch
 use-system-trio.patch
+reproducible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednafen.git



More information about the Pkg-games-commits mailing list