[renpy] 62/146: Remove repeated ttf fonts

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:06 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 a52fa889b84f501185e19fc0681477c078b4cc2c
Author: Miriam Ruiz <miriam at debian.org>
Date:   Fri Aug 28 16:42:11 2009 +0000

    Remove repeated ttf fonts
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 56b5627..7a969b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,10 @@ install-indep:
 	dh_link -prenpy /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
 		usr/share/games/renpy/common/DejaVuSans.ttf
 
+	rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/launcher/DejaVuSans.*
+	dh_link -prenpy /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
+		usr/share/games/renpy/launcher/DejaVuSans.ttf
+
 	# renpy/ - Contains the python source code for Ren'Py.
 	dh_install -prenpy  renpy/* usr/share/games/renpy/renpy/
 	# data/ - Contains the data for the launcher.

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