r12939 - packages/trunk/megaglest/debian

Mark Vejvoda softcoder-guest at alioth.debian.org
Tue Dec 6 07:16:59 UTC 2011


Author: softcoder-guest
Date: 2011-12-06 07:16:59 +0000 (Tue, 06 Dec 2011)
New Revision: 12939

Modified:
   packages/trunk/megaglest/debian/
   packages/trunk/megaglest/debian/TODO
   packages/trunk/megaglest/debian/changelog
   packages/trunk/megaglest/debian/control
   packages/trunk/megaglest/debian/rules
Log:
updated megaglest for 3.6.0 on sid


Property changes on: packages/trunk/megaglest/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/megaglest_3.5.2.3.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/megaglest_3.6.0.1.orig.tar.xz

Modified: packages/trunk/megaglest/debian/TODO
===================================================================
--- packages/trunk/megaglest/debian/TODO	2011-12-05 22:43:01 UTC (rev 12938)
+++ packages/trunk/megaglest/debian/TODO	2011-12-06 07:16:59 UTC (rev 12939)
@@ -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

Modified: packages/trunk/megaglest/debian/changelog
===================================================================
--- packages/trunk/megaglest/debian/changelog	2011-12-05 22:43:01 UTC (rev 12938)
+++ packages/trunk/megaglest/debian/changelog	2011-12-06 07:16:59 UTC (rev 12939)
@@ -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 ]

Modified: packages/trunk/megaglest/debian/control
===================================================================
--- packages/trunk/megaglest/debian/control	2011-12-05 22:43:01 UTC (rev 12938)
+++ packages/trunk/megaglest/debian/control	2011-12-06 07:16:59 UTC (rev 12939)
@@ -22,22 +22,23 @@
   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

Modified: packages/trunk/megaglest/debian/rules
===================================================================
--- packages/trunk/megaglest/debian/rules	2011-12-05 22:43:01 UTC (rev 12938)
+++ packages/trunk/megaglest/debian/rules	2011-12-06 07:16:59 UTC (rev 12939)
@@ -6,7 +6,7 @@
 	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
 




More information about the Pkg-games-commits mailing list