r10235 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 28 20:59:58 UTC 2009


Author: miriam
Date: 2009-08-28 20:59:58 +0000 (Fri, 28 Aug 2009)
New Revision: 10235

Modified:
   packages/trunk/renpy/debian/rules
Log:
Replace TTF fonts with links in the proper place



Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2009-08-28 20:48:57 UTC (rev 10234)
+++ packages/trunk/renpy/debian/rules	2009-08-28 20:59:58 UTC (rev 10235)
@@ -46,14 +46,6 @@
 	# 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 @@
 	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%)




More information about the Pkg-games-commits mailing list