[renpy] 94/146: Improve package
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository renpy.
commit a9590cb065b4e6c9061c313487c6f70986c89e64
Author: Miriam Ruiz <miriam at debian.org>
Date: Mon Sep 2 19:48:01 2013 +0000
Improve package
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 4 ++--
debian/renpy-demo.desktop | 2 +-
debian/renpy-thequestion.desktop | 4 ++--
debian/renpy.desktop | 2 +-
debian/rules | 8 ++++++++
7 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 006ad20..c626024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ renpy (6.15.7-1) UNRELEASED; urgency=low
[ 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
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index a31a5a1..adbab5d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: renpy
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,
diff --git a/debian/renpy-demo.desktop b/debian/renpy-demo.desktop
index 1d1f5dd..8a8fb23 100644
--- a/debian/renpy-demo.desktop
+++ b/debian/renpy-demo.desktop
@@ -7,4 +7,4 @@ Comment[es]=demo de juego de novela grafica con Ren'Py
Icon=renpy-demo
Exec=renpy-demo
Terminal=false
-Categories=Game;
+Categories=Application;Game;
diff --git a/debian/renpy-thequestion.desktop b/debian/renpy-thequestion.desktop
index 8ba8f16..ab2bb60 100644
--- a/debian/renpy-thequestion.desktop
+++ b/debian/renpy-thequestion.desktop
@@ -3,8 +3,8 @@ Type=Application
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;
diff --git a/debian/renpy.desktop b/debian/renpy.desktop
index 1694859..6b67611 100644
--- a/debian/renpy.desktop
+++ b/debian/renpy.desktop
@@ -7,4 +7,4 @@ Comment[es]=juegos de novela grafica
Icon=renpy
Exec=renpy
Terminal=false
-Categories=Game;
+Categories=Application;Game;
diff --git a/debian/rules b/debian/rules
index 444cb0a..fa3f3bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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-stamp: configure $(PYVERS:%=build-python%)
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 $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git
More information about the Pkg-games-commits
mailing list