[quakespasm] 01/03: Drop another use of __DATE__ and __TIME__...
Stephen Kitt
skitt at moszumanska.debian.org
Sun May 3 17:06:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository quakespasm.
commit f5f30d069a673dec3e0d6a9f9bdc1df39517e332
Author: Stephen Kitt <steve at sk2.org>
Date: Sun May 3 19:01:51 2015 +0200
Drop another use of __DATE__ and __TIME__...
---
debian/changelog | 6 ++++++
debian/patches/reproducible-build.patch | 8 ++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ec5d8e9..f25ee30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+quakespasm (0.90.0-3) UNRELEASED; urgency=medium
+
+ * Drop another use of __DATE__ and __TIME__...
+
+ -- Stephen Kitt <skitt at debian.org> Sun, 03 May 2015 19:01:32 +0200
+
quakespasm (0.90.0-2) unstable; urgency=medium
* Drop __DATE__ and __TIME__ to make the build reproducible.
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index 208ec27..0c5504f 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -11,3 +11,11 @@ Author: Stephen Kitt <skitt at debian.org>
}
/* cvar callback functions : */
+@@ -844,7 +843,6 @@
+ NET_Init ();
+ SV_Init ();
+
+- Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
+ Con_Printf ("%4.1f megabyte heap\n", host_parms->memsize/ (1024*1024.0));
+
+ if (cls.state != ca_dedicated)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git
More information about the Pkg-games-commits
mailing list