[unknown-horizons] 08/11: Revert "Drop VERSION.patch. Fixed upstream."

Markus Koschany apo at moszumanska.debian.org
Sat Jul 8 00:20:01 UTC 2017


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

apo pushed a commit to branch master
in repository unknown-horizons.

commit 9da098a49c5be558b380a3d9ad8935ed3d150d69
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jul 8 01:10:27 2017 +0200

    Revert "Drop VERSION.patch. Fixed upstream."
    
    This reverts commit 578b0878e1510a14a7b1268e583291973adc196f.
    
    Obviously not fixed
---
 debian/patches/VERSION.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/VERSION.patch b/debian/patches/VERSION.patch
new file mode 100644
index 0000000..a0baa4f
--- /dev/null
+++ b/debian/patches/VERSION.patch
@@ -0,0 +1,26 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 20 Jan 2017 22:18:43 +0100
+Subject: VERSION
+
+Fix FTBFS due to undefined RELEASE_VERSION variable.
+Forwarded: no
+---
+ horizons/constants.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/horizons/constants.py b/horizons/constants.py
+index e4ff556..0f09c20 100644
+--- a/horizons/constants.py
++++ b/horizons/constants.py
+@@ -84,10 +84,9 @@ def get_git_version():
+ ##Versioning
+ class VERSION:
+ 	RELEASE_NAME    = "Unknown Horizons %s"
+-	RELEASE_VERSION = get_git_version()
+ 	# change for release:
+ 	IS_DEV_VERSION = True
+-	#RELEASE_VERSION = u'2017.1'
++	RELEASE_VERSION = u'2017.1'
+ 
+ 	REQUIRED_FIFE_MAJOR_VERSION = 0
+ 	REQUIRED_FIFE_MINOR_VERSION = 4
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..633fed8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+VERSION.patch

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



More information about the Pkg-games-commits mailing list