[renpy] 105/146: Prepare package for upload
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:12 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 88f8d6dce7ff734efe400728c9b38348bed1d13a
Author: Miriam Ruiz <miriam at debian.org>
Date: Mon Jun 30 22:30:34 2014 +0000
Prepare package for upload
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 22 ++++++++++++++--------
3 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42ff0d3..676aa47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 @@ renpy (6.17.6-1) UNRELEASED; urgency=medium
* 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 <miriam at debian.org> Mon, 30 Jun 2014 20:15:52 +0200
diff --git a/debian/control b/debian/control
index 23a8c99..e0a4904 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), quilt,
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
diff --git a/debian/rules b/debian/rules
index 764c3d2..6c7e465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,16 +46,11 @@ build-python%: configure-stamp
clean: configure
dh_testdir
dh_testroot
- rm -fv `find . -name "*.rpyc"`
- rm -fv `find . -name "*.pyc"`
- 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 -f build-stamp configure-stamp
+ rm -f build-python* install-python*
rm -rfv renpy.app lib jedit
rm -fv `find . -name "*.exe"`
@@ -67,7 +62,18 @@ clean: configure
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:
--
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