[whichwayisup] 26/34: Debian release 0.7.9-4

Markus Koschany apo at moszumanska.debian.org
Sat Jul 16 19:06:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository whichwayisup.

commit 8c4bdc1e5659e8146014904002776e9049b1daff
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue Jul 15 22:14:18 2014 +0000

    Debian release 0.7.9-4
    
    Fix DejaVuSans.ttf bug. #754889
---
 debian/changelog               | 11 +++++++++++
 debian/control                 |  5 ++---
 debian/copyright               |  2 +-
 debian/patches/font_path.patch |  2 +-
 debian/whichwayisup.install    |  2 +-
 5 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d16df42..c4d36db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index e769297..576c153 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
  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 @@ Package: whichwayisup
 Architecture: all
 Depends:
  fonts-dejavu-core,
- python-ogg,
  python-pygame,
  ${misc:Depends},
  ${python:Depends}
diff --git a/debian/copyright b/debian/copyright
index 688348b..e054922 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,7 @@ Copyright: 2007-2008, Miriam Ruiz <miriam at debian.org>
            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
diff --git a/debian/patches/font_path.patch b/debian/patches/font_path.patch
index a2cb6e1..24b6a05 100644
--- a/debian/patches/font_path.patch
+++ b/debian/patches/font_path.patch
@@ -15,7 +15,7 @@ index 6989474..c81e758 100644
  
    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"))
diff --git a/debian/whichwayisup.install b/debian/whichwayisup.install
index be3357e..0be8eb7 100644
--- a/debian/whichwayisup.install
+++ b/debian/whichwayisup.install
@@ -4,6 +4,6 @@ data/pictures/*             usr/share/games/whichwayisup/data/pictures
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/whichwayisup.git



More information about the Pkg-games-commits mailing list