[renpy] 83/146: Make the package compile in sid

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:09 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 f2b76ae48f3a9fc19df4c362aba33ea0efad4d16
Author: Miriam Ruiz <miriam at debian.org>
Date:   Thu Jun 23 21:59:05 2011 +0000

    Make the package compile in sid
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/docs      | 1 -
 debian/rules     | 7 ++++---
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f49a311..8aac43e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ renpy (6.12.1-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New Upstream Release
+  * Added dependency: libfreetype6-dev
   * Refreshed patches
   * Upgraded Standards-Version from 3.9.1 to 3.9.2
 
diff --git a/debian/control b/debian/control
index 2b8ecef..95c429e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
  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
diff --git a/debian/docs b/debian/docs
index 0a36901..e69de29 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +0,0 @@
-CHANGELOG.txt
diff --git a/debian/rules b/debian/rules
index dda1091..0901040 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ build-stamp: configure $(PYVERS:%=build-python%)
 
 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 @@ binary-indep: install-indep
 	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-indep: install-indep
 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

-- 
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