r15284 - packages/trunk/0ad-data/debian

Vincent Cheng vcheng at moszumanska.debian.org
Tue Oct 14 01:50:36 UTC 2014


Author: vcheng
Date: 2014-10-14 01:50:36 +0000 (Tue, 14 Oct 2014)
New Revision: 15284

Modified:
   packages/trunk/0ad-data/debian/rules
Log:
0ad-data: remove specific fonts in d/rules override target


Modified: packages/trunk/0ad-data/debian/rules
===================================================================
--- packages/trunk/0ad-data/debian/rules	2014-10-14 01:47:40 UTC (rev 15283)
+++ packages/trunk/0ad-data/debian/rules	2014-10-14 01:50:36 UTC (rev 15284)
@@ -8,7 +8,7 @@
 
 override_dh_link:
 	# Remove embedded fonts and use system copies instead
-	rm -f $(CURDIR)/debian/0ad-data-common/usr/share/games/0ad/tools/fontbuilder/fonts/*.{ttf,otf}
+	rm -f $(CURDIR)/debian/0ad-data-common/usr/share/games/0ad/tools/fontbuilder/fonts/{DejaVuSansMono,Free*,texgyrepagella*}.{ttf,otf}
 	dh_link
 
 override_dh_builddeb:




More information about the Pkg-games-commits mailing list