[prboom+] 08/11: Remove reproducible-build.patch, applied upstream
Fabian Greffrath
fabian at moszumanska.debian.org
Wed Jan 3 11:57:58 UTC 2018
This is an automated email from the git hooks/post-receive script.
fabian pushed a commit to annotated tag debian/2%2.5.1.5+svn4531+dfsg1-1
in repository prboom+.
commit 9080ec86fffaccf02bbc4c8d21543b66f872c819
Author: Fabian Greffrath <fabian at debian.org>
Date: Wed Jan 3 12:46:32 2018 +0100
Remove reproducible-build.patch, applied upstream
---
debian/patches/reproducible-build.patch | 29 -----------------------------
debian/patches/series | 1 -
2 files changed, 30 deletions(-)
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
deleted file mode 100644
index 843635d..0000000
--- a/debian/patches/reproducible-build.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Remove timestamps from CPP macros
- The C pre-processor macros '__DATE__' and '__TIME__' capture the current time
- and thus will obviously make a build unreproducible. Usage of these macros
- must simply be removed in order to make builds reproducible.
-Author: Fabian Greffrath <fabian+debian at greffrath.com>
-
---- a/src/version.c
-+++ b/src/version.c
-@@ -35,4 +35,3 @@
-
- #include "version.h"
-
--const char version_date[] = __DATE__ " " __TIME__;
---- a/src/d_main.c
-+++ b/src/d_main.c
-@@ -1480,11 +1480,11 @@ static void D_DoomMainSetup(void)
- }
-
- /* cphipps - the main display. This shows the build date, copyright, and game type */
-- lprintf(LO_ALWAYS,PACKAGE_NAME" (built %s), playing: %s\n"
-+ lprintf(LO_ALWAYS,PACKAGE_NAME", playing: %s\n"
- PACKAGE_NAME" is released under the GNU General Public license v2.0.\n"
- "You are welcome to redistribute it under certain conditions.\n"
- "It comes with ABSOLUTELY NO WARRANTY. See the file COPYING for details.\n",
-- version_date, doomverstr);
-+ doomverstr);
- }
-
- if (devparm)
diff --git a/debian/patches/series b/debian/patches/series
index 968730c..913e97e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
config-debian.patch
-reproducible-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/prboom+.git
More information about the Pkg-games-commits
mailing list