r15145 - in packages/trunk/whichwayisup/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jul 15 22:14:18 UTC 2014


Author: apo-guest
Date: 2014-07-15 22:14:18 +0000 (Tue, 15 Jul 2014)
New Revision: 15145

Modified:
   packages/trunk/whichwayisup/debian/changelog
   packages/trunk/whichwayisup/debian/control
   packages/trunk/whichwayisup/debian/copyright
   packages/trunk/whichwayisup/debian/patches/font_path.patch
   packages/trunk/whichwayisup/debian/whichwayisup.install
Log:
Debian release 0.7.9-4

Fix DejaVuSans.ttf bug. #754889


Modified: packages/trunk/whichwayisup/debian/changelog
===================================================================
--- packages/trunk/whichwayisup/debian/changelog	2014-07-15 15:44:55 UTC (rev 15144)
+++ packages/trunk/whichwayisup/debian/changelog	2014-07-15 22:14:18 UTC (rev 15145)
@@ -1,3 +1,14 @@
+whichwayisup (0.7.9-4) unstable; urgency=medium
+
+  * Update font_path.patch. Fix path to DejaVuSans.ttf.
+    - Thanks to Stefan Arnold for the report. (Closes: #754889)
+  * Declare compliance with Debian Policy 3.9.5.
+  * Remove build-dependency and dependency on python-ogg.
+    - python-pygame provides all necessary features.
+  * Install whichwayisup.png to usr/share/icons/hicolor/64x64/apps.
+
+ -- Markus Koschany <apo at gambaru.de>  Tue, 15 Jul 2014 23:37:22 +0200
+
 whichwayisup (0.7.9-3) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: packages/trunk/whichwayisup/debian/control
===================================================================
--- packages/trunk/whichwayisup/debian/control	2014-07-15 15:44:55 UTC (rev 15144)
+++ packages/trunk/whichwayisup/debian/control	2014-07-15 22:14:18 UTC (rev 15145)
@@ -7,8 +7,8 @@
  Ansgar Burchardt <ansgar at 43-1.org>,
  Markus Koschany <apo at gambaru.de>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: python, python-ogg, python-pygame
-Standards-Version: 3.9.4
+Build-Depends-Indep: python, python-pygame
+Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/whichwayisup/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/whichwayisup/
 Homepage: http://www.oletus.fi/static/whichwayisup/
@@ -17,7 +17,6 @@
 Architecture: all
 Depends:
  fonts-dejavu-core,
- python-ogg,
  python-pygame,
  ${misc:Depends},
  ${python:Depends}

Modified: packages/trunk/whichwayisup/debian/copyright
===================================================================
--- packages/trunk/whichwayisup/debian/copyright	2014-07-15 15:44:55 UTC (rev 15144)
+++ packages/trunk/whichwayisup/debian/copyright	2014-07-15 22:14:18 UTC (rev 15145)
@@ -19,7 +19,7 @@
            2007-2008, Jon Dowland <jmtd at debian.org>
            2008,      Evgeni Golov
            2008-2010, Ansgar Burchardt <ansgar at debian.org>
-           2013,      Markus Koschany <apo at gambaru.de>
+           2013-2014, Markus Koschany <apo at gambaru.de>
 License: GPL-2
 
 License: GPL-2

Modified: packages/trunk/whichwayisup/debian/patches/font_path.patch
===================================================================
--- packages/trunk/whichwayisup/debian/patches/font_path.patch	2014-07-15 15:44:55 UTC (rev 15144)
+++ packages/trunk/whichwayisup/debian/patches/font_path.patch	2014-07-15 22:14:18 UTC (rev 15145)
@@ -15,7 +15,7 @@
  
    pygame.font.init()
 -  smallfont = pygame.font.Font(data.filepath(os.path.join("misc", "Vera.ttf")), FONT_SIZE)
-+  smallfont = pygame.font.Font(data.filepath(os.path.join("/usr/share/fonts/truetype/ttf-dejavu", "DejaVuSans.ttf")), FONT_SIZE)
++  smallfont = pygame.font.Font(data.filepath(os.path.join("/usr/share/fonts/truetype/dejavu", "DejaVuSans.ttf")), FONT_SIZE)
    cached_text_images = {}
    cached_images = {}
    cached_images["key_z"] = pygame.image.load(data.picpath("key", "z"))

Modified: packages/trunk/whichwayisup/debian/whichwayisup.install
===================================================================
--- packages/trunk/whichwayisup/debian/whichwayisup.install	2014-07-15 15:44:55 UTC (rev 15144)
+++ packages/trunk/whichwayisup/debian/whichwayisup.install	2014-07-15 22:14:18 UTC (rev 15145)
@@ -4,6 +4,6 @@
 data/sounds/*               usr/share/games/whichwayisup/data/sounds
 debian/*.desktop            usr/share/applications/
 debian/*.xpm                usr/share/pixmaps/
-debian/*.png                usr/share/pixmaps/
+debian/*.png                usr/share/icons/hicolor/64x64/apps
 debian/bin/whichwayisup     usr/games
 lib                         usr/share/games/whichwayisup




More information about the Pkg-games-commits mailing list