--- python-espeak-0.1.orig/debian/rules +++ python-espeak-0.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- python-espeak-0.1.orig/debian/changelog +++ python-espeak-0.1/debian/changelog @@ -0,0 +1,5 @@ +python-espeak (0.1-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Siegfried-Angel Gevatter Pujals Tue, 17 Nov 2009 18:55:04 +0100 --- python-espeak-0.1.orig/debian/compat +++ python-espeak-0.1/debian/compat @@ -0,0 +1 @@ +5 --- python-espeak-0.1.orig/debian/control +++ python-espeak-0.1/debian/control @@ -0,0 +1,22 @@ +Source: python-espeak +Section: python +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Homepage: https://launchpad.net/python-espeak +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all-dev, + python-support (>= 0.5.3), libespeak-dev +Standards-Version: 3.8.3 + +Package: python-espeak +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +XB-Python-Version: ${python:Versions} +Description: Python bindings for eSpeak + eSpeak is a software speech synthesizer for English, and some other + languages. + . + This package contains bindings to use eSpeak from within Python + applications. + . + Be aware that python-espeak is still in an early state; it's incomplete + and the API may change in future versions. --- python-espeak-0.1.orig/debian/copyright +++ python-espeak-0.1/debian/copyright @@ -0,0 +1,22 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437 +Upstream-Name: python-espeak +Upstream-Maintainer: Siegfried-A. Gevatter +Upstream-Source: https://launchpad.net/python-espeak + +Files: * +Copyright: © 2009, Siegfried-A. Gevatter + © 2009 Joe Burmeister +License: GPL-3+ + +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. +. + This program 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. +. + Please see `/usr/share/common-licenses/GPL'.