r14539 - packages/trunk/renpy/debian
Miriam Ruiz
miriam at alioth.debian.org
Mon Sep 2 19:48:02 UTC 2013
Author: miriam
Date: 2013-09-02 19:48:01 +0000 (Mon, 02 Sep 2013)
New Revision: 14539
Modified:
packages/trunk/renpy/debian/changelog
packages/trunk/renpy/debian/compat
packages/trunk/renpy/debian/control
packages/trunk/renpy/debian/renpy-demo.desktop
packages/trunk/renpy/debian/renpy-thequestion.desktop
packages/trunk/renpy/debian/renpy.desktop
packages/trunk/renpy/debian/rules
Log:
Improve package
Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/changelog 2013-09-02 19:48:01 UTC (rev 14539)
@@ -6,6 +6,8 @@
[ Miriam Ruiz ]
* New Upstream Release
* Upgraded Standards-Version from 3.9.3 to 3.9.4
+ * Upgraded compat level to 9
+ * Fortified the building of the module
-- Miriam Ruiz <miriam at debian.org> Fri, 30 Aug 2013 22:10:15 +0200
Modified: packages/trunk/renpy/debian/compat
===================================================================
--- packages/trunk/renpy/debian/compat 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/compat 2013-09-02 19:48:01 UTC (rev 14539)
@@ -1 +1 @@
-5
+9
Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/control 2013-09-02 19:48:01 UTC (rev 14539)
@@ -2,8 +2,8 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
+Uploaders: Miriam Ruiz <miriam at debian.org>
+Build-Depends: debhelper (>= 9), 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,
Modified: packages/trunk/renpy/debian/renpy-demo.desktop
===================================================================
--- packages/trunk/renpy/debian/renpy-demo.desktop 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/renpy-demo.desktop 2013-09-02 19:48:01 UTC (rev 14539)
@@ -7,4 +7,4 @@
Icon=renpy-demo
Exec=renpy-demo
Terminal=false
-Categories=Game;
+Categories=Application;Game;
Modified: packages/trunk/renpy/debian/renpy-thequestion.desktop
===================================================================
--- packages/trunk/renpy/debian/renpy-thequestion.desktop 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/renpy-thequestion.desktop 2013-09-02 19:48:01 UTC (rev 14539)
@@ -3,8 +3,8 @@
Name=The Question
GenericName=renpy-thequestion
Comment=a simple visual-novel game with Ren'Py
-Comment[es]=una novela grafica sencilla con Ren'Py
+Comment[es]=una sencilla novela gráfica con Ren'Py
Icon=renpy-thequestion
Exec=the_question
Terminal=false
-Categories=Game;
+Categories=Application;Game;
Modified: packages/trunk/renpy/debian/renpy.desktop
===================================================================
--- packages/trunk/renpy/debian/renpy.desktop 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/renpy.desktop 2013-09-02 19:48:01 UTC (rev 14539)
@@ -7,4 +7,4 @@
Icon=renpy
Exec=renpy
Terminal=false
-Categories=Game;
+Categories=Application;Game;
Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules 2013-08-31 18:36:49 UTC (rev 14538)
+++ packages/trunk/renpy/debian/rules 2013-09-02 19:48:01 UTC (rev 14539)
@@ -3,6 +3,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS2:=-Wl,-z,defs -Wl,-as-needed -Wl,--no-undefined
+
PYVERS=$(shell pyversions -vs)
RENPY_DEPS_INSTALL="/usr::$(shell dirname "`find -O2 /usr/lib -name libfreetype.so 2>/dev/null`")"
@@ -32,6 +38,8 @@
build-python%: configure-stamp
dh_testdir
export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL) ; \
+ CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
+ LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" \
cd module && python$* setup.py build
touch $@
More information about the Pkg-games-commits
mailing list