[unknown-horizons] 10/11: Rebase VERSION.patch.

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 41a693a540d5d0dbd822c7ba333832f23a847df7
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jul 8 01:13:34 2017 +0200

    Rebase VERSION.patch.
---
 debian/patches/VERSION.patch | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/patches/VERSION.patch b/debian/patches/VERSION.patch
index 63b9757..0eb5086 100644
--- a/debian/patches/VERSION.patch
+++ b/debian/patches/VERSION.patch
@@ -1,25 +1,27 @@
 From: Markus Koschany <apo at debian.org>
-Date: Fri, 20 Jan 2017 22:18:43 +0100
+Date: Sat, 8 Jul 2017 01:14:32 +0200
 Subject: VERSION
 
-Fix FTBFS due to undefined RELEASE_VERSION variable.
+Fix FTBFS due to missing RELEASE_VERSION.
+
 Forwarded: no
 ---
- horizons/constants.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ horizons/constants.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/horizons/constants.py b/horizons/constants.py
-index e4ff556..0f09c20 100644
+index 5afd982..77321ee 100644
 --- a/horizons/constants.py
 +++ b/horizons/constants.py
-@@ -84,10 +84,9 @@ def get_git_version():
+@@ -84,10 +84,10 @@ def get_git_version():
  ##Versioning
  class VERSION:
  	RELEASE_NAME    = "Unknown Horizons %s"
 -	RELEASE_VERSION = get_git_version()
++        #RELEASE_VERSION = get_git_version()
  	# change for release:
  	IS_DEV_VERSION = True
--	#RELEASE_VERSION = u'2017.1'
+-	#RELEASE_VERSION = u'2017.2'
 +	RELEASE_VERSION = u'2017.2'
  
  	REQUIRED_FIFE_MAJOR_VERSION = 0

-- 
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