File: changelog

package info (click to toggle)
flite 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 83,764 kB
  • sloc: ansic: 693,645; sh: 5,000; lisp: 3,057; cpp: 994; makefile: 900; xml: 52; perl: 33
file content (404 lines) | stat: -rw-r--r-- 13,967 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
flite (2.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Samuel Thibault ]
  * rules: Remove manual installation of library files.
  * {flite,flite1-dev,libflite1}.install: Likewise
  * flite.install: Install all /usr/bin/flite* files.
  * patches/flags: Fix spurious missing flags report.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 02 Jan 2021 16:10:49 +0100

flite (2.2-1) unstable; urgency=medium

  [ Samuel Thibault ]
  * New upstream release
    - patches/CVE-2014-0027_unsafe_temporary_file.patch: Upstreamed.
    - patches/link_deps.patch: Upstreamed.
    - patches/no_rpath.patch: Upstreamed.
    - patches/shlib_deps.patch: Upstreamed.
    - patches/texi2html_to_texi2any_migration.patch: Upstreamed.
    - patches/64bit: Refresh.
    - libflite1.symbols: Refresh.
  * watch: Add github release page.
  * control: Bump Standards-Version to 4.5.0 (no change)
  * libflite1.lintian-overrides: Silence lintian warning about libraries not
    linking against libc.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 27 Aug 2020 01:06:19 +0200

flite (2.1-release-4) unstable; urgency=medium

  * control: Set Vcs-* to salsa.debian.org.
  * control: Bump Standards-Version to 4.4.0 (no changes).
  * watch: Generalize pattern.
  * rules: Rely on pre-initialized dpkg-architecture variables.
  * rules: Use dh_auto_build instead of $(MAKE).
  * control: Update alioth list domain.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 09 May 2020 00:43:48 +0200

flite (2.1-release-3) unstable; urgency=medium

  * control: Bump Standards-Version to 4.2.0 (no changes).
  * tests/control: Add autopkgtest.
  * patches/64bit: Fix 64bit detection (Closes: Bug#910792).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 21 Oct 2018 14:47:25 +0200

flite (2.1-release-2) unstable; urgency=medium

  [ Samuel Thibault ]
  * debian/patches/example_fix: Fix provided example (Closes: Bug#890941).
  * Bump Standards-Version to 4.1.4 (no changes).

  [ Aurelien Jarno ]
  * Update config.guess before running make clean which happens to call it
    (Closes: Bug#895608).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 29 Apr 2018 12:09:56 +0200

flite (2.1-release-1) unstable; urgency=medium

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

  [ Paul Gevers ]
  * New upstream release
  * control: Bump Standards-Version to 4.1.3 (no changes).
  * Add myself to uploaders
  * Bump dephelper compat level to 11
  * Add Rules-Requires-Root: no
  * Update link_deps.patch for new libraries in 2.0 release
  * Remove duplicate symbol for libflite_cmu_indic_lex.so.1 since we now
    link properly
  * Update symbols file with new (and dropped, unused in Debian, ewh) symbols
  * Simplify clean target in d/rules
  * Add typos-found-by-lintian.patch

 -- Paul Gevers <elbrus@debian.org>  Wed, 17 Jan 2018 22:07:52 +0100

flite (2.0.0-release-4) unstable; urgency=medium

  [ Samuel Thibault ]
  * Use canonical anonscm vcs URL.
  * control: Update maintainer mailing list.
  * control: Remove suggestion of alsa-base, replaced by kmod
    (Closes: Bug#858207, Bug#858208).
  * Re-enable PIE, now working (Closes: Bug#865600).

  [ Paul Gevers ]
  * Keep hardening enabled
  * Reorder d/watch in the hope udd.d.o reports the current version

 -- Paul Gevers <elbrus@debian.org>  Fri, 14 Jul 2017 22:20:44 +0200

flite (2.0.0-release-3) unstable; urgency=medium

  * rules: Really disable PIE.
  * patches/verbose: Do not strip make build rules from output.
  * control: Remove Mario from Uploaders (Closes: Bug#840868).

 -- Samuel Thibault <sthibault@debian.org>  Wed, 26 Oct 2016 11:37:52 +0200

flite (2.0.0-release-2) unstable; urgency=medium

  * compat: Bump to 9.
  * rules: Clear.
  * control: Bump Standards-Version to 3.9.8 (no change).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 04 Sep 2016 18:47:44 +0200

flite (2.0.0-release-1) unstable; urgency=medium

  * New upstream release.
    - libflite1.symbols: Refresh.
    - control: Now support Indic language too.
  * Depend on a version of texinfo which provides texi2any
    (Closes: #773506).
  * watch: Generalize URL.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 20 Oct 2015 21:48:39 +0200

flite (1.4-release-12) unstable; urgency=medium

  * Drop the now-unused ghostscript build dependency.
  * Bump Standards-Version to 3.9.6 (no changes).
  * Bump symbols dependency to 1.4-release-9~, which introduced linking
    between flite libraries, thus making binaries not link against all flite
    libraries (Closes: #771454).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 30 Nov 2014 01:00:12 +0100

flite (1.4-release-11) unstable; urgency=medium

  * Team upload
  * Fixed symbols file for !linux-any archs

 -- Paul Gevers <elbrus@debian.org>  Sat, 05 Jul 2014 15:17:10 +0200

flite (1.4-release-10) unstable; urgency=medium

  * Team upload
  * Build package again with -fPIC and add -z now
  * Raise compat level of debhelper to recommended level 9 to ensure the
    next two items
  * Add symbols file for libflite1 (thanks lintian)
  * libflite1 Pre-Depends on ${misc:Pre-Depends} (thanks lintian)
  * Add doc-base registration for the documentation (lintian, go-go)

 -- Paul Gevers <elbrus@debian.org>  Sat, 05 Jul 2014 11:53:11 +0200

flite (1.4-release-9) unstable; urgency=medium

  * Team upload

  [ Samuel Thibault ]
  * patches/link_deps.patch: New patch to make our libraries link with each
    others (Closes: #746383).
  * patches/CVE-2014-0027_unsafe_temporary_file.patch: Fix patch format
    (Closes: #753194).

  [ Paul Gevers ]
  * Update priority from extra to optional (speech-dispatcher depends on
    flite)
  * Change Build-Depends from hardening-wrapper to dpkg-dev (thanks Lintian)
  * Migrate from texi2html to texi2any, see
    https://wiki.debian.org/Texi2htmlTransition (thanks Lintian)
  * Update vcs fields to canonical URL (again, thanks Lintian)

 -- Paul Gevers <elbrus@debian.org>  Thu, 03 Jul 2014 20:26:08 +0200

flite (1.4-release-8) unstable; urgency=low

  [ Paul Gevers ]
  * Team upload.
  * Add CVE-2014-0027_unsafe_temporary_file.patch (Closes: #734746)
    - CVE-2014-0027

  [ Samuel Thibault ]
  * Bump Standards-Version to 3.9.5 (no changes).

 -- Paul Gevers <elbrus@debian.org>  Fri, 10 Jan 2014 11:57:50 +0100

flite (1.4-release-7) unstable; urgency=low

  * control: make flite1-dev Multi-Arch: same.
  * Bump Standards-Version to 3.9.4 (no changes).

 -- Samuel Thibault <sthibault@debian.org>  Sat, 13 Jul 2013 19:22:15 +0200

flite (1.4-release-6) unstable; urgency=low

  [ Cyril Brulebois ]
  * Team upload.

  [ Ansgar Burchard ]
  * debian/rules: Use xz compression for binary packages (Closes: #683906).

 -- Cyril Brulebois <kibi@debian.org>  Sun, 05 Aug 2012 12:35:17 +0200

flite (1.4-release-5) unstable; urgency=low

  * control:
    - Bump Standards-Version to 3.9.3 (no changes).
    - Set libflite1 multi-arch: same.
  * libflite1.install: Remove.
  * flite1-dev.install: Remove .so and .a rules.
  * rules:
    - Install libflite1 .so files to multiarch path.
    - Install flite1-dev .so symlinks and .a files to multiarch path.
    - Add build-arch and build-indep rules.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 08 Jun 2012 22:53:31 +0200

flite (1.4-release-4) unstable; urgency=low

  * control: Depend on hardening-check.
  * rules: Set DEB_BUILD_HARDENING=1 to enable hardening.
  * debian/patches/series: Disable exactly.diff for now, until Bug#645594 is
    clarified.
  * debian/control:
    - Make flite depend on the same version of libflite1, as the relation is
    actually tight (Closes: Bug#648206).
    - Build-depend on ghostscript, not gs-common (Closes: Bug#649713).
  * debian/rules: remove main/flite_voice_list.c on clean.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 24 Nov 2011 09:56:44 +0100

flite (1.4-release-3) unstable; urgency=low

  * debian/control:
    - Bump Standards-Version to 3.9.2 (no change needed).
    - Change flite1-dev short description to not only mention the static
      library.
    - Replace [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] with [linux-any]
    (Closes: Bug#634470).
    - Document that only English is supported.
    - Drop article in synopsis.
  * debian/patches/exactly.patch: Fix min%5 == 4 case (Closes: Bug#645594)
  * debian/rules: Run autoconf from clean, and remove the generated configure
    script. Don't make config.status depend on configure.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 06 Nov 2011 22:55:02 +0100

flite (1.4-release-2) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/watch: fix url.
  * debian/patches/shlib_deps.patch: New patch to fix shared library
    dependencies (Closes: #577335).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 11 Apr 2010 14:31:32 +0200

flite (1.4-release-1) unstable; urgency=low

  [ Denis Briand ]
  * New upstream version
    + (Closes: #574369)
    + (Closes: #554412)
  * Add misc-Depends on binaries packages.
  * Bump standards version to 3.8.4.
  * flite1-dev depends now of exactly same version of libflite1.
  * switch to the new source package formats "3.0 (quilt)"
  * Add ed build-dependency, fix FTBFS (Closes: #562293).
  * Remove me from the uploaders list.

  [ Cyril Brulebois ]
  * Fix Vcs-Git field.

  [ Samuel Thibault ]
  * Lower recommandation of alsa-base from Recommends to Suggests
    (Closes: #573273).
  * Add myself as uploader.
  * Add debian/patches/no_rpath.patch to drop dummy rpath.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 04 Apr 2010 19:53:07 +0200

flite (1.3-release-2) unstable; urgency=low

  [ Cyril Brulebois ]
  * Fix FTBFS on kFreeBSD and AVR32 (Closes: #538885).
  * Add support for non linux architectures.

 -- Denis Briand <denis@narcan.fr>  Wed, 29 Jul 2009 15:34:33 +0200

flite (1.3-release-1) unstable; urgency=low

  [ Denis Briand ]
  * New upstream release (Closes: #350484).
  * New-maintainer (Closes: #428168).
  * Put Debian Accessibility Team as maintainer.
  * Add Lukas Loehrer and Denis Briand as uploaders.
  * Bump compat to 7 and add debian/compat file.
  * Bump standards version to 3.8.2.0
  * Add debian/watch file.
  * Add quilt patch system.
  * Add patches:
    + 01_flite-1.3-sharedlibs.patch thanks to Samuel Thibault.
      - fix FTBFS with new upstream version.
    + 02_complete_docs.patch
      - Use old Makefile commands to have html docs.
    + 03_texi_escape_char.patch
      - fix FTBFS when building docs.
    + 04_add_info_section.patch
      - fix info-document-missing-dir-section lintian warning.
    + 06_add_info_document_dir_entry.patch
      - add direntry into flite.texi file to fix lintian warning.
  * Change deprecated dh_clean -k into dh_prep in debian/rules file.
  * Compile with alsa support by default (debian/rules).
  * Apply patches before "configure" is called (debian/rules).
  * Improve packages description in debian/control.
  * Add upstream homepage in debian/control.
  * Remove several trailing whitespaces in debian/ files
  * Rewrite completely the debian/copyright file by browse all sources files.
  * Add autotools-dev and quilt build depends and change tetex-bin into texlive.
  * Improve debian/rules file.
  * Add alsa-base package in recommends.
  * Add VCS-git and VCS-browser fields in debian/control.

  [ Lukas Loehrer ]
  * Add alsa support with 05_alsa_audio_playback_support patch.
    (Closes: #443554, #149012, #331172, #484051).
  * Add libasound-dev to build-dependencies in debian/control.

  [ Mario Lang ]
  * Add myself to Uploaders.

 -- Denis Briand <denis@narcan.fr>  Sun, 26 Jul 2009 19:42:43 +0200

flite (1.2-release-2.4) unstable; urgency=low

  * Non-maintainer upload.
  * Build shared libraries on GNU/kFreeBSD (Closes: #493463).

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 14 Aug 2008 21:14:53 +0200

flite (1.2-release-2.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix bashism in debian/rules (Closes: #478377)
  * debian/control:
    - Use ${binary:Version} instead of ${Source-Version} relationship.
    - Bump Standards-Version to 3.8.0

 -- Chris Lamb <chris@chris-lamb.co.uk>  Sat, 07 Jun 2008 17:04:45 +0100

flite (1.2-release-2.2) unstable; urgency=low

  * Non-maintainer upload
  * Fix build as a normal user using sudo (Closes:#324606)

 -- Clément Stenac <zorglub@debian.org>  Sun, 4 Sep  2005 20:23:17 +0200

flite (1.2-release-2.1) unstable; urgency=low

  * Non-maintainer upload
  * Fix build of documentation (Closes:#324558)

 -- Clément Stenac <zorglub@debian.org>  Sun, 4 Sep  2005 18:17:17 +0200

flite (1.2-release-2) unstable; urgency=low

  * include/cst_sts.h:
    - Fix assignments to read-only members frame, size and residual of
      struct cst_sts by removing the const qualifiers.
      Thanks to Matt Kraai <kraai@ftbfs.org> for the patch
      (Closes: Bug#240377).

 -- Mario Lang <mlang@debian.org>  Sat, 27 Mar 2004 16:39:44 +0100

flite (1.2-release-1) unstable; urgency=low

  * New upstream release.
  * Link flite(1) with 16bit voice by default (Closes Bug#179967)
  * Wrote manpage for flite(1), flite_time(1) and t2p(1) (Closes: Bug#163770)

 -- Mario Lang <mlang@debian.org>  Thu, 27 Feb 2003 23:59:02 +0100

flite (1.1-release-3) unstable; urgency=low

  * Add --with-audio=oss to the configure call in debian/rules
    (Closes: Bug#150116)

 -- Mario Lang <mlang@debian.org>  Tue,  8 Oct 2002 11:30:02 +0100

flite (1.1-release-2) unstable; urgency=low

  * Fix a small bug in flite_time (Closes: Bug#158072)
  * Changed maintainer address to @d.o

 -- Mario Lang <mlang@debian.org>  Mon,  7 Oct 2002 10:11:31 +0100

flite (1.1-release-1) unstable; urgency=low

  * Initial release.
    (Closes: Bug#136671)

 -- Mario Lang <mlang@delysid.org>  Tue,  7 May 2002 09:43:37 +0200