File: changelog

package info (click to toggle)
pocketsphinx 0.8%2B5prealpha%2B1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 44,124 kB
  • sloc: ansic: 22,159; sh: 11,483; python: 657; makefile: 381; perl: 301
file content (224 lines) | stat: -rw-r--r-- 8,275 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
pocketsphinx (0.8+5prealpha+1-15) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on libsphinxbase-dev.
  * watch: Use tags instead of releases.
  * patches/avoid-underflow: Avoid underflow in GMM computation.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 28 Sep 2022 22:56:35 +0200

pocketsphinx (0.8+5prealpha+1-14) unstable; urgency=medium

  [ Helmut Grohne ]
  * Drop unused Build-Depends: swig-sphinxbase, gstreamer1.0-plugins-base,
    swig, libjs-jquery. (Closes: Bug#981418)

  [ Samuel Thibault ]
  * control: Set Rules-Requires-Root to no.
  * control: Bump Standards-Version to 4.6.0 (no change)

 -- Samuel Thibault <sthibault@debian.org>  Sat, 08 Jan 2022 20:17:48 +0100

pocketsphinx (0.8+5prealpha+1-13) unstable; urgency=medium

  * Bump debhelper from 10 to 12.
    - pocketsphinx.manpages: Install from installed path.

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

pocketsphinx (0.8+5prealpha+1-12) unstable; urgency=medium

  * patches/pkg-config: Fix detecting pkg-config in cross-compilation case
    (closes: #955155)
  * control: Update alioth list domain.
  * Move tests patches from patches to tests-patches.
  * control: Recommend pocketsphinx-en-us instead of the retired models
    (closes: #964068).
  * control: Bump Standards-Version to 4.5.0 (no change)

 -- Samuel Thibault <sthibault@debian.org>  Sun, 02 Aug 2020 01:51:26 +0200

pocketsphinx (0.8+5prealpha+1-11) unstable; urgency=medium

  * debian/tests/tests: Drop python support in autopkgtest too.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 24 Mar 2020 20:07:04 +0100

pocketsphinx (0.8+5prealpha+1-10) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Drop unnecessary dh arguments: --parallel
  * Update standards version to 4.4.1, no changes needed.

  [ Samuel Thibault ]
  * control: Remove python3-pocketsphinx package, now provided by
    pocketsphinx-python source package. Remove python3-all-dev and dh-python
    build-deps, now unused.
  * rules: Drop python support.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 22 Mar 2020 19:55:55 +0100

pocketsphinx (0.8+5prealpha+1-9) unstable; urgency=medium

  * Upload to unstable.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 13 Feb 2020 07:18:32 -0800

pocketsphinx (0.8+5prealpha+1-8) experimental; urgency=medium

  * control: New package swig-pocketsphinx to contain swig helpers.
  * control: New package pocketsphinx-testdata to contain test data.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 08 Feb 2020 23:05:14 +0100

pocketsphinx (0.8+5prealpha+1-7) unstable; urgency=medium

  * control: Make libpocketsphinx-dev depend on libsphinxbase-dev
    (Closes: #941377).

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

pocketsphinx (0.8+5prealpha+1-6) unstable; urgency=medium

  [ Samuel Thibault ]
  * tests/tests: Fix temporary directory path.
  * tests/control: Use @builddeps@ instead of copying them.
  * control: Remove X-Python3-Version 3.0
  * watch: Add github url.

  [ Gianfranco Costamagna ]
  * rules: enable parallel builds (Closes: Bug#940478).
  * docs, libpocketsphinx-dev.docs: Move doc from pocketsphinx package to
    libpocketsphinx-dev package (Closes: Bug#940479).
  * pocketsphinx.links,libpocketsphinx-dev.links: Move jquery link accordingly.
  * control: Move libjs-jquery dependency accordingly.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 23 Sep 2019 00:39:30 +0200

pocketsphinx (0.8+5prealpha+1-5) unstable; urgency=medium

  * patches/use_encoding: Fix outdated use of perl encoding pragma.
  * tests: Run tests in autopkgtest.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 28 Aug 2019 23:40:56 +0200

pocketsphinx (0.8+5prealpha+1-4) unstable; urgency=medium

  * control: Set Vcs-* to salsa.debian.org.
  * control: Bump Standards-Version to 4.4.0 (no changes).
  * control: Add GStreamer variables, fix dependencies (Closes: Bug#934376).

 -- Samuel Thibault <sthibault@debian.org>  Sat, 10 Aug 2019 14:33:50 +0200

pocketsphinx (0.8+5prealpha+1-3) unstable; urgency=medium

  * Bump Standards-Version to 4.2.0 (no changes).
  * Remove python-pocketsphinx.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 25 Jul 2019 21:33:57 +0200

pocketsphinx (0.8+5prealpha+1-2) unstable; urgency=medium

  * Make testsuite just fail on big-endian archs, which just don't work yet.
  * control: Build-depend on python3-all-dev, add python3-pocketsphinx package.
  * rules: Add rules for building python3 packages.
  * docs: Fix source path accordingly.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 28 Apr 2018 12:09:16 +0200

pocketsphinx (0.8+5prealpha+1-1) unstable; urgency=medium

  * Team upload

  [ Samuel Thibault ]
  * Use canonical anonscm vcs URL.
  * control: Update maintainer mailing list.
  * rules: Use DEB_BUILD_ARCH_ENDIAN instead of hardcoding a list.
  * control: Migrate priority to optional.
  * control: Bump Standards-Version to 4.1.1 (no change)

  [ Paul Gevers ]
  * New upstream release
  * Drop obsolete patch
  * Bump debhelper compat level to 10
  * Fix watch file for version mangling (and hope upstream doesn't release
    again with the same version name)
  * Enable hardening
  * Clarify license of doc/doxy2swig.py with author
  * Don't ship the static library in python-pocketsphinx
  * Lintian:
    - Add fix-spelling-mistakes-found-by-lintian.patch
    - Update case for Python and GStreamer in description

 -- Paul Gevers <elbrus@debian.org>  Sat, 18 Nov 2017 20:33:51 +0100

pocketsphinx (0.8+5prealpha-2) unstable; urgency=medium

  * watch: Generalize URL.
  * compat: Bump to 9.
  * control: Bump debhelper build-dependency accordingly.
  * rules: Clear, use dh_link to build jquery.js link (Closes: Bug#817242).
  * control: Bump Standards-Version to 3.9.8 (no change).

 -- Samuel Thibault <sthibault@debian.org>  Mon, 23 May 2016 00:01:16 +0200

pocketsphinx (0.8+5prealpha-1) unstable; urgency=medium

  * New upstream release.
    - Rename libpocketsphinx1 to libpocketsphinx3 according to soname bump.
    - Remove python-pocketsphinx-dbg package.
    - Rename gstreamer0.10-pocketsphinx to gstreamer1.0-pocketsphinx according
    to upgrade to newer gstreamer.
    - Remove python-pocketsphinx-dbg package.
    - control: Replace cython with swig. Add dh-python build-dep. Bump
    gstreamer version to 1.0 (Closes: #785864). Bump libsphinxbase-dev
    dependency and add swig-sphinxbase.
    - rules: Remove ad-hoc python rules.
    - python-pocketsphinx.install: Install files.
  * watch: drop odd versions.
  * Bump Standards-Version to 3.9.6 (no changes).
  * control: Drop multiarch-support pre-depend.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 24 Oct 2015 16:23:01 +0200

pocketsphinx (0.8-5) unstable; urgency=medium

  * Use dh-autoreconf (Closes: #727268)

 -- Samuel Thibault <sthibault@debian.org>  Fri, 22 Aug 2014 00:02:05 +0200

pocketsphinx (0.8-4) unstable; urgency=low

  * rules: remove python/pocketsphinx.c on clean to make it regenerated with
    fixed cython.
  * Bump Standards-Version to 3.9.5 (no changes).
  * Ignore testsuite result on big-endian archs.  They are supposed to be
    supported, just seemingly have some (already reported) bugs
    (Closes: #734278).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 05 Jan 2014 17:13:27 +0100

pocketsphinx (0.8-3) unstable; urgency=low

  * docs: Do not ship useless README file (Closes: #706661)
  * control: Add missiong python-pocketsphinx dependency on python-sphinxbase
    (Closes: #706663). Thanks Paul Wise for the report!

 -- Samuel Thibault <sthibault@debian.org>  Fri, 03 May 2013 11:00:56 +0200

pocketsphinx (0.8-2) unstable; urgency=low

  * control: Build-Depend on gstreamer0.10-plugins-base to get the
    audioresample plugin, needed for test_gst (Closes: #705753)

 -- Samuel Thibault <sthibault@debian.org>  Fri, 19 Apr 2013 16:44:51 +0200

pocketsphinx (0.8-1) unstable; urgency=low

  * Initial release (Closes: #697152)

 -- Samuel Thibault <sthibault@debian.org>  Wed, 02 Jan 2013 02:14:16 +0100