r5647 - packages/trunk/qonk/debian

Barry deFreese bddebian-guest at alioth.debian.org
Tue Feb 5 20:43:03 UTC 2008


Author: bddebian-guest
Date: 2008-02-05 20:43:03 +0000 (Tue, 05 Feb 2008)
New Revision: 5647

Modified:
   packages/trunk/qonk/debian/changelog
   packages/trunk/qonk/debian/control
   packages/trunk/qonk/debian/rules
Log:
  * Use ttf-dejavu instead of bitstream-vera. (Closes: #455583, 
#461288).


Modified: packages/trunk/qonk/debian/changelog
===================================================================
--- packages/trunk/qonk/debian/changelog	2008-02-05 19:38:33 UTC (rev 5646)
+++ packages/trunk/qonk/debian/changelog	2008-02-05 20:43:03 UTC (rev 5647)
@@ -11,6 +11,7 @@
   * Add VCS fields in control.
   * Add desktop file.
   * 20_gcc_4.3.diff - Build with gcc-4.3. (Closes: #462052).
+  * Use ttf-dejavu instead of bitstream-vera. (Closes: #455583, #461288).
   * Bump Standards Version to 3.7.3. (No changes needed).
 
  -- Barry deFreese <bddebian at comcast.net>  Sun, 18 Nov 2007 22:59:58 -0500

Modified: packages/trunk/qonk/debian/control
===================================================================
--- packages/trunk/qonk/debian/control	2008-02-05 19:38:33 UTC (rev 5646)
+++ packages/trunk/qonk/debian/control	2008-02-05 20:43:03 UTC (rev 5647)
@@ -12,7 +12,7 @@
 
 Package: qonk
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-bitstream-vera
+Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu
 Description: Small build-and-conquer strategy game with very simple rules
  The setting of the game is a solar system of planets. Your goal is to
  conquer all of the planets in the game by sending ships there. Planets

Modified: packages/trunk/qonk/debian/rules
===================================================================
--- packages/trunk/qonk/debian/rules	2008-02-05 19:38:33 UTC (rev 5646)
+++ packages/trunk/qonk/debian/rules	2008-02-05 20:43:03 UTC (rev 5647)
@@ -15,5 +15,6 @@
 install/qonk::
 	rm -rf $(DEB_DESTDIR)/guichan \
 		$(DEB_DESTDIR)/usr/share/games/qonk/font.ttf
-	ln -s ../../fonts/truetype/ttf-bitstream-vera/VeraMono.ttf \
+	ln -s ../../fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf \
 		$(DEB_DESTDIR)/usr/share/games/qonk/font.ttf
+




More information about the Pkg-games-commits mailing list