[megaglest] 09/143: updated megaglest for 3.6.0 on sid
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository megaglest.
commit ac6dd3b55e176cde455b0c7ddd6cc650ed3fdadb
Author: Mark Vejvoda <mark_vejvoda at hotmail.com>
Date: Tue Dec 6 07:16:59 2011 +0000
updated megaglest for 3.6.0 on sid
---
debian/TODO | 7 -------
debian/changelog | 6 ++++++
debian/control | 19 ++++++++++---------
debian/rules | 2 +-
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/debian/TODO b/debian/TODO
index f6a035a..0a6b709 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,12 +1,5 @@
- make the game big endian friendly (post started on glest
forum: http://www.glest.org/board2/viewtopic.php?t=1426)
-- glest.ini should not contain references to a specific font,
- but should autodetect fonts present on the system and create
- the ugly '-*-fixed-bold-r-normal--*-*-*-*-*-*-*-*' things
- NOTE: If specific fonts don't exist megaglest falls back to fixed
- (BTW, why don't they just kill this retareded way of
- specifying fonts? This is planned for the next release, that is using a
- proper font library)
- see what patches were added by other distros:
- update debian/glest.6 to add information about the new options
added for multiplayer games
diff --git a/debian/changelog b/debian/changelog
index b961131..e4fba33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+megaglest (3.6.0.1-1) UNRELEASED; urgency=low
+
+ [ Mark Vejvoda ]
+ * updated for 3.6.0 release
+ -- Mark Vejvoda <mark_vejvoda at hotmail.com> Mon, 5 Dec 2011 21:19:21 -0700
+
megaglest (3.5.2.3-1) UNRELEASED; urgency=low
[ Alexander Reichle-Schmehl ]
diff --git a/debian/control b/debian/control
index 0d0d3ca..9f0813f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,22 +22,23 @@ Build-Depends: debhelper (>= 7.0.50~),
libminiupnpc-dev,
libircclient-dev,
libwxgtk2.8-dev,
- libxml2
+ libxml2,
+ libftgl-dev,
+ libglew-dev
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/megaglest/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/megaglest/?op=log
-Homepage: http://www.megaglest.org/
+Homepage: http://megaglest.org/
Package: glest
- Depends: megaglest
- Architecture: all
- Depends: ${misc:Depends}
- Section: oldlibs
- Description: transitional dummy package
+Depends: megaglest, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package
Package: megaglest
-Replaces: glest (<< 3.5.2-1~)
-Breaks: glest (<< 3.5.2-1~)
+Replaces: glest (<< 3.5.2.3-1~)
+Breaks: glest (<< 3.5.2.3-1~)
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, p7zip-full, megaglest-data (>= ${source:Version})
Description: a free 3D real-time customizable strategy game
diff --git a/debian/rules b/debian/rules
index da62832..b0f5a96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ override_dh_auto_configure:
rm -rf source/shared_lib/include/platform/miniupnpc
rm -rf source/shared_lib/sources/libircclient
rm -rf source/shared_lib/sources/platform/miniupnpc
- dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/
+ dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ -DMINIUPNPC_VERSION_PRE1_6=On
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git
More information about the Pkg-games-commits
mailing list