Author: miriam Date: 2011-06-23 21:59:05 +0000 (Thu, 23 Jun 2011) New Revision: 12473
Modified: packages/trunk/renpy/debian/changelog packages/trunk/renpy/debian/control packages/trunk/renpy/debian/docs packages/trunk/renpy/debian/rules Log: Make the package compile in sid Modified: packages/trunk/renpy/debian/changelog =================================================================== --- packages/trunk/renpy/debian/changelog 2011-06-23 20:39:41 UTC (rev 12472) +++ packages/trunk/renpy/debian/changelog 2011-06-23 21:59:05 UTC (rev 12473) @@ -2,6 +2,7 @@ [ Miriam Ruiz ] * New Upstream Release + * Added dependency: libfreetype6-dev * Refreshed patches * Upgraded Standards-Version from 3.9.1 to 3.9.2 Modified: packages/trunk/renpy/debian/control =================================================================== --- packages/trunk/renpy/debian/control 2011-06-23 20:39:41 UTC (rev 12472) +++ packages/trunk/renpy/debian/control 2011-06-23 21:59:05 UTC (rev 12473) @@ -8,7 +8,7 @@ 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, - libfribidi-dev, libglew1.5-dev + libfribidi-dev, libglew1.5-dev, libfreetype6-dev Standards-Version: 3.9.2 Homepage: http://www.renpy.org/ XS-Python-Version: >= 2.6 Modified: packages/trunk/renpy/debian/docs =================================================================== --- packages/trunk/renpy/debian/docs 2011-06-23 20:39:41 UTC (rev 12472) +++ packages/trunk/renpy/debian/docs 2011-06-23 21:59:05 UTC (rev 12473) @@ -1 +0,0 @@ -CHANGELOG.txt Modified: packages/trunk/renpy/debian/rules =================================================================== --- packages/trunk/renpy/debian/rules 2011-06-23 20:39:41 UTC (rev 12472) +++ packages/trunk/renpy/debian/rules 2011-06-23 21:59:05 UTC (rev 12473) @@ -23,7 +23,8 @@ build-python%: configure-stamp dh_testdir - export RENPY_DEPS_INSTALL="/usr"; cd module && python$* setup.py build + export RENPY_DEPS_INSTALL="/usr::$$(dirname "$$(find -O2 /usr/lib -name libfreetype.so 2>/dev/null)")" ; \ + cd module && python$* setup.py build touch $@ clean: configure @@ -116,7 +117,7 @@ dh_testdir dh_testroot rm -fv `find debian -name license.txt` - dh_installchangelogs CHANGELOG.txt -i + dh_installchangelogs -i dh_installdocs -i dh_installexamples -i dh_installmenu -i @@ -137,7 +138,7 @@ binary-arch: build install-arch dh_testdir dh_testroot - dh_installchangelogs CHANGELOG.txt -a + dh_installchangelogs -a dh_installdocs -a dh_installexamples -a dh_pysupport -a _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

