1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
python-espeak (0.5-6) unstable; urgency=medium
* control: Add python3-setuptools build-dep (Closes: #1080742)
* rules: Disable dh_auto_test, it doesn't like python-espeak not having any.
-- Samuel Thibault <sthibault@debian.org> Sat, 07 Sep 2024 17:37:03 +0200
python-espeak (0.5-5) unstable; urgency=medium
* control: Bump Standards-Version to 4.6.0 (no change)
* control: Make Multi-Arch: same.
* control: Replace python3-all-dev build-dep with python3-all-dev:any,
libpython3-all-dev.
* control, rules: Replace dh-python and --with python3 with
dh-sequence-python3.
-- Samuel Thibault <sthibault@debian.org> Sun, 01 Jan 2023 22:38:37 +0100
python-espeak (0.5-4) unstable; urgency=medium
* control: Set Rules-Requires-Root to no.
* watch: Generalize URL, switch to version 4.
-- Samuel Thibault <sthibault@debian.org> Sat, 18 Sep 2021 18:37:57 +0200
python-espeak (0.5-3) unstable; urgency=medium
[ Samuel Thibault ]
* control: Update alioth list domain.
* copyright: Fix obsolete field names.
* copyright: Use https URL for Format.
* control: Bump Standards-Version to 4.5.0.
* control: Bump debhelper compat to 12.
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Repository, Repository-Browse.
* Refer to specific version of license GPL-3+.
-- Samuel Thibault <sthibault@debian.org> Sun, 01 Nov 2020 01:58:33 +0100
python-espeak (0.5-2) unstable; urgency=medium
* Salvage package, Closes: #945964.
* control: Set maintainer to the TTS team, uploaders to Siegfried-Angel and
myself. Add VCS URLs. Closes: #942620.
-- Samuel Thibault <sthibault@debian.org> Tue, 03 Dec 2019 09:57:20 +0100
python-espeak (0.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937733
-- Sandro Tosi <morph@debian.org> Fri, 18 Oct 2019 22:40:35 -0400
python-espeak (0.5-1) unstable; urgency=low
* New upstream version.
* Added python3-espeak.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> 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 <rainct@ubuntu.com> 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 <rainct@ubuntu.com> 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 <rainct@ubuntu.com> Sun, 20 Feb 2011 19:37:31 +0100
python-espeak (0.1-0ubuntu1) lucid; urgency=low
* Initial release.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Tue, 17 Nov 2009 18:55:04 +0100
|