File: changelog

package info (click to toggle)
espeakup 1%3A0.90-17
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 604 kB
  • sloc: ansic: 1,203; sh: 356; makefile: 55
file content (684 lines) | stat: -rw-r--r-- 24,301 bytes parent folder | download
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
espeakup (1:0.90-17) unstable; urgency=medium

  * control: Also put espeak-ng in Built-Using, to keep its source.
  * espeakup-udeb.start: Fix input at d-i startup.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 09 Feb 2025 01:50:06 +0100

espeakup (1:0.90-16) unstable; urgency=medium

  * espeakup-udeb.start: Fix interaction with debconf (closes: Bug#1085991)

 -- Samuel Thibault <sthibault@debian.org>  Fri, 25 Oct 2024 01:39:15 +0200

espeakup (1:0.90-15) unstable; urgency=medium

  * espeakup-udeb.start: Fix letting g-i boot (closes: Bug#1081950)

 -- Samuel Thibault <sthibault@debian.org>  Mon, 16 Sep 2024 21:05:03 +0200

espeakup (1:0.90-14) unstable; urgency=medium

  [ Samuel Thibault ]
  * control: Drop dependency on now-obsolete lsb-base.
  * control: Replace systemd build-dep with systemd-dev (Closes: Bug#1060487)
  * control: Replace pkg-config deps with pkgconf.
  * control: Use Static-Built-Using instead of Built-Using.
  * espeakup-udeb.start: Disable prompts when auto-install/enable is set to
    true.
  * espeakup-udeb.start: Reduce audio card probe timeout to 20s.
  * espeakup-udeb.start: Support preseeding espeakup/card and espeakup/voice.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 14 Sep 2024 23:32:32 +0200

espeakup (1:0.90-13) unstable; urgency=medium

  * espeakup-udeb.start: Log the number and ids of detected audio cards.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 08 Mar 2023 00:09:40 +0100

espeakup (1:0.90-12) unstable; urgency=medium

  * espeakup-udeb.restart: Avoid warning about missing mbrola voice in installer.
  * espeakup-udeb.start: Run espeakup in a loop, to compensate for crashes.
  * espeakup-udeb.restart: Only kill espeakup, let it restart by itself.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 29 Nov 2022 01:13:54 +0100

espeakup (1:0.90-11) unstable; urgency=medium

  * espeakup-udeb.finish-install: Set speakup_soft direct parameter to 1 in the
    installed system for non-english language, to fix the pronunciation of
    symbols and numbers.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 17 Sep 2022 21:03:36 +0200

espeakup (1:0.90-10) unstable; urgency=medium

  * patches/error: Avoid leaving error uninitialized.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 15 Aug 2022 23:51:25 +0200

espeakup (1:0.90-9) unstable; urgency=medium

  * patches/punct: Fix punctuation levels values.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 15 Aug 2022 23:43:46 +0200

espeakup (1:0.90-8) unstable; urgency=medium

  * debian/control: Use espeak-ng 1.51.
  * debian/espeakup-udeb.restart: Drop old approximations
  * debian/rules update LANG_APPROX accordingly.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 03 Apr 2022 18:12:06 +0200

espeakup (1:0.90-7) unstable; urgency=medium

  * patches/flow_control: Throttle on EE_BUFFER_FULL errors.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 01 Mar 2022 13:39:41 +0100

espeakup (1:0.90-6) unstable; urgency=medium

  * control: Bump Standards-Version to 4.6.0 (no change)
  * patches/nice: Protect espeakup from system overloads.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 13 Feb 2022 02:41:59 +0100

espeakup (1:0.90-5) unstable; urgency=medium

  [ Samuel Thibault ]
  * espeakup-udeb.restart: Also install espeak-ng, for speech-dispatcher to be
    able to use mbrola voices.
  * control: Drop espeakup dependency on espeak, I don't think it has ever
    been useful actually, even less so now that we use espeak-ng.
  * watch: Update.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on libsonic-dev.
    + espeakup: Drop versioned constraint on lsb-base in Depends.
    + espeakup-udeb: Drop versioned constraint on libkmod2-udeb in Depends.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 26 Oct 2021 00:27:57 +0200

espeakup (1:0.90-4) unstable; urgency=medium

  * espeakup-udeb.restart: Make sure we don't hit en1mrpa / us1mrpa.
  * espeakup-udeb.finish-install: Install the mbrola voice used during
    installation.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 22 Aug 2021 15:52:18 +0200

espeakup (1:0.90-3) unstable; urgency=medium

  * espeakup-udeb.start: Fix typo.
  * espeakup-udeb.restart: Add more languages approximations.
  * rules: Check whether we still want the approximations.
  * espeakup-udeb.restart: Add support for mbrola voices.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 20 Aug 2021 13:46:50 +0200

espeakup (1:0.90-2) unstable; urgency=medium

  * control: Make package linux-only.
  * espeakup-udeb.start: Print the ALSA card number when choosing cards.
  * espeakup.postinst: Upgrade to default_voice variable name in
    /etc/default/espeakup (Closes: Bug#992529)

 -- Samuel Thibault <sthibault@debian.org>  Thu, 19 Aug 2021 21:23:55 +0200

espeakup (1:0.90-1) unstable; urgency=medium

  [ Samuel Thibault ]
  * New upstream release.
    - patches/pause: upstreamed.
    - patches/tarball: unused.
    - patches/space: upstreamed.
    - patches/unicode: upstreamed.
    - patches/empty-default: upstreamed.
    - patches/mutex: upstreamed.
    - patches/audio-pause: upstreamed.
    - patches/long-name: upstreamed.
    - patches/alsa-volume: upstreamed.
    - patches/init-espeak-ng-mbrola: upstreamed.
    - patches/range: upstreamed.
    - patches/index: upstreamed.
    - control, rules, espeakup-udeb.install: Update to meson build system.
    - docs: Fix README path.
    - control: Add ronn and systemd build-deps.
    - espeakup.service: upstreamed.
    - patches/systemd: Support /etc/default/espeakup in systemd unit.
    - espeakup.default: Use upstream-named default_voice variable instead of
    VOICE variable.
    - espeakup.init: Likewise.
    - espeakup-udeb.finish-install: Likewise.
    - espeakup-udeb.restart: Likewise.
    - control, rules: Build against libespeak-ng-dev instead of
    libespeak-ng-libespeak-dev.
  * rules: fix passing hardening CPPFLAGS and LDFLAGS for udeb build.

  [ Matthias Klose ]
  * Allow one to build without udeb package. (Closes: Bug#983437)

  [ Samuel Thibault ]
  * control: Set Rules-Requires-Root to no.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 15 Aug 2021 22:57:56 +0200

espeakup (1:0.80-20) unstable; urgency=medium

  * espeakup-udeb.finish-install: Carry over the alsa mixer levels into the
    installed system.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 04 Apr 2021 14:33:26 +0200

espeakup (1:0.80-19) unstable; urgency=medium

  * patches/range: Really enable patch.
  * patches/index: Add support for indexing.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 09 Nov 2020 20:39:46 +0100

espeakup (1:0.80-18) unstable; urgency=medium

  * control: Bump Standards-Version to 4.5.0 (no change)
  * control: Add Built-Using field to espeakup-udeb.
  * rules: Generate Built-Using field.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 27 Sep 2020 23:51:02 +0200

espeakup (1:0.80-17) unstable; urgency=medium

  [ Samuel Thibault ]
  * rules: Rely on pre-initialized dpkg-architecture variables.
  * patches/long-name: browntape-fix using voices with long names.
  * patches/range: Support pitch range configuration.
  * patches/alsa-volume: Support setting ALSA volume in addition to espeak
    volume.
  * control: Update alioth list domain.
  * patches/init-espeak-ng-mbrola: Fix using mbrola voices with espeak-ng.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Use canonical URL in Vcs-Browser, Vcs-Git.
  * Update standards version to 4.4.1, no changes needed.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 29 Apr 2020 02:55:37 +0200

espeakup (1:0.80-16) unstable; urgency=medium

  [ Samuel Thibault ]
  * debian/espeakup-udeb.start: Do not use sleep with subsecond durations.
  * control: Set Vcs-* to salsa.debian.org.
  * control: Bump Standards-Version to 4.4.0 (no changes).
  * espeakup-udeb.start: Print the number of detected cards.
  * watch: Generalize pattern.

  [ Helmut Grohne ]
  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: Bug#929865)

 -- Samuel Thibault <sthibault@debian.org>  Sun, 01 Dec 2019 14:40:45 +0100

espeakup (1:0.80-15) unstable; urgency=medium

  * debian/espeakup-udeb.start: Wait longer for sound cards...
    (Closes: Bug#929169).

 -- Samuel Thibault <sthibault@debian.org>  Sat, 18 May 2019 16:37:19 +0200

espeakup (1:0.80-14) unstable; urgency=medium

  * rules: Restart espeakup after upgrade (Closes: Bug#925973).

 -- Samuel Thibault <sthibault@debian.org>  Fri, 29 Mar 2019 17:03:23 +0100

espeakup (1:0.80-13) unstable; urgency=medium

  * debian/espeakup.finish-install: Fix writing down card id.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 20 Feb 2019 15:44:59 +0100

espeakup (1:0.80-12) unstable; urgency=medium

  * debian/espeakup.service: Fix compatibility with older versions of systemd
    (see Bug#913453). Also fix starting with empty voice language.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 11 Nov 2018 17:45:44 +0100

espeakup (1:0.80-11) unstable; urgency=medium

  * control: Bump Standards-Version to 4.2.0 (no changes).
  * debian/espeakup.service: Automatically load speakup_soft on daemon
    startup (Closes: Bug#911120)

 -- Samuel Thibault <sthibault@debian.org>  Mon, 15 Oct 2018 23:17:16 +0200

espeakup (1:0.80-10) unstable; urgency=medium

  * Bump Standards-Version to 4.1.4 (no changes).
  * patches/mutex: Add missing mutex_lock/unlock calls.
  * patches/audio-pause: Pause espeak when the console is switched to a
    graphical VT.
  * espeakup-udeb.finish-install: Do not remove pulseaudio, now that espeakup
    releases the audio card automatically.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 03 May 2018 21:48:36 +0200

espeakup (1:0.80-9) unstable; urgency=medium

  [ Victor Ibragimov ]
  * Add Tajik translation (closes: Bug#890081).

  [ Samuel Thibault ]
  * Fix path to voice definitions.  Fixes language auto-switch in d-i.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 08 Mar 2018 00:40:12 +0100

espeakup (1:0.80-8) unstable; urgency=medium

  * Configure debconf frontend to readline on the installed system for better
    accessibility.
  * When installing with espeakup, remove pulseaudio and set speech dispatcher
    to libao.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 21 Dec 2017 22:51:34 +0100

espeakup (1:0.80-7) unstable; urgency=medium

  * control: Bump Standards-Version to 4.1.1 (no changes).
  * po/sq.po: Add Albanian debconf translation.
  * debian/espeakup-udeb.start: Fix case where card 0 does not have an id or
    where cards have non-contiguous indexes.
  * debian/control: Build-dep on debhelper (>= 9.20160709) instead of
    dh-systemd.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 20 Nov 2017 00:20:02 +0100

espeakup (1:0.80-6) unstable; urgency=medium

  [ Samuel Thibaul ]
  * patches/space: Fix spelling space character.
  * patches/unicode: Enable unicode support.
  * control: Update maintainer mailing list.
  * control: Migrate priority to optional.
  * control: Bump Standards-Version to 4.0.1.
  * patches/empty-default: Make empty voice name select the default voice
    (Closes: Bug#872194).

  [ Valentin Vidic ]
  * Croatian translation of debconf message (Closes: Bug#859323).

 -- Samuel Thibault <sthibault@debian.org>  Sat, 19 Aug 2017 00:53:51 +0200

espeakup (1:0.80-5) unstable; urgency=medium

  * Use canonical anonscm vcs URL.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 24 Jan 2017 03:25:54 +0100

espeakup (1:0.80-3) unstable; urgency=medium

  * espeakup-udeb:
    - Avoid issues with sound board names containing spaces.
    - Fix races with starting espeakup.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 28 Nov 2016 00:30:23 +0100

espeakup (1:0.80-2) unstable; urgency=medium

  Switch to espeak-ng (Closes: #833658)
  * control: Replace libespeak-dev, libportaudio19-dev, libjack-dev with
    libespeak-ng-libespeak-dev and libpcaudio-dev.
  * rules: Define symbol create_pulseaudio_object to create_alsa_object so that
    we don't need to link espeakup-udeb with pulseaudio.
  * control: Make espeakup depend on lsb-base (>= 3.0-6) for
    /lib/lsb/init-functions.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 10 Nov 2016 00:42:41 +0100

espeakup (1:0.80-1) unstable; urgency=medium

  * New upstream release.
    - docs: Remove ToDo.
    - patches/{keystrokes,pidfile,voice,daemon}: Remove, merged upstream.
    - rules: Set PREFIX to /usr.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 11 Aug 2016 23:28:43 +0200

espeakup (1:0.71-28) unstable; urgency=medium

  * control: Bump Standards-Version to 3.9.8 (no change)
  * patches/daemon: Replace daemon() call with proper daemonizing code
    (Closes: #775131)
  * espeakup.defaults: Do not export ALSA_CARD variable, this is not accepted by
    systemd (and it exports it already anyway).
  * espeakup.postinst: Drop "export" from defaults file on upgrade accordingly.
  * espeakup.init: Export ALSA_CARD variable. Drop STARTTIME.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 21 Jul 2016 01:21:49 +0200

espeakup (1:0.71-27.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Install espeakup.service. (Closes: #796608)

 -- Christian Hofstaedtler <zeha@debian.org>  Sun, 03 Jul 2016 20:52:49 +0200

espeakup (1:0.71-27) unstable; urgency=high

  [ Samuel Thibault ]
  * Drop libnss-files-udeb dependency (Closes: #819684)
  * espeakup-udeb.postinst: Only preseed installing MATE desktop by default when
    espeakup is really running.

  [ Cyril Brulebois ]
  * Bump urgency to high for the upcoming D-I Stretch Alpha 6 release.

 -- Cyril Brulebois <kibi@debian.org>  Thu, 19 May 2016 21:07:39 +0200

espeakup (1:0.71-26) unstable; urgency=medium

  * espeakup-udeb.start: On multiboard systems, request the user to press
    enter at the right time only, not a number.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 09 Feb 2016 01:34:44 +0100

espeakup (1:0.71-25) unstable; urgency=high

  * control: Bump Standards-Version to 3.9.7 (no change).
  * espeakup.init: Fix detection when the number of the card is given instead of
    the id.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 02 Feb 2016 10:44:50 +0100

espeakup (1:0.71-24) unstable; urgency=medium

  * speakup-udeb: Use a dumb menu to deal with multiple sound cards, and make
    sure the installed system uses it.
  * speakup.init: When the card is specified, wait for it to become available
    before starting the daemon.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 18 Jan 2016 00:29:22 +0100

espeakup (1:0.71-23) unstable; urgency=medium

  * patches/voice: Fix looking up voices by language name.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 06 Jan 2016 01:13:40 +0100

espeakup (1:0.71-22) unstable; urgency=medium

  * Re-upload with 1:0.71-19 changes from Jessie included.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 01 Jan 2016 17:55:08 +0100

espeakup (1:0.71-21) unstable; urgency=medium

  * espeakup-udeb.restart:
    - Make looking up available languages independent from file hierarchy, thus
    fixing all language (but de, en, fr, pt which were still working)...  This
    also allows dropping special-casing nb into no.
    - Use portuguese for galician, since they are so close, and portuguese
    will always be better than english anyway.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 31 Dec 2015 15:22:01 +0100

espeakup (1:0.71-20) unstable; urgency=medium

  * espeakup-udeb.postinst: Preseed installing MATE desktop by default when
     espeakup is used in d-i.
  * compat: Bump to 9.
  * rules: Clear.
  * patches: Switch to 3.0 patch system.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 26 Dec 2015 14:20:21 +0100

espeakup (1:0.71-19) unstable; urgency=medium

  * Enable STARTTIME to work around racy daemon start test.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 11 Jan 2015 21:14:54 +0100

espeakup (1:0.71-18) unstable; urgency=medium

  * synth.c: Fix spelling capital keystrokes (Closes: #770753)

 -- Samuel Thibault <sthibault@debian.org>  Sun, 23 Nov 2014 21:07:37 +0100

espeakup (1:0.71-17) unstable; urgency=medium

  * synth.c: Fix spelling keystrokes and char-by-char echo
    (Closes: #767595)

 -- Samuel Thibault <sthibault@debian.org>  Sat, 08 Nov 2014 16:45:00 +0100

espeakup (1:0.71-16) unstable; urgency=medium

  * po/el.po: Greek translation (Closes: #685552)
  * Bump Standards-Version to 3.9.6 (no changes).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 19 Oct 2014 16:59:03 +0200

espeakup (1:0.71-15) unstable; urgency=medium

  [ Samuel Thibault ]
  * espeakup.default: Fix documented path to voices.
  * rules: Set the espeak:Version subst variable.
  * control: Add a version to the espeakup-udeb dependency on espeak-data-udeb.

  [ Paul Gevers ]
  * Add d/watch file to track upstream
  * Korean translation by Changwoo Ryu (Closes: #745549)
  * Acknowledge NMU (Closes: #753109)

 -- Samuel Thibault <sthibault@debian.org>  Fri, 11 Jul 2014 11:53:11 +0200

espeakup (1:0.71-14.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Replace alsa-base-udeb dependency with libkmod2-udeb (>= 17-1~)
    (Closes: Bug#753109).

 -- Jordi Mallach <jordi@debian.org>  Fri, 27 Jun 2014 08:38:32 +0200

espeakup (1:0.71-14) unstable; urgency=medium

  * Rebuild against latest espeak.  Closes: #740021.
  * control: Use Package-Type instead of XC-Package-Type.
  * Bump Standards-Version to 3.9.5.
  * Redirect espeakup-udeb's stdout to log file too.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 24 Feb 2014 22:10:23 -0500

espeakup (1:0.71-13) unstable; urgency=low

  [ Christian Perrier ]
  * Fix Thai and Latvian translations encoding (reported by Jakub Wilk in
    debian-i18n)

 -- Samuel Thibault <sthibault@debian.org>  Mon, 24 Dec 2012 01:05:30 +0100

espeakup (1:0.71-12) unstable; urgency=low

  [ Debconf translations ]
  * Kannada (Mallikarjuna).  Closes: #694410

 -- Samuel Thibault <sthibault@debian.org>  Thu, 20 Dec 2012 22:59:15 +0100

espeakup (1:0.71-11) unstable; urgency=low

  * softsynth.c: Cherry-pick fix from upstream: pass '\n' to espeak too for e.g.
  proper pause.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 15 Sep 2012 22:19:04 +0200

espeakup (1:0.71-10) unstable; urgency=low

  * espeakup-udeb.restart: Fix voice path according to multiarch switch.
    Closes: #682313

 -- Samuel Thibault <sthibault@debian.org>  Sat, 21 Jul 2012 21:44:51 +0900

espeakup (1:0.71-9) unstable; urgency=low

  [ Debconf translations ]
  * Welsh (Daffyd Tomos)
  * Basque (Piarres Beobide).  Closes: #671885
  * Thai (Theppitak Karoonboonyanan).  Closes: #672216
  * Traditional Chinese (Vincent Chen).  Closes: #672322
  * Galician (Jorge Barreiro).  Closes: #676993
  * Norwegian Bokmål (Hans Fredrik Nordhaug).  Closes: #678344

 -- Samuel Thibault <sthibault@debian.org>  Wed, 27 Jun 2012 14:21:27 -0300

espeakup (1:0.71-8) unstable; urgency=low

  [ Debconf translations ]
  * Latvian (Rūdolfs Mazurs).  Closes: #674696
  * Lithuanian (Rimas Kudelis).  Closes: #675627

 -- Samuel Thibault <sthibault@debian.org>  Sat, 16 Jun 2012 12:27:38 +0200

espeakup (1:0.71-7) unstable; urgency=low

  [ Samuel Thibault ]
  * control: Bump Standards-Version to 3.9.3 (no changes).

  [ Debconf translations ]
  * Gujarati (Kartik Mistry).  Closes: #662102
  * Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #662177
  * Belarusian (Viktar Siarheichyk).  Closes: #662609
  * Telugu (Arjuna Rao Chavala).  Closes: #663208
  * Khmer (Khoem Sokhem).
  * Asturian (Mikel González).
  * Marathi (Sampada Nakhare)
  * Slovenian (Vanja Cvelbar).  Closes: #670617

  [ Christian Perrier ]
  * Rename debconf template to "debian-installer/espeakup-udeb/title"
    for localization to really work.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 17 May 2012 13:37:47 +0200

espeakup (1:0.71-6.1) unstable; urgency=low

  * Non-maintainer upload, approved by Samuel.

  [ Debconf translations ]
  * Catalan (Jordi Mallach). Closes: #661414

 -- Jordi Mallach <jordi@debian.org>  Sat, 03 Mar 2012 14:13:38 +0100

espeakup (1:0.71-6) unstable; urgency=low

  [ Debconf translations ]
  * Ukrainian (Anton Gladky).  Closes: #654299
  * Esperanto (David Paleino).  Closes: #656533
  * Indonesian (Mahyuddin Susanto).  Closes: #656555
  * Japanese (Kenshi Muto).  Closes: #656558
  * Hebrew (Lior Kaplan).
  * Danish (Joe Hansen).  Closes: #656639
  * Turkish (Atila KOÇ).  Closes: #656901

  [ Christian Perrier ]
  * Polish (Michał Kułach).  Closes: #657185

  [ Samuel Thibault ]
  * Use multiarch path for espeak, depend on the multiarched espeak.
  * Drop -1 in libportaudio dependency.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 28 Jan 2012 19:47:44 +0100

espeakup (1:0.71-5) unstable; urgency=low

  [ Debconf translations ]
  * Slovak (Ivan Masár).  Closes: #648197
  * Serbian (Karolina Kalic).  Closes: #650966
  * Serbian Latin (Karolina Kalic).  Closes: #650967
  * Kazakh (Baurzhan Muftakhidinov).  Closes: #653346
  * Icelandic (Sveinn í Felli).
  * Italian (Milo Casagrande).  Closes: #653683

  [ Samuel Thibault ]
  * Fix FTBFS with multiarched portaudio, Bump debian/control dependency
    accordingly.  Closes: #654245.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 02 Jan 2012 18:03:13 +0100

espeakup (1:0.71-4) unstable; urgency=low

  [ Debconf translations ]
  * Sinhala; (Danishka Navin).  Closes: #640968
  * Persian (Behrad Eslamifar).  Closes: #642966

  [ Samuel Thibault ]
  * Apply patch from Julian Taylor to fix FTBFS with multiarched libjack,
    thanks! Bump debian/control dependency accordingly.  Closes: #646364.
  * Link espeakup udeb against libsonic.a. Add debian/control dependency
    accordingly.
  * control: Depend on hardening-check.
  * rules: Set DEB_BUILD_HARDENING=1 to enable hardening, except for the udeb.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 26 Nov 2011 14:07:54 +0100

espeakup (1:0.71-3) unstable; urgency=low

  [ Debconf translations ]
  * French by Christian Perrier and Samuel Thibault.
  * Finnish (Tapio Lehtonen).  Closes: #631094
  * Czech (Michal Simunek).  Closes: #631131
  * Russian (Yuri Kozlov).  Closes: #631133
  * Swedish (Martin Bagge / brother).  Closes: #631142
  * Portuguese (Rui Branco).  Closes: #631290
  * German (Holger Wansing).  Closes: #631323
  * Spanish; (Francisco Javier Cuadrado).  Closes: #632051
  * Simplified Chinese (YunQiang Su).  Closes: #632099
  * Dutch (Jeroen Schot).  Closes: #633832
  * Bulgarian (Damyan Ivanov).  Closes: #635052

  [ Samuel Thibault ]
  * debian/control: Do not make espeakup-udeb depend on alsa on non-Linux
    archs (Closes: Bug#631540).
  * debian/espeakup-udeb.postinst: move most code to espeakup-udeb.restart,
    installed in /usr/lib/espeakup/. Use lang=no for nb.
  * espeakup.c: create pid file after espeakup is ready only.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 24 Jun 2011 20:17:08 +0200

espeakup (1:0.71-2) unstable; urgency=low

  * debian/control:
    - New binary package espeakup-udeb for speech synthesis in the debian
    installer.
    - Build-Depend on the portaudio version which provides static library.
    - set Maintainer to the Debian Accessibility team.
    - Bump Standards-Version to 3.9.2 (no change needed).
    - Bump debhelper dependency.
    - Build-Depend on po-debconf
  * debian/espeakup.default: Document the ALSA_CARD variable.
  * debian/po: Add templates translation.
  * debian/rules:
    - Install init script in S (closes: Bug#606953).
    - Rework to build udeb.
    - Call debconf-updatepo.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 11 Jun 2011 23:51:54 +0200

espeakup (1:0.71-1) unstable; urgency=low

  * Initial release as package separate from speakup, as upstream is actually
    separate.
    Bump the epoch to 1 to get 1:0.71 greater than speakup's 3.1.3.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 26 Sep 2009 18:12:58 +0200