~ubuntu-branches/ubuntu/maverick/speech-tools/maverick

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
speech-tools (1:2.0.95~beta-1) unstable; urgency=low

  [ Kartik Mistry ]
  * debian/control:
    + [Lintian] Added missing ${misc:Depends}
    + Updated Standards-Version to 3.8.4 (no changes needed)
  * debian/patches/const_char.diff:
    + Added missing patch header
  * Removed unused patch invalid_const_char_conversion_fixes.diff

  [ Kumar Appaiah ]
  * New upstream release.
  * Standards Version is now 3.9.0 (No changes needed)
  * Update debian/rules to specify version numbers.

 -- Kumar Appaiah <akumar@debian.org>  Sat, 17 Jul 2010 11:32:04 -0500

speech-tools (1:1.2.96~beta-6) unstable; urgency=low

  [ Kartik Mistry ]
  * debian/patches/invalid_const_char_conversion_fixes.diff:
    + Added patch to fix invalid_const_char_conversion_fixes.diff, Thanks to
      Ilya Barygin <barygin@gmail.com> (Closes: #548521)
  * debian/control:
    + Don't Recommends speech-tools, use Suggests instead to not pull unwanted
    speech-tools-doc package while installing -dev package

  [ Kumar Appaiah ]
  * Fix build system to avoid unresolved symbols, so that the build is
    possible with binutils-gold. Thanks to Peter Fritzsche for his help
    with this. (Closes: #558964)

 -- Kumar Appaiah <akumar@debian.org>  Sat, 05 Dec 2009 08:59:30 -0600

speech-tools (1:1.2.96~beta-5) unstable; urgency=low

  * debian/control:
    + Updated Standards-Version to 3.8.3
    + [Lintian] Removed duplicate section for speech-tools binary
    + [Lintian] Updated package descriptions
    + Wrapped up Depends and Build-Depends
  * Added debian/README.source file
  * debian/*.1:
    + [Lintian] Fixed manpage warnings of undefined .P
  * debian/patches/include_EST_ChannelType.diff:
    + Added missing patch description

 -- Kartik Mistry <kartik@debian.org>  Fri, 18 Sep 2009 10:40:22 +0530

speech-tools (1:1.2.96~beta-4) unstable; urgency=low

  * debian/rules:
    + Move pm Perl script to simple-pitchmark to avoid
      using /usr/bin/pm as the executable name. (Closes: #520445)
  * debian/README.Debian: Explain pm renaming.
  * debian/manpage.1: Provide correct location of documentation.

 -- Kumar Appaiah <akumar@debian.org>  Sat, 28 Mar 2009 09:58:45 -0500

speech-tools (1:1.2.96~beta-3) unstable; urgency=low

  * Add common description for all patches.
  * debian/patches/include_EST_ChannelType.diff:
    + Added to introduce parentheses around macro
      EST_CoefChannelId to avoid compiler warnings.
  * debian/patches/utils_EST_cutils.c.diff:
    + Update using Milan Zamazal's patch to honour $TMPDIR.
  * debian/control:
    + Standards Version is now 3.8.0 (no changes needed).
    + Maintainers' addresses changed to debian.org addresses.
  * debian/rules:
    + Add patch from Petr Salinger to allow building on
      Debian GNU/kFreeBSD. (Closes: #497923)
    + For now, don't add the placeholder man page for pm to
      avoid pm.1 conflict with powerman package.
      (Closes: #520001)

 -- Kumar Appaiah <akumar@debian.org>  Sat, 21 Feb 2009 14:28:22 -0600

speech-tools (1:1.2.96~beta-2) unstable; urgency=low

  [ Kumar Appaiah ]
  * debian/control:
    + Add Vcs-Git and Vcs-Browser fields
    + Removed XS-Dm-Upload-Allowed field
    + Updated Homepage field
  * debian/patches:
    + Removed deprecated four clause BSD license using
      copyright_4clausefix.diff.
    + Add gcc_43_include.diff to fix FTBFS on GCC 4.3.
      Thanks to Martin Michlmayr for the heads up.
      (Closes: #455320)

  [ Kartik Mistry ]
  * debian/watch:
    + Updated to get latest upstream release (Closes: #456469)
  * debian/copyright:
    + Updated download location
    + Corrected copyright year
  * debian/control:
    + Updated description for libestools1.2-dev package as it doesn't
      contains docs anymore
    + Updated Standards-Version to 3.7.3

 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Mon, 17 Dec 2007 08:22:55 +0530

speech-tools (1:1.2.96~beta-1) unstable; urgency=low

  [Kumar Appaiah]
  * Long awaited new upstream version (Closes: #437682)
  * debian/patches:
    + Split all patches, and use quilt for patch management
    + Use latest config.guess, config.sub
  * Minor manpage description fix
  * debian/rules:
    + Fix old autoconf files, using autotools-dev
    + Find versions using debian/get_versions.sh, instead of hard coding

  [Kartik Mistry]
  * Added debian/watch file from Kumar
  * debian/control:
    + Added homepage entry
    + Added Kumar Appaiah as co-maintainer list
    + Added XS-Dm-Upload-Allowed: yes to allow Debian-Maintainer upload
  * debian/copyright: moved copyright out of license section
  * debian/manpage.1: fixed lintian warning
  * debian/rules: includes base_class/*.cc which is badly needed for
    festival compilation

 -- Kartik Mistry <kartik.mistry@gmail.com>  Sun, 19 Nov 2007 17:39:39 +0530

speech-tools (1:1.2.3-11) unstable; urgency=low

  * debian/control: fixed lintian warning by replacing dependency
    ${Source-Version} with ${binary:Version} for arch any package
  * debian/rules: minor cleanups

 -- Kartik Mistry <kartik.mistry@gmail.com>  Tue, 17 Jul 2007 00:51:10 +0530

speech-tools (1:1.2.3-10) unstable; urgency=low

  * New maintainer (Closes: #429472)
  * Updated standards-version to 3.7.2
  * Updated debhelper compability to 5
  * debian/control: fixed long descriptions, minor cleanups, added
    ${misc:Depends}
  * debian/copyright: updated according to standard format
  * Removed useless maintainer scripts
  * Acknowledge previous NMUs (Closes: #357656, #343022)
  * libestools1.2-dev depends on libesd0-dev, libncurses5-dev (Closes: #420536)
  * config/gcc_defaults.mak: Fixed FTBFS with GCC 4.2 due to unsupported
    -fno-shared-data (Closes: #369380)
  * siod/slib.cc: Fixed issue with libestools1.2 's dynamic loading, Thanks to Javier
    Serrano Polo <jasp00@terra.es> for patch (Closes: #407664)
  * debian/rules: fixed bashism (Closes: #378527)

 -- Kartik Mistry <kartik.mistry@gmail.com>  Thu, 21 Jun 2007 14:30:02 +0530

speech-tools (1:1.2.3-9.4) unstable; urgency=low

  * Rebuild using g++-4.1.

 -- Matthias Klose <doko@debian.org>  Sun,  3 Sep 2006 14:00:13 +0000

speech-tools (1:1.2.3-9.3) unstable; urgency=low

  * NMU as part of the GCC 4.1 transition.
  * Declare friend functions (closes: #357656).

 -- Martin Michlmayr <tbm@cyrius.com>  Fri, 26 May 2006 17:12:18 +0200

speech-tools (1:1.2.3-9.2) unstable; urgency=high

  * Non-maintainer upload.
  * Fix FTBFS on 64 bit arches  (Closes: #346264)

 -- Luk Claes <luk@debian.org>  Sat,  7 Jan 2006 19:16:21 +0100

speech-tools (1:1.2.3-9.1) unstable; urgency=high

  * Non-maintainer upload.
  * Remove trailing slash in cp -R command (Closes: #340084).
  * Remove g++-3.4 build-dep (Closes: #343022).

 -- Luk Claes <luk@debian.org>  Sun,  1 Jan 2006 18:56:06 +0100

speech-tools (1:1.2.3-9) unstable; urgency=low

  * Synchronize package from Ubuntu.
  * Fix FTBFS on kfreebsd-gnu (closes: #272465).

 -- Matthias Klose <doko@debian.org>  Tue,  2 Aug 2005 11:52:44 +0200

speech-tools (1:1.2.3-8ubuntu2) breezy; urgency=low

  * Add build dependency on g++-3.4.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 May 2005 23:29:15 +0200

speech-tools (1:1.2.3-8ubuntu1) breezy; urgency=low

  * CXX transition: Rename libestools1.2c102 to libestools1.2.
  * Fix FTBFS with gcc-3.4 (closes: #274556). Ubuntu 9049.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 May 2005 21:00:06 +0000

speech-tools (1:1.2.3-8) unstable; urgency=low

  * Added alaw processing code.

 -- Matthias Urlichs <smurf@debian.org>  Fri, 16 Jul 2004 09:25:39 +0200

speech-tools (1:1.2.3-7) unstable; urgency=low

  * set SHARED=2 in config.in
    - required to build a shared Festival library

 -- Matthias Urlichs <smurf@debian.org>  Thu, 29 Apr 2004 08:07:31 +0200

speech-tools (1:1.2.3-6) unstable; urgency=medium

  * Updated Maintainer adress to @d.o (pre-Sarge)
  * Standards-Version: 3.6.1 (no changes)

 -- Matthias Urlichs <smurf@debian.org>  Mon,  5 Apr 2004 11:58:15 +0200

speech-tools (1:1.2.3-5) unstable; urgency=low

  * Provide for arch-indep data/script directory (/usr/share/...).

 -- Matthias Urlichs <smurf@noris.de>  28 May 2003 05:31:16 +0200

speech-tools (1:1.2.3-4) unstable; urgency=low

  * debian/rules
    Set debhelper compatibility level to 4
    Fixed shared library handling
    Added ldconfig call to postrm

 -- Matthias Urlichs <smurf@noris.de>  18 May 2003 18:12:04 +0200

speech-tools (1:1.2.3-3) unstable; urgency=low

  * Explicitly cast EST_Token to EST_String

 -- Matthias Urlichs <smurf@noris.de>  18 May 2003 16:03:39 +0200

speech-tools (1:1.2.3-2) unstable; urgency=low

  * Install "undocumented" manpage
  * Suggest documentation in control file

 -- Matthias Urlichs <smurf@noris.de>  19 Apr 2003 20:45:21 +0200

speech-tools (1:1.2.3-1) unstable; urgency=low

  * New maintainer.
  * Bugs in (not uploaded) NMU / see earlier changelog entries:
    closes: #179490, #186268, #95886

 -- Matthias Urlichs <smurf@noris.de>  18 Apr 2003 16:51:52 +0200

speech-tools (1:1.2.3-0.1) unstable; urgency=low

  * NMU.
  * New upstream version, corresponding to new Festival update,
    necessary for closing #179490.
  * Hopefully closes: #186268, #95886.

 -- Matthias Urlichs <smurf@noris.de>  18 Apr 2003 16:03:32 +0200

speech-tools (1:1.2.2-2.2) unstable; urgency=low

  * NMU.
  * Fix build problems (C++ standard conformance, mostly).
    Closes: 95886.
  * Rename the library .deb to ...c102 (C++ ABI migration).

 -- Matthias Urlichs <smurf@noris.de>  17 Apr 2003 21:14:40 +0200

speech-tools (1:1.2.2-2.1) unstable; urgency=low

  * NMU.
  * Fix build problems (C++ standard conformance, mostly).
    Closes: #95886.
  * Rename the library to ...c102 (C++ ABI migration)

 -- Matthias Urlichs <smurf@smurf.noris.de>  Thu, 17 Apr 2003 03:01:07 +0200

speech-tools (1:1.2.2-2) unstable; urgency=low

  * Eek!  ESD support is kind of broken.  I've left it in, since I hope to
    fix it soon, but now the tools default to using a non-network audio
    protocol instead (which I think is more generally useful).

 -- David Huggins-Daines <dhd@debian.org>  Fri, 24 Aug 2001 11:44:25 -0400

speech-tools (1:1.2.2-1) unstable; urgency=low

  * New upstream version.
  * Removed a few bits of cruft from patches.  Lots of stuff got merged
    upstream, too.
  * Added build dependency on debhelper. (closes: #104999)
  * Finally use some sensible SONAMEs, and rearrange the package names
    accordingly (sorry folks)

 -- David Huggins-Daines <dhd@debian.org>  Thu, 23 Aug 2001 21:36:54 -0400

speech-tools (1:1.2.1-2) unstable; urgency=low

  * Urgh ... update the shlibs file; since we moved some templates from
    Festival in here, it needs to depend on this version or higher.

 -- David Huggins-Daines <dhd@debian.org>  Mon,  9 Apr 2001 15:18:06 -0400

speech-tools (1:1.2.1-1) unstable; urgency=low

  * Not using DBS anymore due to newfound knowledge of and influence over
    the EST/Festival configuration and build process.
  * Now installs configuration tree in /usr/lib/speech_tools/config/ where
    Festival (and other things like forthcoming Perl bindings, Festvox,
    etc) can find it.  (part of the justification for doing the above)
  * Should compile on everything now due to a more intelligent system.sh
    (backported from 1.2.2 beta)
  * Add basic manual pages for na_record, na_play, ch_wave, ch_utt
    (these should actually be auto-generated for all programs, but
    unfortunately the system only does SGML evil)
  * Header files moved to /usr/include/speech_tools/, which seems like a
    better location for them.
  * No longer compiled against NAS (adds too many extra library
    dependencies, and isn't generally useful).
  * Patched na_record to support an -audiodevice parameter (also from
    1.2.2 beta)
  * Actually include na_record in speech-tools-bin (duh!)
  * Instantiate some templates that Festival wants, to reduce the evil.
  * Apply serverdiphfdfix.patch and merge voxware.cc changes from
    http://festvox.org/packed/festival/1.4.1/PATCHES.

 -- David Huggins-Daines <dhd@debian.org>  Sat,  7 Apr 2001 12:27:06 -0400

festival (1.4.1-2.1) unstable; urgency=low

  * NMU
  * Set the "SYSTEM_TYPE" to "Linux" in
    debian/patches/speech_tools_config_config. (closes: #84496)

 -- Adrian Bunk <bunk@fs.tum.de>  Fri, 16 Mar 2001 23:32:35 +0100

festival (1.4.1-2) unstable; urgency=low

  * Fix build on powerpc. Closes: #62133
  * Fix spew of compiler warnings when building.
  * Recompile to fix esound dependency issues (feh).
    Closes: #74592, #56193
  * Recompile to fix speech-tools dependency issues.
    Closes: #51630
  * Mark /etc/festival.scm as a conffile.  Closes: #52901
  * Include ESD patch from #62597.  Closes: #62597

 -- David Huggins-Daines <dhd@debian.org>  Wed,  8 Nov 2000 19:19:00 -0500

festival (1.4.1-1) unstable; urgency=low

  * Fixed m68k config file patch.  Really, really closes: #51614, I mean it.
  * New upstream (bugfix) version.  Now has esound support, included.

 -- David Huggins-Daines <dhd@debian.org>  Sat, 15 Jan 2000 01:14:31 -0500

festival (1.4.0-4) unstable; urgency=low

  * Added m68k config files (sigh).  Closes: #51614
  * Compile with -fPIC.  Closes: #51637

 -- David Huggins-Daines <dhd@debian.org>  Tue, 30 Nov 1999 10:47:38 -0500

festival (1.4.0-3) unstable; urgency=low

  * Use -l option to dh_shlibdeps.  Closes: #50602, #50600
  * Applied patch to sys-build.mak from Adam Heath.  Closes: #50327
  * Created a sparc_Linux2.2.mak.  Closes: #50472

 -- David Huggins-Daines <dhd@debian.org>  Sat, 27 Nov 1999 13:57:01 -0500

festival (1.4.0-2) unstable; urgency=low

  * Turns out the authors forgot to include a generic configuration file
    for Linux 2.2 on i386.
  * Fixed a foible in debian/rules that caused the *.so links to be
    created in the wrong package, yuck.

 -- David Huggins-Daines <dhd@debian.org>  Mon,  8 Nov 1999 23:35:27 -0500

festival (1.4.0-1) unstable; urgency=medium

  * New upstream version.  Is now free software.  Hooray.
  * Change in source format - festival and speech-tools now build from a
    single source package again, using Adam Heath's most excellent build
    system.  This allows me to eliminate many (but not all) of the nasty
    hacks previously needed to build this package.  An unfortunate side
    effect of this is that the version number of the debian package for
    speech-tools does not reflect the actual upstream numbering system.
    This is due to Festival and Speech-Tools having a build system that is
    designed with the intent that the packages will be built under the
    same directory together and installed in place.  As the authors state,
    this reflects the purpose of Festival as a research system.  It does,
    however, make life very difficult when trying to produce a
    distributable and policy-compliant Debian package.
  * Most of the documentation is in the festival-doc package now.  This is
    from the prebuilt festdoc package provided upstream, as it appears to
    be quite impossible to build the docs without a specially modified
    version of doc++ (boooooo)

 -- David Huggins-Daines <dhd@debian.org>  Sat,  6 Nov 1999 20:05:18 -0500

festival (1.3.1-4) unstable; urgency=low

  * Now installs festival.el properly.  Also, did s/stml/sable/g.  Run
    "say-minor-mode" to get a nice menu for reading your buffers.
  * Also builds info documentation (this creates a rather nasty source
    dependency on the voice packages, which I'll try to fix ASAP)
  * Also builds C++ API documentation in HTML.
  * Renamed ppc_Linux.mak to powerpc_Linux.mak (doh!)
  * Work around some RXP weirdness with respect to the location of the
    Sable DTD.  (a real fix will have to wait until a standalone RXP is
    packaged and we can link against it)

 -- David Huggins-Daines <dhd@debian.org>  Fri, 28 May 1999 00:15:49 -0400

festival (1.3.1-3) unstable; urgency=low

  * Cleaned out the Debian diff a bit
  * Added some .mak files that may or may not allow the package to
    build on non-i386 platforms.
  * Installing the Sable DTD with sgml-base now, so that it works
    automagically with Emacs, nsgmls, and the like.

 -- David Huggins-Daines <dhd@debian.org>  Tue,  4 May 1999 18:40:00 -0400

festival (1.3.1-2.1) unstable; urgency=low

  * Fixed it to compile with glibc 2.1.
  * Recompiled so it _works_ under glibc 2.1, without random crashes.

 -- Joey Hess <joeyh@master.debian.org>  Fri, 26 Mar 1999 21:42:29 -0800

festival (1.3.1-2) unstable; urgency=low

  * Changed the name of ellpc16k to ellpc11k.
  * Recommend the kallpc* packages too.
  * Modified voices.scm so it will support the kal voice too.

 -- Joey Hess <joeyh@master.debian.org>  Sun, 31 Jan 1999 19:47:30 -0800

festival (1.3.1-1) unstable; urgency=low

  * New upstream version.
  * Linked dynamically to new speech tools libraries.
  * Added festival-dev package (#32058).x

 -- Joey Hess <joeyh@master.debian.org>  Thu, 28 Jan 1999 22:12:22 -0800

festival (1.3.0-3) unstable; urgency=low

  * Include Sable.v0_2.dtd in the lib directory (#31304).

 -- Joey Hess <joeyh@master.debian.org>  Tue,  5 Jan 1999 14:20:41 -0800

festival (1.3.0-2) unstable; urgency=low

  * Made short description not start with package name.

 -- Joey Hess <joeyh@master.debian.org>  Mon, 31 Aug 1998 13:40:35 -0700

festival (1.3.0-1) unstable; urgency=low

  * New upstream release.
  * Updated copyright file.
  * Currently depends on xlib6, I think this is due to a bug in nas.

 -- Joey Hess <joeyh@master.debian.org>  Wed, 26 Aug 1998 15:57:21 -0700

festival (1.2.1-9) unstable; urgency=low

  * Corrected name of festvox-kdlpc16 in control file (#23886).

 -- Joey Hess <joeyh@master.debian.org>  Thu, 25 Jun 1998 11:14:52 -0700

festival (1.2.1-8) unstable; urgency=low

  * Added nas support (#22359). Disabled by default, edit /etc/festival.scm
    to enable.

 -- Joey Hess <joeyh@master.debian.org>  Wed, 13 May 1998 19:09:48 -0700

festival (1.2.1-7) unstable; urgency=low

  * Rebuilt linked to a version of speech-tools that supports linux16
    audio. However, it will continue to use 8 bit audio by default.
  * Added a /etc/festival.scm (equivialnt to siteinit.scm that may be
    referred to in festival's documentation) to make it easy to switch to 
    16 bit sound (part of #22359).

 -- Joey Hess <joeyh@master.debian.org>  Tue, 12 May 1998 12:44:17 -0700

festival (1.2.1-6) unstable; urgency=low

  * Removed old unused debian/config file.
  * Do not compress some examples that are executables.

 -- Joey Hess <joeyh@master.debian.org>  Sun,  8 Mar 1998 20:36:38 -0800

festival (1.2.1-5) unstable; urgency=low

  * Fixed package descrption spelling (#18973).

 -- Joey Hess <joeyh@master.debian.org>  Thu,  5 Mar 1998 17:03:48 -0800

festival (1.2.1-4) unstable; urgency=low

  * New standards-version.
  * Rebuilt with debhlper 0.60 to fix many mode 444 and 555 files.
  * Moved audsp to /usr/lib/festival/audsp, becuase it's an internal command
    I don't want to write a man page for.

 -- Joey Hess <joeyh@master.debian.org>  Mon,  9 Feb 1998 14:42:55 -0800

festival (1.2.1-3) unstable; urgency=low

  * Applied patch from author to fix segfault problem (#16188).

 -- Joey Hess <joeyh@master.debian.org>  Tue, 23 Dec 1997 11:04:10 -0500

festival (1.2.1-2) unstable; urgency=low

  * token.cc: Applied patch to fix number pronounciation (#15919).
  * tts.scm: Fixed to call nsgmls, not nsgmls-1.0 (#15928).

 -- Joey Hess <joeyh@master.debian.org>  Sun, 14 Dec 1997 13:33:33 -0500

festival (1.2.1-1) unstable; urgency=low

  * New upstream release.
  * Split out speech-tools sources, so I could use pristine sources.
  * Use debhelper.
  * Fixed some examples files to work with modified festival paths.
  * examples/benchmark: default to reading /usr/doc/festival/README.
  * lib/voices.scm: added el_diphone to the voice search list, so
    festvox-ellpc16k will work.

 -- Joey Hess <joeyh@master.debian.org>  Sun, 26 Oct 1997 23:34:42 -0500

festival (1.1.1-1) unstable; urgency=low

  * First release.

 -- Joey Hess <joeyh@master.debian.org>  Mon, 14 Jul 1997 23:29:25 -0400