[chocolate-doom] 07/08: Remove patches, applied upstream

Fabian Greffrath fabian at moszumanska.debian.org
Fri Dec 30 14:20:52 UTC 2016


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

fabian pushed a commit to branch master
in repository chocolate-doom.

commit 98d1223dad977d3314583907a6587cc9350c9acb
Author: Fabian Greffrath <fabian at debian.org>
Date:   Thu Dec 29 23:13:01 2016 +0100

    Remove patches, applied upstream
---
 ...he-MRJONES-cheat-report-the-same-version-.patch | 44 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 45 deletions(-)

diff --git a/debian/patches/0001-Hexen-Let-the-MRJONES-cheat-report-the-same-version-.patch b/debian/patches/0001-Hexen-Let-the-MRJONES-cheat-report-the-same-version-.patch
deleted file mode 100644
index 02d164f..0000000
--- a/debian/patches/0001-Hexen-Let-the-MRJONES-cheat-report-the-same-version-.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 2ecfe698d584cccfffdf96bf6ff238535cbc0e5a Mon Sep 17 00:00:00 2001
-From: Fabian Greffrath <fabian at greffrath.com>
-Date: Mon, 30 Nov 2015 21:35:40 +0100
-Subject: [PATCH] Hexen: Let the MRJONES cheat report the same version string
- as HEXEN.EXE
-
-Fixes #644
----
- src/hexen/h2def.h | 19 +++++++++++--------
- 1 file changed, 11 insertions(+), 8 deletions(-)
-
---- a/src/hexen/h2def.h
-+++ b/src/hexen/h2def.h
-@@ -58,19 +58,22 @@
- #endif
- 
- // Past distributions
--#ifndef VER_ID
--#define VER_ID "DVL"
--#endif
-+//#ifndef VER_ID
-+//#define VER_ID "DVL"
-+//#endif
- //#define HEXEN_VERSIONTEXT "ID V1.2"
- //#define HEXEN_VERSIONTEXT "RETAIL STORE BETA"               // 9/26/95
- //#define HEXEN_VERSIONTEXT "DVL BETA 10 05 95" // Used for GT for testing
- //#define HEXEN_VERSIONTEXT "DVL BETA 10 07 95" // Just an update for Romero
- //#define HEXEN_VERSIONTEXT "FINAL 1.0 (10 13 95)" // Just an update for Romero
--#ifdef RANGECHECK
--#define HEXEN_VERSIONTEXT "Version 1.1 +R "__DATE__" ("VER_ID")"
--#else
--#define HEXEN_VERSIONTEXT "Version 1.1 "__DATE__" ("VER_ID")"
--#endif
-+//#ifdef RANGECHECK
-+//#define HEXEN_VERSIONTEXT "Version 1.1 +R "__DATE__" ("VER_ID")"
-+//#else
-+//#define HEXEN_VERSIONTEXT "Version 1.1 "__DATE__" ("VER_ID")"
-+//#endif
-+#define HEXEN_VERSIONTEXT ((gamemode == shareware) ? \
-+                           "DEMO 10 16 95" : \
-+                           "VERSION 1.1 MAR 22 1996 (BCP)")
- 
- // all exterior data is defined here
- #include "xddefs.h"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1db4abc..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Hexen-Let-the-MRJONES-cheat-report-the-same-version-.patch

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



More information about the Pkg-games-commits mailing list