r9841 - in packages/trunk/renpy/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Sun Jun 14 02:28:42 UTC 2009


Author: miriam
Date: 2009-06-14 02:28:41 +0000 (Sun, 14 Jun 2009)
New Revision: 9841

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/patches/00_module_setup.patch
   packages/trunk/renpy/debian/rules
Log:
Prepare release



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2009-06-11 06:49:58 UTC (rev 9840)
+++ packages/trunk/renpy/debian/changelog	2009-06-14 02:28:41 UTC (rev 9841)
@@ -1,4 +1,4 @@
-renpy (6.9.1-1) UNRELEASED; urgency=low
+renpy (6.9.2-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New Upstream Release
@@ -8,7 +8,7 @@
     to Build-Depends
   * Upgraded Standards-Version from 3.8.0 to 3.8.1
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 24 Apr 2009 22:15:51 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 12 Jun 2009 01:29:05 +0200
 
 renpy (6.7.1-1) unstable; urgency=low
 

Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control	2009-06-11 06:49:58 UTC (rev 9840)
+++ packages/trunk/renpy/debian/control	2009-06-14 02:28:41 UTC (rev 9841)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
  python-all-dev, python-support (>= 0.6.4), python-setuptools, python-pygame (>= 1.8.1),
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsdl-ttf2.0-dev,
- libmodplug-dev, libspeex-dev, libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev
+ libmodplug-dev, libspeex-dev, libavutil-dev, libavformat-dev, libavcodec-dev (>= 0.5 ), libswscale-dev
 Standards-Version: 3.8.1
 Homepage: http://www.renpy.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/

Modified: packages/trunk/renpy/debian/patches/00_module_setup.patch
===================================================================
--- packages/trunk/renpy/debian/patches/00_module_setup.patch	2009-06-11 06:49:58 UTC (rev 9840)
+++ packages/trunk/renpy/debian/patches/00_module_setup.patch	2009-06-14 02:28:41 UTC (rev 9841)
@@ -1,5 +1,5 @@
---- renpy-6.9.1.orig/module/setup.py
-+++ renpy-6.9.1/module/setup.py
+--- renpy-6.9.2.orig/module/setup.py
++++ renpy-6.9.2/module/setup.py
 @@ -12,7 +12,7 @@
  
  
@@ -7,5 +7,5 @@
 -extra_compile_args = [ "-O3", "-funroll-loops" ]
 +extra_compile_args = [ "-O2", "-funroll-loops" ]
  # extra_compile_args = [ "-O0", "-ggdb" ]
+ # extra_compile_args = [ "-O0", "-gstabs" ]
  
- 

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2009-06-11 06:49:58 UTC (rev 9840)
+++ packages/trunk/renpy/debian/rules	2009-06-14 02:28:41 UTC (rev 9841)
@@ -32,7 +32,7 @@
 	rm -rf `find . -name "*.rpyc"`
 	rm -f build-stamp configure-stamp
 	rm -f build-python* install-python*
-	export RENPY_DEPS_INSTALL="/usr"; cd module && python setup.py clean
+	-export RENPY_DEPS_INSTALL="/usr"; cd module && python setup.py clean
 	rm -rf module/build/
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 




More information about the Pkg-games-commits mailing list