Author: miriam
Date: 2014-06-30 22:30:34 +0000 (Mon, 30 Jun 2014)
New Revision: 15136

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/rules
Log:
Prepare package for upload



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog       2014-06-30 20:27:51 UTC (rev 
15135)
+++ packages/trunk/renpy/debian/changelog       2014-06-30 22:30:34 UTC (rev 
15136)
@@ -1,4 +1,4 @@
-renpy (6.17.6-1) UNRELEASED; urgency=medium
+renpy (6.17.6-1) unstable; urgency=medium
 
   [ Miriam Ruiz ]
   * New Upstream Release. Closes: #690984
@@ -8,6 +8,7 @@
   * Added zenity to renpy Recommends. Closes:#707936
   * Added to renpy Depends: fonts-roboto, fonts-motoya-l-cedar, fonts-nanum
   * Moved to dh_python2. It was time!
+  * Added cython to Build-Depends
 
  -- Miriam Ruiz <mir...@debian.org>  Mon, 30 Jun 2014 20:15:52 +0200
 

Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control 2014-06-30 20:27:51 UTC (rev 15135)
+++ packages/trunk/renpy/debian/control 2014-06-30 22:30:34 UTC (rev 15136)
@@ -9,7 +9,7 @@
  libsdl-sound1.2-dev, libsdl-ttf2.0-dev, libmodplug-dev, libspeex-dev,
  libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
  libfribidi-dev, libglew1.5-dev, zlib1g-dev, libfreetype6-dev,
- libpng12-dev, libavresample-dev
+ libpng12-dev, libavresample-dev, cython
 Standards-Version: 3.9.5
 Homepage: http://www.renpy.org/
 XS-Python-Version: >= 2.6

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules   2014-06-30 20:27:51 UTC (rev 15135)
+++ packages/trunk/renpy/debian/rules   2014-06-30 22:30:34 UTC (rev 15136)
@@ -46,17 +46,12 @@
 clean: configure
        dh_testdir
        dh_testroot
-       rm -fv `find . -name "*.rpyc"`
-       rm -fv `find . -name "*.pyc"`
+
+       rm -rf module/build/
+
        rm -f build-stamp configure-stamp
        rm -f build-python* install-python*
-       -export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL); cd module && python 
setup.py clean
-       rm -rf module/build/
 
-       rm -fv module/gen/renpy.style*.c
-       rm -fv module/gen/renpy.style*.html
-       rm -fv module/gen/style*.html
-
        rm -rfv renpy.app lib jedit
        rm -fv `find . -name "*.exe"`
        rm -fv `find . -name "*.dll"`
@@ -67,7 +62,18 @@
        rm -fv `find . -name "*.pyo"`
        rm -fv `find . -name "*.so"`
 
+       rm -fv module/gen/renpy.style*.c
+       rm -fv module/gen/renpy.style*.html
+       rm -fv module/gen/style*.html
+
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+
+       rm -fv \
+               module/gen/styleconstants.pxi \
+               module/gen/stylepropertyfunctions.pxi \
+               module/gen/stylesets.pxi \
+               module/gen/styleproperties.pxi
+
        dh_clean 
 
 install-indep:


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

Reply via email to