[Pkg-sdl-commits] r93 - in unstable/sdl-stretch/debian: . patches

Aurelien Jarno aurel32 at costa.debian.org
Fri Aug 25 23:52:11 UTC 2006


Author: aurel32
Date: 2006-08-25 23:52:09 +0000 (Fri, 25 Aug 2006)
New Revision: 93

Added:
   unstable/sdl-stretch/debian/patches/python.diff
Modified:
   unstable/sdl-stretch/debian/changelog
   unstable/sdl-stretch/debian/control
   unstable/sdl-stretch/debian/patches/series
Log:
 * Bumped Standards-Version to 3.7.2 (no changes).
 * debian/patches/python.diff: new patch to fix the detection of python.



Modified: unstable/sdl-stretch/debian/changelog
===================================================================
--- unstable/sdl-stretch/debian/changelog	2006-08-22 17:06:18 UTC (rev 92)
+++ unstable/sdl-stretch/debian/changelog	2006-08-25 23:52:09 UTC (rev 93)
@@ -1,3 +1,10 @@
+sdl-stretch (0.2.3-7) unstable; urgency=low
+
+  * Bumped Standards-Version to 3.7.2 (no changes).
+  * debian/patches/python.diff: new patch to fix the detection of python.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 26 Aug 2006 01:45:58 +0200
+
 sdl-stretch (0.2.3-6) unstable; urgency=low
 
   * Changed the maintainer to the SDL team, and setup the Uploaders: field

Modified: unstable/sdl-stretch/debian/control
===================================================================
--- unstable/sdl-stretch/debian/control	2006-08-22 17:06:18 UTC (rev 92)
+++ unstable/sdl-stretch/debian/control	2006-08-25 23:52:09 UTC (rev 93)
@@ -4,7 +4,7 @@
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Matthew Danish <mrd at debian.org>, Zephaniah E. Hull <warp at debian.org>, Lawrence Williams <lawrence_cecil_williams at hotmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>
 Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 1.2.4-1), pkg-config, python, xmlto, quilt
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libsdl-stretch-0-2
 Section: libs

Added: unstable/sdl-stretch/debian/patches/python.diff
===================================================================
--- unstable/sdl-stretch/debian/patches/python.diff	2006-08-22 17:06:18 UTC (rev 92)
+++ unstable/sdl-stretch/debian/patches/python.diff	2006-08-25 23:52:09 UTC (rev 93)
@@ -0,0 +1,24 @@
+--- sdl-stretch-0.2.3.orig/configure.ac
++++ sdl-stretch-0.2.3/configure.ac
+@@ -10,7 +10,7 @@
+ test ".$CFLAGS" = "." && CFLAGS="" 
+ AC_PROG_CC
+ test ".$CFLAGS" = "." && test "$GCC" = "yes" && CFLAGS="-O3"
+-AC_PATH_PROG(PYTHON, python2.3 python2.2 python ,:)
++AC_PATH_PROG(PYTHON, python ,:)
+ AC_PATH_PROG(XMLTO,xmlto,:)
+ AC_PROG_INSTALL
+ AC_LIBTOOL_WIN32_DLL
+--- sdl-stretch-0.2.3.orig/configure
++++ sdl-stretch-0.2.3/configure
+@@ -3315,8 +3315,8 @@
+ 
+ 
+ test ".$CFLAGS" = "." && test "$GCC" = "yes" && CFLAGS="-O3"
+-# Extract the first word of "python2.3 python2.2 python ", so it can be a program name with args.
+-set dummy python2.3 python2.2 python ; ac_word=$2
++# Extract the first word of "python", so it can be a program name with args.
++set dummy python ; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+ if test "${ac_cv_path_PYTHON+set}" = set; then

Modified: unstable/sdl-stretch/debian/patches/series
===================================================================
--- unstable/sdl-stretch/debian/patches/series	2006-08-22 17:06:18 UTC (rev 92)
+++ unstable/sdl-stretch/debian/patches/series	2006-08-25 23:52:09 UTC (rev 93)
@@ -1 +1,2 @@
 gcc-4.0.diff -p1
+python.diff -p1




More information about the Pkg-sdl-commits mailing list