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
|
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
|