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

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

commit cf17c2abfc8699053906339fe7351304463ce098
Author: Markus Koschany <[email protected]>
Date:   Sat Jan 21 02:59:51 2017 +0100

    Fix VERSION.patch and prevent a startup error
---
 debian/patches/VERSION.patch | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/patches/VERSION.patch b/debian/patches/VERSION.patch
index 73dc482..a0baa4f 100644
--- a/debian/patches/VERSION.patch
+++ b/debian/patches/VERSION.patch
@@ -5,11 +5,11 @@ Subject: VERSION
 Fix FTBFS due to undefined RELEASE_VERSION variable.
 Forwarded: no
 ---
- horizons/constants.py | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
+ horizons/constants.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/horizons/constants.py b/horizons/constants.py
-index e4ff556..3fb7a15 100644
+index e4ff556..0f09c20 100644
 --- a/horizons/constants.py
 +++ b/horizons/constants.py
 @@ -84,10 +84,9 @@ def get_git_version():
@@ -18,9 +18,8 @@ index e4ff556..3fb7a15 100644
        RELEASE_NAME    = "Unknown Horizons %s"
 -      RELEASE_VERSION = get_git_version()
        # change for release:
--      IS_DEV_VERSION = True
+       IS_DEV_VERSION = True
 -      #RELEASE_VERSION = u'2017.1'
-+      IS_DEV_VERSION = False
 +      RELEASE_VERSION = u'2017.1'
  
        REQUIRED_FIFE_MAJOR_VERSION = 0

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to