r2838 - in packages/trunk/vegastrike/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Tue Jun 5 05:50:57 UTC 2007


Author: ceros-guest
Date: 2007-06-05 05:50:57 +0000 (Tue, 05 Jun 2007)
New Revision: 2838

Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/control
   packages/trunk/vegastrike/debian/patches/100_rebootstrap.diff
Log:
Addressed bug 426872. vegastrike now builds in unstable.

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog	2007-06-05 02:55:26 UTC (rev 2837)
+++ packages/trunk/vegastrike/debian/changelog	2007-06-05 05:50:57 UTC (rev 2838)
@@ -1,11 +1,18 @@
 vegastrike (0.4.3.debian-2) UNRELEASED; urgency=low
 
+  [ Eddy Petrișor ]
   * use CURDIR instead of PWD since the later is erased in sudo
     (Closes: 418505)
-  * use -lboost_python-st for libboost-python-dev 1.34.
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Tue, 10 Apr 2007 22:47:54 +0300
+  [ Andres Mejia ]
+  * Addressing bug 426872 (Closes: 426872)
+    + use -lboost_python-st with libboost-python-dev 1.34.0.
+    + removed python-dev as build depend since libboost-python-dev takes care
+      of proper python dependency regardless.
+    + add checks for python2.4 and python2.5 in reboostrap patch.
 
+ -- Andres Mejia <mcitadel at gmail.com>  Tue,  5 Jun 2007 01:35:41 -0400
+
 vegastrike (0.4.3.debian-1) unstable; urgency=low
 
   * Use quilt for patch management.

Modified: packages/trunk/vegastrike/debian/control
===================================================================
--- packages/trunk/vegastrike/debian/control	2007-06-05 02:55:26 UTC (rev 2837)
+++ packages/trunk/vegastrike/debian/control	2007-06-05 05:50:57 UTC (rev 2838)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>> 5.0), quilt, python-dev, libboost-python-dev, libgtk2.0-dev, libopenal-dev, libalut-dev, xlibmesa-gl-dev, libexpat1-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libpng12-dev, libjpeg62-dev, libglut3-dev, libxmu-dev
+Build-Depends: debhelper (>> 5.0), quilt, libboost-python-dev, libgtk2.0-dev, libopenal-dev, libalut-dev, xlibmesa-gl-dev, libexpat1-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libpng12-dev, libjpeg62-dev, libglut3-dev, libxmu-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/vegastrike
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/vegastrike/

Modified: packages/trunk/vegastrike/debian/patches/100_rebootstrap.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/100_rebootstrap.diff	2007-06-05 02:55:26 UTC (rev 2837)
+++ packages/trunk/vegastrike/debian/patches/100_rebootstrap.diff	2007-06-05 05:50:57 UTC (rev 2838)
@@ -15273,7 +15273,7 @@
 +PYTHON_CXXFLAGS=""
 +PYTHON_LIBS=""
 +
-+PYTHON_binchk="python python2 python2.2 python2.3"
++PYTHON_binchk="python python2 python2.2 python2.3 python2.4 python2.5"
 +for i in ${PYTHON_binchk};
 +do
 +    PYTHON_check=`$i -V 2>/dev/null; echo $?`




More information about the Pkg-games-commits mailing list