[Python-apps-commits] r4299 - in packages/gespeaker/trunk (8 files)

muflone-guest at users.alioth.debian.org muflone-guest at users.alioth.debian.org
Sat Dec 12 18:14:55 UTC 2009


    Date: Saturday, December 12, 2009 @ 18:14:55
  Author: muflone-guest
Revision: 4299

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/gespeaker/trunk/debian/
  packages/gespeaker/trunk/debian/changelog
  packages/gespeaker/trunk/debian/compat
  packages/gespeaker/trunk/debian/control
  packages/gespeaker/trunk/debian/copyright
  packages/gespeaker/trunk/debian/pycompat
  packages/gespeaker/trunk/debian/pyversions
  packages/gespeaker/trunk/debian/rules


Property changes on: packages/gespeaker/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gespeaker/trunk/debian/changelog
===================================================================
--- packages/gespeaker/trunk/debian/changelog	                        (rev 0)
+++ packages/gespeaker/trunk/debian/changelog	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1,5 @@
+gespeaker (0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #559684)
+
+ -- Fabio Castelli <muflone at vbsimple.net>  Sun, 07 Dec 2009 21:26:56 +0100

Added: packages/gespeaker/trunk/debian/compat
===================================================================
--- packages/gespeaker/trunk/debian/compat	                        (rev 0)
+++ packages/gespeaker/trunk/debian/compat	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1 @@
+7

Added: packages/gespeaker/trunk/debian/control
===================================================================
--- packages/gespeaker/trunk/debian/control	                        (rev 0)
+++ packages/gespeaker/trunk/debian/control	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1,19 @@
+Source: gespeaker
+Section: sound
+Priority: optional
+Maintainer: Fabio Castelli <muflone at vbsimple.net>
+Build-Depends: cdbs, python2.5, python-support (>=0.6), debhelper (>= 7)
+Standards-Version: 3.8.3
+Homepage: http://code.google.com/p/gespeaker/
+
+Package: gespeaker
+Architecture: all
+Depends: espeak, espeak-data, python-gtk2, python-glade2, python-gobject, alsa-utils | pulseaudio-utils, ${python:Depends}, ${misc:Depends}
+Suggests: mbrola
+Description: A GTK+ frontend for eSpeak and mbrola
+ Gespeaker is a GTK+ frontend for eSpeak and mbrola.
+ It allows to play a text in many languages with settings 
+ for voice, pitch, volume, speed and word gap.
+ .
+ Since version 0.6 it can use mbrola package and voices to
+ obtain a more realistic text reading experience.

Added: packages/gespeaker/trunk/debian/copyright
===================================================================
--- packages/gespeaker/trunk/debian/copyright	                        (rev 0)
+++ packages/gespeaker/trunk/debian/copyright	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    Fabio Castelli <muflone at vbsimple.net> on Sun, 06 Dec 2009 22:35:32 +0100
+
+It was downloaded from:
+
+    http://code.google.com/p/gespeaker/
+
+Upstream Author:
+
+    Fabio Castelli <muflone at vbsimple.net>
+
+Copyright:
+
+    <Copyright (C) 2009 Fabio Castelli>
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009, Fabio Castelli <muflone at vbsimple.net>
+
+and is licensed under the GPL, see above.
+

Added: packages/gespeaker/trunk/debian/pycompat
===================================================================
--- packages/gespeaker/trunk/debian/pycompat	                        (rev 0)
+++ packages/gespeaker/trunk/debian/pycompat	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1 @@
+2

Added: packages/gespeaker/trunk/debian/pyversions
===================================================================
--- packages/gespeaker/trunk/debian/pyversions	                        (rev 0)
+++ packages/gespeaker/trunk/debian/pyversions	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1 @@
+2.4-

Added: packages/gespeaker/trunk/debian/rules
===================================================================
--- packages/gespeaker/trunk/debian/rules	                        (rev 0)
+++ packages/gespeaker/trunk/debian/rules	2009-12-12 18:14:55 UTC (rev 4299)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+
+# Add here any variable or target overrides you need.
+clean::
+	rm -rf build/
+


Property changes on: packages/gespeaker/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list