[Python-apps-commits] r3226 - in packages/pykaraoke/trunk/debian (changelog control)

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Mon Jul 6 01:19:33 UTC 2009


    Date: Monday, July 6, 2009 @ 01:19:31
  Author: ryanakca-guest
Revision: 3226

Added depends on ttf-dejavu-extra so we can find 'DejaVuSansCondensed.ttf'

Modified:
  packages/pykaraoke/trunk/debian/changelog
  packages/pykaraoke/trunk/debian/control

Modified: packages/pykaraoke/trunk/debian/changelog
===================================================================
--- packages/pykaraoke/trunk/debian/changelog	2009-07-05 19:57:25 UTC (rev 3225)
+++ packages/pykaraoke/trunk/debian/changelog	2009-07-06 01:19:31 UTC (rev 3226)
@@ -1,5 +1,9 @@
 pykaraoke (0.6.1-1) UNRELEASED; urgency=low
 
+  [ Ryan Kavanagh ]
+  * Add depends on ttf-dejavu-extra so we can find "DejaVuSansCondensed.ttf"
+    (Closes: #436135)
+
   [ Marco Rodrigues ]
   * New upstream version.
   * debian/control:
@@ -11,7 +15,7 @@
     - debian/rules: Add --install-layout=deb to setup.py install
     - debian/control: Bump build-depends to python-all-dev (>= 2.5.4-1~)
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 18:52:09 +0200
+ -- Ryan Kavanagh <ryanakca at kubuntu.org>  Sun, 05 Jul 2009 21:02:52 -0400
 
 pykaraoke (0.5.1-1) unstable; urgency=low
 

Modified: packages/pykaraoke/trunk/debian/control
===================================================================
--- packages/pykaraoke/trunk/debian/control	2009-07-05 19:57:25 UTC (rev 3225)
+++ packages/pykaraoke/trunk/debian/control	2009-07-06 01:19:31 UTC (rev 3226)
@@ -38,7 +38,7 @@
 Package: pykaraoke-bin
 Architecture: all
 Depends: ${python:Depends}, python-pykaraoke (>= ${source:Version}),
- python-pygame, ttf-dejavu
+ python-pygame, ttf-dejavu, ttf-dejavu-extra
 Description: free CDG/MIDI/MPEG karaoke player
  PyKaraoke is a free karaoke player. You can use this program to play your
  collection of CDG, MIDI and MPEG karaoke songs.




More information about the Python-apps-commits mailing list