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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727
|
espeak-ng (1.51+dfsg-10+deb12u2) bookworm; urgency=medium
* patches/espeak-stdin: Fix dropping last byte of stdin input.
-- Samuel Thibault <sthibault@debian.org> Sat, 21 Dec 2024 00:17:25 +0100
espeak-ng (1.51+dfsg-10+deb12u1) bookworm; urgency=medium
* patches/CVE: Fix CVE-2023-49990, CVE-2023-49991, CVE-2023-49992,
CVE-2023-49993, CVE-2023-49994 (Closes: Bug#1059060)
-- Samuel Thibault <sthibault@debian.org> Thu, 21 Dec 2023 01:26:02 +0100
espeak-ng (1.51+dfsg-10) unstable; urgency=medium
* watch: Use API instead of releases page.
* tests/control: Build-depend on libclang-rt-dev (Closes: Bug#1029556).
-- Samuel Thibault <sthibault@debian.org> Thu, 26 Jan 2023 01:09:47 +0100
espeak-ng (1.51+dfsg-9) unstable; urgency=medium
* watch: Add watching Tags as well.
* patches/mb-fr: Fix confusion between mbrola-fr1 and mbrola-fr4.
-- Samuel Thibault <sthibault@debian.org> Sat, 17 Sep 2022 21:03:12 +0200
espeak-ng (1.51+dfsg-8) unstable; urgency=medium
* patches/lang: Fix testsuite under various locales.
* rules: Fix time of patched md files.
* patches/long-build-path: ssml: Use a larger buffer.
* patches/i386: Actually fix i386-specific behavior.
-- Samuel Thibault <sthibault@debian.org> Sun, 24 Jul 2022 23:49:39 +0200
espeak-ng (1.51+dfsg-7) unstable; urgency=medium
* patches/big-endian: Fix loading wav files on big-endian architectures.
-- Samuel Thibault <sthibault@debian.org> Sat, 09 Apr 2022 10:49:44 +0200
espeak-ng (1.51+dfsg-6) unstable; urgency=medium
* tests/control: Enable fuzz test on supported archs only.
-- Samuel Thibault <sthibault@debian.org> Tue, 05 Apr 2022 14:44:42 +0200
espeak-ng (1.51+dfsg-5) unstable; urgency=medium
* rules: Disable speechplayer for now.
-- Samuel Thibault <sthibault@debian.org> Sun, 03 Apr 2022 18:24:54 +0200
espeak-ng (1.51+dfsg-4) unstable; urgency=medium
* patches/32bits: Make specific to i386, the issue is apparently
i386-specific.
-- Samuel Thibault <sthibault@debian.org> Sun, 03 Apr 2022 16:09:19 +0200
espeak-ng (1.51+dfsg-3) unstable; urgency=medium
* patches/big-endian,32bits: Add expected 32bit and big-endian results
instead of ignoring the discrepancy.
* patches/CI: Ignore false positive on CI.
-- Samuel Thibault <sthibault@debian.org> Sun, 03 Apr 2022 14:13:30 +0200
espeak-ng (1.51+dfsg-2) unstable; urgency=medium
* patches/big-endian: Avoid some tests on big-endian archs.
-- Samuel Thibault <sthibault@debian.org> Sun, 03 Apr 2022 04:15:44 +0200
espeak-ng (1.51+dfsg-1) unstable; urgency=medium
* New upstream release.
- patches/path: Drop, upstream now shows all paths.
- patches/bufsize: Refresh.
- patches/privacy: Refresh.
- patches/greek-rules: Drop, merged upstream.
- patches/fix-tests-bash: Drop, merged upstream.
- patches/no-common: Drop, merged upstream.
- patches/nbsp: Drop, merged upstream.
- patches/mbrola-lang: Drop, merged upstream.
- patches/x: Merged upstream, replace with...
- patches/x: ... avoiding checking +x in debian/.
- patches/event-delay: Drop, merged upstream.
- patches/parallel: Drop upstream patch.
- patches/windows: New patch to drop windows installer test.
- tests/fuzz: Fix fuzz run.
- rules: Drop now-default enabling extdicts.
- tests/tests: Run testsuite.
- patches/32bits: Avoid some tests on 32bit archs.
* tests/: Add fuzzing test.
* patches/parallel: Fix parallel build.
* rules: Enable parallel build.
-- Samuel Thibault <sthibault@debian.org> Sun, 03 Apr 2022 00:35:08 +0200
espeak-ng (1.50+dfsg-10) unstable; urgency=medium
* control: Bump Standards-Version to 4.6.0 (no change)
* patches/even-delay: Drop spurious 50ms delay while processing events, this
adds potentially very long latency to canceling speech.
-- Samuel Thibault <sthibault@debian.org> Sun, 13 Feb 2022 02:41:25 +0100
espeak-ng (1.50+dfsg-9) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
[ Samuel Thibault ]
* patches/nbsp: Avoid non-ascii files.
* patches/mbrola-lang: Fix portuguese and french voices priorities.
* patches/x: Drop spurious +x permission.
-- Samuel Thibault <sthibault@debian.org> Sat, 11 Dec 2021 11:59:57 +0100
espeak-ng (1.50+dfsg-8) unstable; urgency=low
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure),
Name (from ./configure), Repository, Repository-Browse.
* Drop unnecessary dependency on dh-autoreconf.
* Update watch file format version to 4.
[ Samuel Thibault ]
* control: Set Rules-Requires-Root to no.
* rules: Keep mbrola data.
-- Samuel Thibault <sthibault@debian.org> Fri, 20 Aug 2021 13:42:47 +0200
espeak-ng (1.50+dfsg-7) unstable; urgency=medium
* patches/no-common: Fix build with gcc-10 (Closes: Bug#957181).
* control: Update alioth list domain.
* control: Bump Standards-Version to 4.5.0 (no change)
* control: Bump debhelper compat to 12.
* rules: Disable parallel build.
* rules: Create $(CURDIR)/debian/espeak-ng-data-udeb ourself.
* debian/not-installed: Record that we intentionally don't install .la files.
* control: Drop now-unused dh-autoreconf build-dep.
-- Samuel Thibault <sthibault@debian.org> Sun, 02 Aug 2020 01:26:35 +0200
espeak-ng (1.50+dfsg-6) unstable; urgency=medium
* control: Build-depend on kramdown instead of ruby-kramdown
(Closes: #949562).
-- Samuel Thibault <sthibault@debian.org> Thu, 23 Jan 2020 18:24:00 +0100
espeak-ng (1.50+dfsg-5) unstable; urgency=medium
* patches/fix-tests-bash: Fix running tests with /bin/sh being bash.
-- Samuel Thibault <sthibault@debian.org> Sat, 04 Jan 2020 15:30:24 +0100
espeak-ng (1.50+dfsg-4) unstable; urgency=medium
* greek-rules: Add missing greek rules, fixes build on some archs.
-- Samuel Thibault <sthibault@debian.org> Wed, 04 Dec 2019 09:40:35 +0100
espeak-ng (1.50+dfsg-3) unstable; urgency=medium
* rules: Do not set ESPEAK_DATA_PATH, Makefile actually sets it (but
wrongly).
* patches/ESPEAK_DATA_PATH: Fix setting ESPEAK_DATA_PATH.
-- Samuel Thibault <sthibault@debian.org> Tue, 03 Dec 2019 22:50:17 +0100
espeak-ng (1.50+dfsg-2) unstable; urgency=medium
* rules: Set ESPEAK_DATA_PATH to source directory during tests
(Closes: Bug#946052).
-- Samuel Thibault <sthibault@debian.org> Tue, 03 Dec 2019 22:02:21 +0100
espeak-ng (1.50+dfsg-1) unstable; urgency=medium
* New upstream release (Closes: #915201)
- patches/audio_reopen: Upstreamed.
- patches/lessgreat-punct: Upstreamed.
- patches/out_of_bound: Upstreamed.
- patches/nocancel: Upstreamed.
- patches/fix-cancel: Refreshed.
- patches/privacy: Refreshed.
* control: Set Vcs-* to salsa.debian.org.
* control: Bump Standards-Version to 4.4.0 (no changes).
* watch: Generalize pattern.
* rules: Re-enable tests.
-- Samuel Thibault <sthibault@debian.org> Tue, 03 Dec 2019 01:48:39 +0100
espeak-ng (1.49.2+dfsg-8) unstable; urgency=medium
* patches/fix-cancel: Do not open audio when audio speak mode is not
enabled.
-- Samuel Thibault <sthibault@debian.org> Wed, 14 Nov 2018 00:01:43 +0100
espeak-ng (1.49.2+dfsg-7) unstable; urgency=medium
* nocancel: Fix hang on cancellation of threads holding mutexes.
-- Samuel Thibault <sthibault@debian.org> Tue, 13 Nov 2018 11:02:44 +0100
espeak-ng (1.49.2+dfsg-6) unstable; urgency=medium
* rules: Fix binary-indep build, thanks Santiago Vila for the notice.
-- Samuel Thibault <sthibault@debian.org> Wed, 24 Oct 2018 01:28:37 +0200
espeak-ng (1.49.2+dfsg-5) unstable; urgency=medium
* control: Make espeak-ng-espeak Architecture: all.
* control: Bump Standards-Version to 4.2.0 (no changes).
* tests/control: Compare autopkgtest output against reference.
-- Samuel Thibault <sthibault@debian.org> Tue, 23 Oct 2018 18:28:28 +0200
espeak-ng (1.49.2+dfsg-4) unstable; urgency=medium
* control: Bump Standards-Version to 4.1.5 (no changes).
* patches/lessgreat-punct: Upstream fix for punctuation classification
(Closes: Bug#902347).
* tests/control: Add autopkgtest.
-- Samuel Thibault <sthibault@debian.org> Tue, 17 Jul 2018 09:37:47 +0200
espeak-ng (1.49.2+dfsg-3) unstable; urgency=medium
* control: Replace ruby-ronn build-dep with ronn (Closes: Bug#903057).
-- Samuel Thibault <sthibault@debian.org> Fri, 06 Jul 2018 01:43:39 +0200
espeak-ng (1.49.2+dfsg-2) unstable; urgency=medium
* Bump Standards-Version to 4.1.4 (no changes).
* patches/out_of_bound: Fix out of bound access
* patches/audio_reopen: Try to reopen audio device on each text synth, so
that e.g. busy cards don't prevent future text synth.
* patches/privacy: Remove external img URLs from README.html
-- Samuel Thibault <sthibault@debian.org> Thu, 03 May 2018 21:24:54 +0200
espeak-ng (1.49.2+dfsg-1) unstable; urgency=medium
* New upstream release.
- patches/monotonous: Drop patch, fixed upstream.
* control: Bump Standards-Version to 4.1.1.
-- Samuel Thibault <sthibault@debian.org> Sun, 07 Jan 2018 00:29:48 +0100
espeak-ng (1.49.1+dfsg-2) unstable; urgency=medium
* Team upload
[ Samuel Thibault ]
* control: Update maintainer mailing list.
[ Paul Gevers ]
* Upload to 1.49.1+dfsg to unstable
* Improve watch file
* Refresh patches
-- Paul Gevers <elbrus@debian.org> Wed, 12 Jul 2017 20:46:10 +0200
espeak-ng (1.49.0+dfsg-11) unstable; urgency=medium
* patches/bufsize: Increasing the buffersize to 60ms brought back some
overlapping. Revert this to 49ms, which both avoids overlapping, and
was tested to work fine with all MBROLA voices.
-- Samuel Thibault <sthibault@debian.org> Mon, 05 Jun 2017 22:04:57 +0200
espeak-ng (1.49.1+dfsg-1) experimental; urgency=medium
* New upstream release.
- patches/{ieee,git-unary,git-ewmh,big-endian,reproducible,
git-reactivity,bufsize}: Remove, merged upstream.
- rules: Disable dh_auto_test, upstream uses it only for android.
-- Samuel Thibault <sthibault@debian.org> Sat, 29 Apr 2017 17:00:29 +0200
espeak-ng (1.49.0+dfsg-10) unstable; urgency=medium
* patches/bufsize: Increase buffersize to 60ms like upstream did, to fix using
MBROLA voices (Closes: Bug#860891).
-- Samuel Thibault <sthibault@debian.org> Sat, 29 Apr 2017 16:32:54 +0200
espeak-ng (1.49.0+dfsg-9) unstable; urgency=medium
* control: Add version to libespeak-ng-libespeak1 Provides
(Closes: Bug#859949).
-- Samuel Thibault <sthibault@debian.org> Sun, 09 Apr 2017 23:05:00 +0200
espeak-ng (1.49.0+dfsg-8) unstable; urgency=medium
* control: Fix libespeak-ng-libespeak1 dependency on libespeak-ng1, thanks
Andreas Beckmann (Closes: Bug#857523)
-- Samuel Thibault <sthibault@debian.org> Sun, 12 Mar 2017 13:00:59 +0100
espeak-ng (1.49.0+dfsg-7) unstable; urgency=medium
* control: Fix Vcs and Homepage fields, thanks Jeremy Bicha for the notice
(Closes: Bug#851484).
* patches/git-reactivity: Drop part of patch which was reverted upstream.
* patches/fix-cancel: Close audio on cancel like espeak used to do, to make
sure audio cards don't keep PCM in buffers.
-- Samuel Thibault <sthibault@debian.org> Tue, 24 Jan 2017 03:01:06 +0100
espeak-ng (1.49.0+dfsg-6) unstable; urgency=medium
* patches/bufsize: Reduce buffer size to improve interactivity when the
audio output gets stuck.
-- Samuel Thibault <sthibault@debian.org> Thu, 12 Jan 2017 03:41:38 +0100
espeak-ng (1.49.0+dfsg-5) unstable; urgency=medium
* patches/monotonous: Work-around monotonous speech issue with brltty
(Closes: Bug#848158).
-- Samuel Thibault <sthibault@debian.org> Tue, 10 Jan 2017 23:14:24 +0100
espeak-ng (1.49.0+dfsg-4) unstable; urgency=medium
* patches/git-reactivity: Complete with more upstream fixes for reactivity.
-- Samuel Thibault <sthibault@debian.org> Sat, 07 Jan 2017 23:32:08 +0100
espeak-ng (1.49.0+dfsg-3) unstable; urgency=medium
* patches/reproducible: Make build reproducible by fixing uninitialized
values.
* patches/git-reactivity: cherry-pick upstream fix for reactivity
(Closes: Bug#848016)
-- Samuel Thibault <sthibault@debian.org> Mon, 26 Dec 2016 16:11:13 +0100
espeak-ng (1.49.0+dfsg-2) unstable; urgency=medium
* control: Update Uploaders.
* patches/big-endian: Fix build on big-endian archs.
-- Samuel Thibault <sthibault@debian.org> Wed, 09 Nov 2016 00:37:35 +0100
espeak-ng (1.49.0+dfsg-1) unstable; urgency=medium
* New fork release (Closes: Bug#836800)
* patches: Remove all patches except path, and refresh it.
* patches/ieee: Fix ieee80.c build.
* control: Rename packages to espeak-ng. Add espeak-ng-espeak,
libespeak-ng-espeak1, and libespeak-ng-espeak-dev compatibility
packages. Add dh-autoreconf, dh-exec, ruby-ronn, ruby-kramdown
build-dependencies, replace portaudio19-dev and libpulse-dev dependency
with libpcaudio-dev.
* watch: Switch to espeak-ng;
* docs,copyright,espeak-ng.doc-base: update.
* clean, dirs: drop.
* rules: Almost drop everything.
* espeak.1, manpages: Remove, merged upstream.
-- Samuel Thibault <sthibault@debian.org> Wed, 14 Sep 2016 01:05:00 +0200
espeak (1.48.04+dfsg-5) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #836690)
+ Pass triplet-prefixed CXX to make
-- Samuel Thibault <sthibault@debian.org> Sun, 04 Sep 2016 19:42:23 +0200
espeak (1.48.04+dfsg-4) unstable; urgency=medium
* patches/path: Drop looking for voices in /usr/share/mbrola/voices: our
Debian packages never put voices there, and letting espeak look there
would show a warning to the user that suggests that voices should be put
there, which is not the case in Debian.
-- Samuel Thibault <sthibault@debian.org> Sun, 04 Sep 2016 18:29:54 +0200
espeak (1.48.04+dfsg-3) unstable; urgency=medium
* patches/char_cast: New patch, fixes build with g++-6 (Closes: Bug#811772).
* rules: Set ddeb-migration.
* control: Depend on debhelper 9.20150628 for ddeb-migration.
* control: Bump Standards-Version to 3.9.8 (no change).
-- Samuel Thibault <sthibault@debian.org> Sun, 22 May 2016 23:59:25 +0200
espeak (1.48.04+dfsg-2) unstable; urgency=medium
* watch: Generalize URL.
* Bump Standards-Version to 3.9.6 (no changes).
* espeak.1: Update, thus adding -g and -z documentation. Closes: Bug#788190.
* patches/fpic: Patch from upstream to fix sparc64 build.
* compat: Bump to 9.
* rules: Use dh.
* control: Drop hardening-wrapper build-depend.
-- Samuel Thibault <sthibault@debian.org> Tue, 22 Dec 2015 20:30:50 +0100
espeak (1.48.04+dfsg-1) unstable; urgency=medium
* Rebuild upstream tarball without windows platform files.
* watch: Mangle version for +dfsg.
* copyright: Add portaudio and sonic licences. Closes: Bug#747214.
* Remove libespeak1-udeb, we will continue linking espeakup statically.
Closes: Bug#747240.
-- Samuel Thibault <sthibault@debian.org> Fri, 11 Jul 2014 12:04:40 +0200
espeak (1.48.04-1) unstable; urgency=medium
* New upstream release
* copyright: Update.
* patches/utf-8-init: Refresh.
* rules: Fix privacy-breach-logo.
-- Samuel Thibault <sthibault@debian.org> Thu, 01 May 2014 19:05:04 +0200
espeak (1.47.11-2) unstable; urgency=medium
* Add libespeak1-udeb shared library for the installer, so it can be
upgraded at the same time as libespeak-data.
* libespeak1.shlibs: Remove file, replaced by dh_makeshlibs call.
* Remove pulse-trigger-on-final-chunk, it actually does not have effect.
* Bump Standards-Version to 3.9.5 (no changes).
-- Samuel Thibault <sthibault@debian.org> Mon, 24 Feb 2014 00:50:40 -0500
espeak (1.47.11-1) unstable; urgency=low
* New upstream release
* debian/rules: Use phondata-manifest in the espeak-data directory
* Updated espeak manpage
* Updated copyright
[ Jason White ]
* Pass compiler flags on make command line so they won't be ignored.
(Closes: #707925)
* Rebuild object files with AUDIO=runtime after building static library
without it. (Closes: #707912)
[ Samuel Thibault ]
* Add utf-8-init patch to fix initialization of utf-8 locale for proper
character properties detection.
* Add pulse-trigger-on-final-chunk patch to flush the pulse output.
-- Samuel Thibault <sthibault@debian.org> Wed, 19 Jun 2013 20:57:44 +0200
espeak (1.46.02-2) unstable; urgency=low
* debian/rules: Move espeak-data to /usr/lib/$multiarch/espeak-data to
permit...
* debian/control: ... make espeak-data multiarch: same.
* control:
- Bump Standards-Version to 3.9.3 (no changes).
- Do not make espeak-data recommend espeak (Closes: Bug#674851).
-- Samuel Thibault <sthibault@debian.org> Fri, 08 Jun 2012 22:52:29 +0200
espeak (1.46.02-1) unstable; urgency=low
[ Luke Yelavich ]
* Update the explanation of the -b command-line flag in the espeak manpage
* New upstream release
* debian/control: Add libpulse-dev as a build dependency
* debian/rules:
- Build espeak with AUDIO=runtime
- Reinstate parsing the changelog for the soname version, and extend the
command to only extract the major version of the soname
* debian/patches/leak: Dropped, applied upstream
* Build for multi-arch
* Fix some lintian warnings
[ Samuel Thibault ]
* control: Depend on hardening-check.
* rules: Set DEB_BUILD_HARDENING=1 to enable hardening.
-- Luke Yelavich <themuso@ubuntu.com> Sun, 08 Jan 2012 11:33:31 +0000
espeak (1.45.04-2) unstable; urgency=low
[ Samuel Thibault ]
* debian/control: Build-depend on libsonic-dev.
* debian/patches/sonic: New patch to make espeak use the system libsonic
instead of its copy.
* debian/patches/leak: Fix fd leak (Closes: Bug#638745).
[ Boris Dušek ]
* espeak-dbg: Fix package description
-- Boris Dušek <dusek@brailcom.org> Wed, 15 Jun 2011 13:24:20 +0200
espeak (1.45.04-1) unstable; urgency=low
[ Samuel Thibault ]
* New upstream release (Closes: #622747).
* Bump Standards-Version to 3.9.2 (no change needed)
* Remove "A" from package descriptions, see lintian's
description-synopsis-starts-with-article.
-- Samuel Thibault <sthibault@debian.org> Sun, 01 May 2011 17:16:59 +0200
espeak (1.45.03-1) unstable; urgency=low
New upstream release (Closes: Bug#614386).
* debian/control: Update language support comment.
-- Samuel Thibault <sthibault@debian.org> Mon, 28 Mar 2011 20:54:50 +0200
espeak (1.44.05-1) unstable; urgency=low
[ Luke Yelavich ]
* debian/copyright: update
* Update manpage to add command-line flags and fix some errors
[ Mario Lang ]
* New upstream version (Closes: Bug#594872)
[ Nicolas Boulenguez ]
* Made the html docs a subdir.
* Referenced it in doc-base.
* Correct syntax in manpage.
* Separate common paragraph of each description, to ease translations.
* Remove empty postinst and postrm.
* Add ${misc:Depends} to espeak-data-udeb, update the description to mention
d-i.
* Use Package-Type instead of XC-Package-Type.
[ Samuel Thibault ]
* debian/copyright: Fix Jonathan's mail.
* debian/control: Add espeak-dbg package.
* debian/rules: Put debugging symbols into espeak-dbg (Closes: Bug#608984).
-- Samuel Thibault <sthibault@debian.org> Sun, 30 Jan 2011 20:41:59 +0100
espeak (1.43.03-2) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 3.9.0 (no change needed).
* debian/patches/big-endian.diff: New patch to fix phoneme index on
big-endian machines (Closes: #585654).
* debian/rules: Use portaudio19.h for building, but revert to upstream
portaudio18.h on cleaning.
-- Samuel Thibault <sthibault@debian.org> Sun, 01 Aug 2010 22:30:18 +0200
espeak (1.43.03-1) unstable; urgency=low
* New upstream release (Closes: #564583, #573536).
* debian/control:
- Add misc:Depends to espeak-data.
- Bump Standards-Version to 3.9.0 (no change needed).
- Set Maintainer to debian-accessibility.
- Add myself as uploader.
-- Samuel Thibault <sthibault@debian.org> Sun, 18 Jul 2010 19:54:37 +0200
espeak (1.43-1) unstable; urgency=low
[ Samuel Thibault ]
* debian/watch: Add.
* debian/rules: Systematically rebuild voices for big-endian architectures
(Closes: Bug#439019).
* src/speak_lib.h: Include stddef.h (Closes: Bug#565571).
[ Mario Lang ]
* New upstream release.
* debian:watch: Use sf redirector.
* debian/rules: Fix location of phonedata-manifest.
* debian/rules Add ${misc:Depends} to a few packages to make lintian
happy.
* debian/control: Upgrade Standards-Version from 3.8.1 to 3.8.4 (no
changes).
-- Mario Lang <mlang@debian.org> Fri, 19 Feb 2010 19:30:55 +0100
espeak (1.41.01-1) unstable; urgency=low
* New Upstream Version (Closes: Bug#543453)
* Remove the paragraph about KTTS from the package description
(Closes: Bug#492000).
-- Mario Lang <mlang@debian.org> Tue, 25 Aug 2009 17:23:53 +0200
espeak (1.40.02-2) unstable; urgency=low
* Provide espeak-data-udeb. (Closes: 522578)
* debian/control:
- Add Vcs-Git and Vcs-Browser fields.
- Update Standards-Version to 3.8.1 (no changes).
-- Mario Lang <mlang@debian.org> Sun, 24 May 2009 22:55:52 +0200
espeak (1.40.02-1) unstable; urgency=low
* New upstream release.
* debian/control: Update Standards-Version to 3.8.0 (no changes).
-- Mario Lang <mlang@debian.org> Sun, 15 Feb 2009 14:13:26 +0100
espeak (1.37-1) unstable; urgency=low
* New upstream release.
-- Mario Lang <mlang@debian.org> Sun, 20 Apr 2008 19:01:41 +0200
espeak (1.36.02-1) unstable; urgency=low
* New upstream release.
-- Mario Lang <mlang@debian.org> Tue, 18 Mar 2008 17:32:49 +0100
espeak (1.30-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Add Hompeage field.
- Update Standards-Version to 3.7.3 (no changes).
* debian/copyright: Update to include missed copyright
holders and mention big_endian/espeak-phoneme-data.c.
-- Mario Lang <mlang@debian.org> Sat, 05 Jan 2008 12:58:30 +0100
espeak (1.29-1) unstable; urgency=low
* New upstream release (Closes: Bug#439770).
* debian/copyright: Upstream switched to GPLv3. Update accordingly.
* debian/libespeak1.shlibs: Bump version.
-- Mario Lang <mlang@debian.org> Sun, 14 Oct 2007 12:51:29 +0200
espeak (1.26-1) unstable; urgency=low
* New upstream release.
* debian/control: Change ${Source-Version} to ${binary:Version}.
-- Mario Lang <mlang@debian.org> Fri, 08 Jun 2007 20:04:18 +0200
espeak (1.25-1) unstable; urgency=low
* New upstream release.
* debian/rules: Grab the upstream version using dpkg-parsechangelog.
-- Mario Lang <mlang@debian.org> Sun, 20 May 2007 16:12:39 +0200
espeak (1.22-1) unstable; urgency=low
* New upstream release.
* Install speak_lib.h in /usr/include/espeak.
* Install src/espeak (dynamically linked) rather then src/speak.
* Use -L and -l with dh_shlibdeps so we pick up a tight dependency
on libespeak1 for package espeak.
* Change espeak-data to Arch: any.
-- Mario Lang <mlang@debian.org> Sat, 14 Apr 2007 22:42:03 +0200
espeak (1.19-2) unstable; urgency=low
* Change roundl() to round() in src/wave.cpp.
-- Mario Lang <mlang@debian.org> Mon, 29 Jan 2007 13:32:47 +0100
espeak (1.19-1) unstable; urgency=low
* New upstream release (Closes: Bug#406840, Bug#408741).
-- Mario Lang <mlang@debian.org> Sun, 28 Jan 2007 23:58:18 +0100
espeak (1.16-2) unstable; urgency=low
* Fix first-person description (Closes: Bug#399585)
-- Mario Lang <mlang@debian.org> Mon, 27 Nov 2006 15:24:02 +0100
espeak (1.16-1) unstable; urgency=low
* New upstream release
* Add missing dh_makeshlibs and fix misplaced dh_installdeb call.
-- Mario Lang <mlang@debian.org> Tue, 7 Nov 2006 10:55:27 +0100
espeak (1.15-0ubuntu2) edgy; urgency=low
* Fixed up dependencies for espeak and libespeak1 to properly depend
on espeak-data.
-- Luke Yelavich <themuso@ubuntu.com> Fri, 29 Sep 2006 09:40:44 +1000
espeak (1.15-0ubuntu1) edgy; urgency=low
* New upstream release.
* Updated manpage.
* Break out synthesizer data files into new package, espeak-data.
* Created libespeak1 and libespeak-dev library packages.
* debian/control: Removed ${misc:Depends} from the espeak package
Depends field as it isn't needed.
-- Luke Yelavich <themuso@ubuntu.com> Tue, 26 Sep 2006 18:58:56 +1000
espeak (1.11-0ubuntu1) edgy; urgency=low
* New upstream release.
* debian/rules: Cleaned up a little bit.
-- Luke Yelavich <themuso@ubuntu.com> Wed, 9 Aug 2006 20:59:08 +1000
espeak (1.10-0ubuntu1) edgy; urgency=low
* Initial release.
-- Luke Yelavich <themuso@ubuntu.com> Fri, 23 Jun 2006 08:49:03 +0200
|