[fife] 01/03: Link gnukfreebsd10-config.py to gnukfreebsd9-config.py, thisa to fix builderror on kfreebsd. (Closes: #821765)

Tobias Frost tobi at moszumanska.debian.org
Sat Apr 23 19:47:42 UTC 2016


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

tobi pushed a commit to branch master
in repository fife.

commit 39a8bd5811afac27c4a38e757b7e8691d81c18f3
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Sat Apr 23 21:43:29 2016 +0200

    Link gnukfreebsd10-config.py to gnukfreebsd9-config.py, thisa to fix builderror on kfreebsd. (Closes: #821765)
---
 debian/changelog | 14 ++++++++------
 debian/rules     |  2 ++
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab268fb..2027002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
-fife (0.3.5-1) unstable; urgency=low
+fife (0.3.5-2) UNRELEASED; urgency=medium
 
-  * New upstream release
+  * Team upload.
+  * Link gnukfreebsd10-config.py to gnukfreebsd9-config.py, this
+    to fix builderror on kfreebsd. (Closes: #821765)
 
- -- Christoph Egger <christoph at debian.org>  Sun, 01 Sep 2013 16:48:59 +0200
+ -- Tobias Frost <tobi at debian.org>  Sat, 23 Apr 2016 21:06:09 +0200
 
-fife (0.3.4-3) unstable; urgency=low
+fife (0.3.5-1) unstable; urgency=low
 
-  * Upload to unstable
+  * New upstream release
 
- -- Christoph Egger <christoph at debian.org>  Sun, 23 Jun 2013 11:59:17 +0200
+ -- Christoph Egger <christoph at debian.org>  Sun, 01 Sep 2013 16:48:59 +0200
 
 fife (0.3.4-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 9ff9ff2..28dce13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ export PYVERS=$(shell pyversions -vr)
 override_dh_auto_configure:	$(PYVERS:%=debian/stamps/configure-python%)
 debian/stamps/configure-python%:
 	mkdir build-python$*
+	ln -s gnukfreebsd9-config.py build/gnukfreebsd10-config.py
 	cp -r build engine ext utils SConstruct setup.py test_fife.py build-python$*
 	find build-python$*/engine/core/ext/tinyxml -type f -a \! -name fife_tinyxml.h -delete
 	touch $@
@@ -34,6 +35,7 @@ debian/stamps/install-python%:
 override_dh_auto_clean:
 	rm -fr build-python*
 	rm -f debian/stamps/*
+	rm -f build/gnukfreebsd10-config.py
 	dh_clean
 
 # override_dh_builddeb:

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



More information about the Pkg-games-commits mailing list