r15690 - in packages/trunk/funnyboat/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 9 14:57:42 UTC 2016


Author: apo-guest
Date: 2016-01-09 14:57:42 +0000 (Sat, 09 Jan 2016)
New Revision: 15690

Modified:
   packages/trunk/funnyboat/debian/changelog
   packages/trunk/funnyboat/debian/control
   packages/trunk/funnyboat/debian/copyright
   packages/trunk/funnyboat/debian/patches/sink-the-titanic.patch
   packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.patch
Log:
Release 1.5-10


Modified: packages/trunk/funnyboat/debian/changelog
===================================================================
--- packages/trunk/funnyboat/debian/changelog	2016-01-08 09:58:52 UTC (rev 15689)
+++ packages/trunk/funnyboat/debian/changelog	2016-01-09 14:57:42 UTC (rev 15690)
@@ -1,3 +1,13 @@
+funnyboat (1.5-10) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Vcs-Browser: Use https.
+  * wrap-and-sort -sa.
+  * Switch from ttf-dejavu to fonts-dejavu.
+
+ -- Markus Koschany <apo at debian.org>  Sat, 09 Jan 2016 15:32:08 +0100
+
 funnyboat (1.5-9) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/funnyboat/debian/control
===================================================================
--- packages/trunk/funnyboat/debian/control	2016-01-08 09:58:52 UTC (rev 15689)
+++ packages/trunk/funnyboat/debian/control	2016-01-09 14:57:42 UTC (rev 15690)
@@ -5,11 +5,15 @@
 Uploaders:
  Miriam Ruiz <little_miry at yahoo.es>,
  Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: python, python-ogg, python-pygame
-Standards-Version: 3.9.4
+Build-Depends:
+ debhelper (>= 9)
+Build-Depends-Indep:
+ python,
+ python-ogg,
+ python-pygame
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/funnyboat/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/funnyboat/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/funnyboat/
 Homepage: http://funnyboat.sf.net/
 
 Package: funnyboat
@@ -17,7 +21,7 @@
 Depends:
  python-ogg,
  python-pygame,
- ttf-dejavu,
+ fonts-dejavu,
  ${misc:Depends},
  ${python:Depends}
 Description: side scrolling arcade shooter game on a steamboat

Modified: packages/trunk/funnyboat/debian/copyright
===================================================================
--- packages/trunk/funnyboat/debian/copyright	2016-01-08 09:58:52 UTC (rev 15689)
+++ packages/trunk/funnyboat/debian/copyright	2016-01-09 14:57:42 UTC (rev 15690)
@@ -31,7 +31,7 @@
            2007-2009, Miriam Ruiz, Cyril Brulebois, Ansgar Burchardt, Jon
                       Dowland, Paul Wise, Marco Rodrigues
            2009,      Barry deFreese <bdefreese at debian.org>
-           2013,      Markus Koschany <apo at gambaru.de>
+           2013-2016, Markus Koschany <apo at debian.org>
 License: GPL-2
 
 License: GPL-2
@@ -116,4 +116,3 @@
  Software without prior written authorization from the Gnome Foundation
  or Bitstream Inc., respectively. For further information, contact:
  <fonts at gnome.org>.
-

Modified: packages/trunk/funnyboat/debian/patches/sink-the-titanic.patch
===================================================================
--- packages/trunk/funnyboat/debian/patches/sink-the-titanic.patch	2016-01-08 09:58:52 UTC (rev 15689)
+++ packages/trunk/funnyboat/debian/patches/sink-the-titanic.patch	2016-01-09 14:57:42 UTC (rev 15690)
@@ -1,4 +1,4 @@
-From: Markus Koschany <apo at gambaru.de>
+From: Markus Koschany <apo at debian.org>
 Date: Fri, 10 May 2013 18:50:43 +0200
 Subject: sink the titanic
 

Modified: packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.patch
===================================================================
--- packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.patch	2016-01-08 09:58:52 UTC (rev 15689)
+++ packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.patch	2016-01-09 14:57:42 UTC (rev 15690)
@@ -16,8 +16,8 @@
  # with underscores (_) ... it's weird.
 -smallfont = pygame.font.Font("data/Vera.ttf", 14)
 -bigfont = pygame.font.Font("data/Vera.ttf", 24)
-+smallfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", 14)
-+bigfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", 24)
++smallfont = pygame.font.Font("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", 14)
++bigfont = pygame.font.Font("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", 24)
  
  def get_config_path():
      pathname = ""




More information about the Pkg-games-commits mailing list