[renpy] 65/146: Replace TTF fonts with links in the proper place
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:07 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 7c29cd64449aa0e25ed9f7de215d3d492e0af514
Author: Miriam Ruiz <miriam at debian.org>
Date: Fri Aug 28 20:59:58 2009 +0000
Replace TTF fonts with links in the proper place
---
debian/rules | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7a969b7..e277054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,14 +46,6 @@ install-indep:
# common/ - A directory containing common script files that help Ren'Py work.
dh_install -prenpy common/* usr/share/games/renpy/common/
- rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/common/DejaVuSans.*
- 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.
@@ -81,6 +73,14 @@ install-indep:
dh_install -prenpy-thequestion debian/renpy-thequestion.xpm usr/share/pixmaps
dh_install -prenpy-thequestion debian/renpy-thequestion.desktop usr/share/applications
+ rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/common/DejaVuSans.*
+ 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
+
dh_install -prenpy-doc doc/* usr/share/doc/renpy/html
install-arch: build $(PYVERS:%=install-python%)
--
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