r4893 - packages/trunk/fretsonfire/debian

Matthew Johnson mjj29 at alioth.debian.org
Tue Dec 11 10:55:55 UTC 2007


Author: mjj29
Date: 2007-12-11 10:55:55 +0000 (Tue, 11 Dec 2007)
New Revision: 4893

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/control
   packages/trunk/fretsonfire/debian/rules
Log:
use ttf-dejavu instead of bitstream


Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2007-12-11 10:43:57 UTC (rev 4892)
+++ packages/trunk/fretsonfire/debian/changelog	2007-12-11 10:55:55 UTC (rev 4893)
@@ -15,8 +15,10 @@
 
   [ Matthew Johnson ]
   * Add patch reverting Font.py changes to make text render
+  * Use ttf-dejavu instead of ttf-bitstream-vera (Closes: #455580)
+  * Reformat Depends: to be more readable
 
- -- Matthew Johnson <mjj29 at debian.org>  Wed,  5 Dec 2007 15:38:04 +0000
+ -- Matthew Johnson <mjj29 at debian.org>  Tue, 11 Dec 2007 10:54:42 +0000
 
 fretsonfire (1.2.451.dfsg-2) unstable; urgency=low
 

Modified: packages/trunk/fretsonfire/debian/control
===================================================================
--- packages/trunk/fretsonfire/debian/control	2007-12-11 10:43:57 UTC (rev 4892)
+++ packages/trunk/fretsonfire/debian/control	2007-12-11 10:55:55 UTC (rev 4893)
@@ -4,7 +4,9 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
 Uploaders: Matthew Johnson <mjj29 at debian.org>, Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: python-dev, python-support (>= 0.4), libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, inkscape, docbook-to-man, imagemagick
+Build-Depends-Indep: python-dev, python-support (>= 0.4), 
+                     libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, 
+                     inkscape, docbook-to-man, imagemagick
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fretsonfire/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fretsonfire/?op=log
@@ -21,7 +23,11 @@
 
 Package: fretsonfire-game
 Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-pygame, python-opengl, python-numeric, python-imaging, python-pyogg, python-pyvorbis, ${misc:Depends}, ttf-bitstream-vera, ttf-mgopen, python-numpy
+Depends: ${shlibs:Depends}, ${python:Depends}, 
+         python-pygame, python-opengl, python-numeric, python-imaging, 
+         python-pyogg, python-pyvorbis, python-numpy,
+         ${misc:Depends}, 
+         ttf-dejavu, ttf-mgopen
 Recommends: fretsonfire-songs-sectoid
 Suggests: vorbis-tools
 Description: game of musical skill and fast fingers - Game files

Modified: packages/trunk/fretsonfire/debian/rules
===================================================================
--- packages/trunk/fretsonfire/debian/rules	2007-12-11 10:43:57 UTC (rev 4892)
+++ packages/trunk/fretsonfire/debian/rules	2007-12-11 10:55:55 UTC (rev 4893)
@@ -72,7 +72,7 @@
 	#python setup.py install --root=$(CURDIR)/debian/fretsonfire --no-compile --verbose
 	
 	# symlink fonts
-	ln -sf ../../../fonts/truetype/ttf-bitstream-vera/Vera.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/international.ttf 
+	ln -sf ../../../fonts/truetype/ttf-dejavu/DejaVuSans.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/international.ttf 
 	ln -sf ../../../fonts/truetype/ttf-mgopen/MgOpenCosmeticaRegular.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/title.ttf
 	ln -sf ../../../fonts/truetype/ttf-mgopen/MgOpenCosmeticaRegular.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/default.ttf
 	




More information about the Pkg-games-commits mailing list