Author: ceros-guest
Date: 2007-07-04 05:29:42 +0000 (Wed, 04 Jul 2007)
New Revision: 3219

Modified:
   packages/trunk/vegastrike/debian/README.Debian
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/control
   packages/trunk/vegastrike/debian/rules
Log:
Fixing numerous bugs for vegastrike.

Modified: packages/trunk/vegastrike/debian/README.Debian
===================================================================
--- packages/trunk/vegastrike/debian/README.Debian      2007-07-03 20:27:26 UTC 
(rev 3218)
+++ packages/trunk/vegastrike/debian/README.Debian      2007-07-04 05:29:42 UTC 
(rev 3219)
@@ -16,3 +16,19 @@
 http://vegastrike.sourceforge.net/phpwiki/index.php/VegastrikeWiki
 
  -- Mike Furr <[EMAIL PROTECTED]>, Sun Feb 20 17:29:08 2005
+
+vegastrike.config
+-----------------
+
+This section only pertains to anyone who may have had memory issues playing
+vegastrike. For complete information on using the vegastrike.config file, go
+to the go to http://vegastrike.sourceforge.net/wiki/Manual .
+
+The vegastrike-data package contains the default vegastrike.config file that
+gets installed under ~/.vegastrike-0.4.x. It has been patched so the
+max_texture_dimension has a more sane value. The value upstream is at 65536.
+The value for the Debian packages will be defaulted to 512. This option can
+be changed to a lower or higher value. 256 is playable, but ugly. 512 is
+optimal for most machines. A value of 1024 or above will heavily tax any
+computer's memory, sometimes to the point where the vegastrike process is
+killed automatically.

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog  2007-07-03 20:27:26 UTC (rev 
3218)
+++ packages/trunk/vegastrike/debian/changelog  2007-07-04 05:29:42 UTC (rev 
3219)
@@ -20,11 +20,17 @@
   * Taking out use of rebootstrap patch. Autotools will be used instead.
   * Renamed accountserver binary to vsaccountserver.
   * Tar-in-tar build method will be used again.
-  * Building vslauncher binary again.
+  * Building vslauncher binary again. (Closes: 297815)
   * Modified vegastrike man page.
     + vegstrike man page will contain information for all binaries.
     + man pages for other binaries will link to vegastrike man page.
   * Package's long description will mention the homepage.
+  * Removing xgot hack as it's no longer needed. (Closes: 374798)
+  * Closing bug with glibc error. (Closes: 362314)
+    + This bug cannot be reproduced, may have been fixed already.
+  * Closing bug with soundserver problem. (Closes: 377735)
+    + This bug cannot be reproduced, may have been fixed already.
+  * Changed build dependency to freeglut3-dev (Closes: 394504).
 
   [ Emmet Hikory ]
   * Install .desktop file to /usr/share/applications/

Modified: packages/trunk/vegastrike/debian/control
===================================================================
--- packages/trunk/vegastrike/debian/control    2007-07-03 20:27:26 UTC (rev 
3218)
+++ packages/trunk/vegastrike/debian/control    2007-07-04 05:29:42 UTC (rev 
3219)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Andres Mejia <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), dpatch, automake, autoconf, 
libboost-python-dev, libgtk2.0-dev, libopenal-dev, libalut-dev, 
libgl1-mesa-dev, libexpat1-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, 
libpng12-dev, libjpeg62-dev, libglut3-dev, libxmu-dev
+Build-Depends: debhelper (>= 5), dpatch, automake, autoconf, 
libboost-python-dev, libgtk2.0-dev, libopenal-dev, libalut-dev, 
libgl1-mesa-dev, libexpat1-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, 
libpng12-dev, libjpeg62-dev, freeglut3-dev, libxmu-dev
 Standards-Version: 3.7.2
 
 Package: vegastrike
@@ -15,4 +15,4 @@
  features include split-screen play, trading, exploration and plenty of
  shoot'em up action.
  .
- Homepage: http://vegastrike.sourceforge.net/
+ Homepage:  http://vegastrike.sourceforge.net/

Modified: packages/trunk/vegastrike/debian/rules
===================================================================
--- packages/trunk/vegastrike/debian/rules      2007-07-03 20:27:26 UTC (rev 
3218)
+++ packages/trunk/vegastrike/debian/rules      2007-07-04 05:29:42 UTC (rev 
3219)
@@ -31,13 +31,6 @@
        INSTALL_PROGRAM += -s
 endif
 
-ifeq ($(DEB_BUILD_ARCH),mips)
-  confflags += --enable-flags="-Wa,-xgot"
-endif
-ifeq ($(DEB_BUILD_ARCH),mipsel)
-  confflags += --enable-flags="-Wa,-xgot"
-endif
-
 # borrowed from the kernel rules script since this can
 # take a few minutes to compile :)
 ifneq ($(strip $(CONCURRENCY_LEVEL)),)


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to