r10236 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 28 21:02:16 UTC 2009


Author: miriam
Date: 2009-08-28 21:02:16 +0000 (Fri, 28 Aug 2009)
New Revision: 10236

Modified:
   packages/trunk/renpy/debian/rules
Log:
Yet another font to remove



Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2009-08-28 20:59:58 UTC (rev 10235)
+++ packages/trunk/renpy/debian/rules	2009-08-28 21:02:16 UTC (rev 10236)
@@ -73,14 +73,18 @@
 	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.*
+	rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/common/DejaVuSans.ttf
 	dh_link -prenpy /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
-		usr/share/games/renpy/common/DejaVuSans.ttf
+		usr/share/games/renpy/common/
 
-	rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/launcher/DejaVuSans.*
+	rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/launcher/DejaVuSans.ttf
 	dh_link -prenpy /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
-		usr/share/games/renpy/launcher/DejaVuSans.ttf
+		usr/share/games/renpy/launcher/
 
+	rm -f $(CURDIR)/debian/renpy/usr/share/games/renpy/launcher/DejaVuSerif.ttf
+	dh_link -prenpy /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf \
+		usr/share/games/renpy/launcher/
+
 	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