debian/0000775000000000000000000000000012316407741007175 5ustar debian/source/0000775000000000000000000000000011530257173010474 5ustar debian/source/format0000664000000000000000000000001412257623116011703 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000166712257625777011161 0ustar Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-espeak Upstream-Maintainer: Siegfried-A. Gevatter Upstream-Source: https://launchpad.net/python-espeak Files: * Copyright: © 2009-2013, Siegfried-A. Gevatter © 2009-2013, 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'. debian/changelog0000664000000000000000000000307712316407741011056 0ustar python-espeak (0.5-1build1) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 02:01:21 +0100 python-espeak (0.5-1) unstable; urgency=low * New upstream version. * Added python3-espeak. -- Siegfried-Angel Gevatter Pujals Sat, 28 Dec 2013 20:29:18 +0100 python-espeak (0.4-1) unstable; urgency=low * Initial upload to Debian (Closes: #610893). -- Siegfried-Angel Gevatter Pujals Sun, 01 Jan 2012 19:28:22 +0100 python-espeak (0.4-0ubuntu1) precise; urgency=low * New upstream version: - Fixes an invalid pointer dereference in list_voices (LP: #889901). * Bump Standards-Version to 3.9.2 and add debian/watch file. -- Siegfried-Angel Gevatter Pujals Sun, 01 Jan 2012 18:26:35 +0100 python-espeak (0.3-0ubuntu1) natty; urgency=low * New upstream version. Changes since version 0.1: - Fixes words being spoken inconsistently (LP: #580781). - Exposes the SSML, phonemes, endpause and user_data options in synth(). - Exposes Punctuation and Gender constants. Parameter constants are now wrapped into a Python class. * Update packaging to Debian source format "3.0 (quilt)". * Version 0.2 introduced API changes that Break espeak-gui 0.2. -- Siegfried-Angel Gevatter Pujals Sun, 20 Feb 2011 19:37:31 +0100 python-espeak (0.1-0ubuntu1) lucid; urgency=low * Initial release. -- Siegfried-Angel Gevatter Pujals Tue, 17 Nov 2009 18:55:04 +0100 debian/control0000664000000000000000000000340612257625604010607 0ustar Source: python-espeak Section: python Priority: optional Maintainer: Siegfried-Angel Gevatter Pujals Homepage: https://launchpad.net/python-espeak Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~), python3-all-dev, dh-python, libespeak-dev Standards-Version: 3.9.4 Package: python-espeak Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Breaks: espeak-gui (<< 0.3) Description: Python bindings for eSpeak eSpeak is a software speech synthesizer for English, and some other languages. . eSpeak produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . 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. Package: python3-espeak Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Breaks: espeak-gui (<< 0.3) Description: Python bindings for eSpeak eSpeak is a software speech synthesizer for English, and some other languages. . eSpeak produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . 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. debian/rules0000775000000000000000000000104312257625517010262 0ustar #!/usr/bin/make -f %: dh $@ --with python2,python3 override_dh_auto_build: override_dh_auto_install: dh_install -ppython-espeak set -e && for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-espeak; \ done dh_install -ppython3-espeak set -e && for py3vers in $(shell py3versions -sv); do \ python$$py3vers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-espeak; \ done override_dh_clean: dh_clean rm -rf $(CURDIR)/build debian/watch0000664000000000000000000000015412257623116010226 0ustar version=2 https://launchpad.net/python-espeak/+download \ (?:.*)/python-espeak[-_](.*)\.(.orig)?tar\.gz debian/compat0000775000000000000000000000000212257623116010376 0ustar 7