[Python-apps-commits] r11136 - in packages/gespeaker/trunk/debian (3 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sat Aug 9 07:06:19 UTC 2014


    Date: Saturday, August 9, 2014 @ 07:06:16
  Author: vcheng
Revision: 11136

Add python-xdg as dependency, run wrap-and-sort -s

Modified:
  packages/gespeaker/trunk/debian/changelog
  packages/gespeaker/trunk/debian/control
  packages/gespeaker/trunk/debian/copyright

Modified: packages/gespeaker/trunk/debian/changelog
===================================================================
--- packages/gespeaker/trunk/debian/changelog	2014-08-09 05:20:48 UTC (rev 11135)
+++ packages/gespeaker/trunk/debian/changelog	2014-08-09 07:06:16 UTC (rev 11136)
@@ -1,3 +1,10 @@
+gespeaker (0.8.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add dependency on python-xdg. (Closes: #756038)
+
+ -- Vincent Cheng <vcheng at debian.org>  Sat, 09 Aug 2014 00:02:59 -0700
+
 gespeaker (0.8.2-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/gespeaker/trunk/debian/control
===================================================================
--- packages/gespeaker/trunk/debian/control	2014-08-09 05:20:48 UTC (rev 11135)
+++ packages/gespeaker/trunk/debian/control	2014-08-09 07:06:16 UTC (rev 11136)
@@ -2,7 +2,8 @@
 Section: sound
 Priority: optional
 Maintainer: Fabio Castelli <muflone at vbsimple.net>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders:
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
 X-Python-Version: >= 2.6
 Standards-Version: 3.9.5
@@ -12,7 +13,17 @@
 
 Package: gespeaker
 Architecture: all
-Depends: espeak, espeak-data, librsvg2-common, python-gtk2, python-glade2, python-gobject, alsa-utils | pulseaudio-utils, ${python:Depends}, ${misc:Depends}
+Depends:
+ alsa-utils | pulseaudio-utils,
+ espeak,
+ espeak-data,
+ librsvg2-common,
+ python-glade2,
+ python-gobject,
+ python-gtk2,
+ python-xdg,
+ ${misc:Depends},
+ ${python:Depends}
 Suggests: mbrola
 Description: GTK+ front-end for eSpeak and mbrola
  Gespeaker is a GTK+ frontend for eSpeak and mbrola.

Modified: packages/gespeaker/trunk/debian/copyright
===================================================================
--- packages/gespeaker/trunk/debian/copyright	2014-08-09 05:20:48 UTC (rev 11135)
+++ packages/gespeaker/trunk/debian/copyright	2014-08-09 07:06:16 UTC (rev 11136)
@@ -38,4 +38,3 @@
     Copyright (C) 2009, Fabio Castelli <muflone at vbsimple.net>
 
 and is licensed under the GPL, see above.
-




More information about the Python-apps-commits mailing list