This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository quakespasm.
commit 7eb6bc509fe76051f2d6d455941a9a1af6d39b28 Author: Stephen Kitt <[email protected]> Date: Thu Apr 30 17:20:17 2015 +0200 Drop __DATE__ and __TIME__ to make the build reproducible. --- debian/changelog | 6 ++++++ debian/patches/reproducible-build.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 01eaccc..1ecc398 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +quakespasm (0.90.0-2) UNRELEASED; urgency=medium + + * Drop __DATE__ and __TIME__ to make the build reproducible. + + -- Stephen Kitt <[email protected]> Thu, 30 Apr 2015 17:19:46 +0200 + quakespasm (0.90.0-1) experimental; urgency=medium * New upstream release. diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch new file mode 100644 index 0000000..208ec27 --- /dev/null +++ b/debian/patches/reproducible-build.patch @@ -0,0 +1,13 @@ +Description: Make the build reproducible +Author: Stephen Kitt <[email protected]> + +--- a/Quake/host.c ++++ b/Quake/host.c +@@ -221,7 +221,6 @@ + { + Con_Printf ("Quake Version %1.2f\n", VERSION); + Con_Printf ("QuakeSpasm Version %1.2f.%d\n", QUAKESPASM_VERSION, QUAKESPASM_VER_PATCH); +- Con_Printf ("Exe: "__TIME__" "__DATE__"\n"); + } + + /* cvar callback functions : */ diff --git a/debian/patches/series b/debian/patches/series index be28127..d7adc84 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ remove-redundant-linking.patch mp3-copyright.patch use-inherited-build-flags.patch mkpak-bashism.patch +reproducible-build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

