[pcsxr] 03/04: Remove use of __DATE__ to make the build reproducible

James Cowgill jcowgill-guest at moszumanska.debian.org
Fri Apr 1 22:39:54 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository pcsxr.

commit 38531277fea11593708bab69c05828ade43920ef
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri Apr 1 23:07:04 2016 +0100

    Remove use of __DATE__ to make the build reproducible
---
 debian/patches/08_reproducible.patch | 16 ++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/08_reproducible.patch b/debian/patches/08_reproducible.patch
new file mode 100644
index 0000000..4182455
--- /dev/null
+++ b/debian/patches/08_reproducible.patch
@@ -0,0 +1,16 @@
+Description: Remove use of __DATE__ to make the build reproducible
+Author: James Cowgill <jcowgill at debian.org>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/libpcsxcore/r3000a.c
++++ b/libpcsxcore/r3000a.c
+@@ -31,7 +31,7 @@ R3000Acpu *psxCpu = NULL;
+ psxRegisters psxRegs;
+ 
+ int psxInit() {
+-	SysPrintf(_("Running PCSXR Version %s (%s).\n"), PACKAGE_VERSION, __DATE__);
++	SysPrintf(_("Running PCSXR Version %s.\n"), PACKAGE_VERSION);
+ 
+ #ifdef PSXREC
+ 	if (Config.Cpu == CPU_INTERPRETER) {
diff --git a/debian/patches/series b/debian/patches/series
index 8406d06..e73ce74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 05_format-security.patch
 06_warnings.patch
 07_non-linux-ip-addr.patch
+08_reproducible.patch

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



More information about the Pkg-games-commits mailing list