[Python-apps-commits] r649 - in packages/lightyears/trunk/debian (3 files)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Fri Feb 15 20:24:32 UTC 2008


    Date: Friday, February 15, 2008 @ 20:24:31
  Author: rainct-guest
Revision: 649

Fix bug #461270 (ttf-bitstream-vera removal).

Modified:
  packages/lightyears/trunk/debian/changelog
  packages/lightyears/trunk/debian/control
  packages/lightyears/trunk/debian/patches/font_usage.patch

Modified: packages/lightyears/trunk/debian/changelog
===================================================================
--- packages/lightyears/trunk/debian/changelog	2008-02-14 17:00:36 UTC (rev 648)
+++ packages/lightyears/trunk/debian/changelog	2008-02-15 20:24:31 UTC (rev 649)
@@ -1,3 +1,14 @@
+lightyears (1.3a-3) unstable; urgency=low
+
+  * debian/control:
+     - replace ttf-bitstream-vera dependency with ttf-dejavu-core,
+       as the first one is going to be removed (Closes: #461270).
+     - change my e-mail address.
+  * patches/font_usage.patch:
+     - Change from Vera.ttf to DejaVuSans.ttf.
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>  Fri, 15 Feb 2008 21:03:34 +0100
+
 lightyears (1.3a-2) unstable; urgency=low
 
   * patches/work_with_no_sound.patch:
@@ -26,5 +37,5 @@
   * patches/remove_startup_checks.patch:
      - remove unnecessary versions checks from startup (that's what
        dpkg is for)
-
+ 
  -- Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>  Sat, 17 Nov 2007 19:06:43 +0100

Modified: packages/lightyears/trunk/debian/control
===================================================================
--- packages/lightyears/trunk/debian/control	2008-02-14 17:00:36 UTC (rev 648)
+++ packages/lightyears/trunk/debian/control	2008-02-15 20:24:31 UTC (rev 649)
@@ -1,7 +1,7 @@
 Source: lightyears
 Section: games
 Priority: optional
-Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>
+Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Homepage: http://www.jwhitham.org.uk/biscuit_games/LightYears/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/lightyears/trunk/
@@ -12,7 +12,7 @@
 
 Package: lightyears
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), ttf-bitstream-vera
+Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), ttf-dejavu-core
 XB-Python-Version: ${python:Versions}
 Description: single player real-time strategy game with steampunk sci-fi
  You have to build and maintain a steam distribution network on an alien

Modified: packages/lightyears/trunk/debian/patches/font_usage.patch
===================================================================
--- packages/lightyears/trunk/debian/patches/font_usage.patch	2008-02-14 17:00:36 UTC (rev 648)
+++ packages/lightyears/trunk/debian/patches/font_usage.patch	2008-02-15 20:24:31 UTC (rev 649)
@@ -19,12 +19,12 @@
 +    # ----------------------------------------------------------
 +    # This function was modified by Siegfried Gevatter, the
 +    # maintainer of "lighyears" in Debian, to let lightyears
-+    # use the font from package "ttf-bitstream-vera" instead
-+    # of it's own copy of it.
++    # use the font from package "ttf-dejavu-core" instead of
++    # it's own copy of it.
 +    #
 +    # Note: pygame.font.Font is used instead of pygame.font.SysFont
 +    # because with this last one the size of the text changed unexpectedly
-+    return pygame.font.Font("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf", size)
++    return pygame.font.Font("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", size)
 +    # ----------------------------------------------------------
  
  def Load_Sound(name):




More information about the Python-apps-commits mailing list