Your message dated Sat, 04 Feb 2017 10:18:54 +0000
with message-id <[email protected]>
and subject line Bug#854106: fixed in speech-dispatcher 0.8.6-3
has caused the Debian Bug report #854106,
regarding speech-dispatcher: must now default to espeak-ng
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
854106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854106
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: speech-dispatcher
Version: 0.8.6-2
Severity: serious
Justification: Makes system unaccessible after installation
Tags: patch

Hello,

Now that speech-dispatcher only pulls the espeak-ng module by default,
the default synthesis must also be switched to espeak-ng, otherwise it
would remain silent, and make the installed system completely
unaccessible.  The attached patch fixes this.

Samuel

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages speech-dispatcher depends on:
ii  adduser                          3.115
ii  libc6                            2.24-9
ii  libdotconf0                      1.3-0.2
ii  libglib2.0-0                     2.50.2-2
ii  libltdl7                         2.4.6-2
ii  libsndfile1                      1.0.27-1
ii  libspeechd2                      0.8.6-2
ii  lsb-base                         9.20161125
ii  speech-dispatcher-audio-plugins  0.8.6-2

Versions of packages speech-dispatcher recommends:
pn  pulseaudio                   <none>
ii  speech-dispatcher-espeak-ng  0.8.6-2

Versions of packages speech-dispatcher suggests:
ii  libttspico-utils            1.0+git20130326-5
pn  speech-dispatcher-cicero    <none>
pn  speech-dispatcher-doc-cs    <none>
pn  speech-dispatcher-espeak    <none>
pn  speech-dispatcher-festival  <none>
pn  speech-dispatcher-flite     <none>

-- Configuration Files:
/etc/default/speech-dispatcher changed [not included]
/etc/speech-dispatcher/speechd.conf changed [not included]

-- no debconf information

-- 
Samuel
<N> M.  MIMRAM  Samuel Antonin
<N> en voila un qui etait predestiné
 -+- #ens-mim - Quelles gueules qu'ils ont les ptits nouveaux ? -+-
commit 1e500060fbe1e08fa840bae81637884abefa4bbd
Author: Luke Yelavich <[email protected]>
Date:   Tue Jan 24 06:19:42 2017 +1100

    Set the default output module to espeak-ng

diff --git a/debian/patches/change-default-module.patch 
b/debian/patches/change-default-module.patch
new file mode 100644
index 0000000..2f4efc4
--- /dev/null
+++ b/debian/patches/change-default-module.patch
@@ -0,0 +1,13 @@
+Index: speech-dispatcher/config/speechd.conf
+===================================================================
+--- speech-dispatcher.orig/config/speechd.conf
++++ speech-dispatcher/config/speechd.conf
+@@ -240,7 +240,7 @@ DefaultVolume 100
+ # The DefaultModule selects which output module is the default.  You
+ # must use one of the names of the modules loaded with AddModule.
+ 
+-DefaultModule espeak
++DefaultModule espeak-ng
+ 
+ # The LanguageDefaultModule selects which output modules are prefered
+ # for specified languages.
diff --git a/debian/patches/series b/debian/patches/series
index cac9c02..acbf68d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 pulse-default-latency.patch
 doc-figures
+change-default-module.patch

--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.8.6-3

We believe that the bug you reported is fixed in the latest version of
speech-dispatcher, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated speech-dispatcher 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 04 Feb 2017 10:59:22 +0100
Source: speech-dispatcher
Binary: speech-dispatcher libspeechd2 libspeechd-dev cl-speech-dispatcher 
python3-speechd speech-dispatcher-festival speech-dispatcher-doc-cs 
speech-dispatcher-audio-plugins speech-dispatcher-flite 
speech-dispatcher-cicero speech-dispatcher-espeak speech-dispatcher-espeak-ng
Architecture: source all amd64
Version: 0.8.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python3-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-audio-plugins - Speech Dispatcher: Audio output plugins
 speech-dispatcher-cicero - Speech Dispatcher: Cicero output module
 speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
 speech-dispatcher-espeak - Speech Dispatcher: Espeak output module
 speech-dispatcher-espeak-ng - Speech Dispatcher: Espeak-ng output module
 speech-dispatcher-festival - Festival support for Speech Dispatcher
 speech-dispatcher-flite - Speech Dispatcher: Flite output module
Closes: 854091 854106
Changes:
 speech-dispatcher (0.8.6-3) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * Relax dependency between speech-dispatcher and speech-dispatcher-contrib a
     bit: Require only same upstream version.  Avoids installability issues
     with binNMU (Closes: #854091).
 .
   [ Luke Yelavich ]
   * Set the default output module to espeak-ng (Closes: #854106).
Checksums-Sha1:
 335424e2ed1d86a4b869d7d2bf06058f9364b95e 3155 speech-dispatcher_0.8.6-3.dsc
 47a4d309c4377aa4dfc3032f620c6127d162ee7f 20100 
speech-dispatcher_0.8.6-3.debian.tar.xz
 9c676f0d2822d024eb4359ffef1c4349bac52df3 18930 
cl-speech-dispatcher_0.8.6-3_all.deb
 333af67e65b0100ed7cb763e4accd998d11330f2 25612 libspeechd-dev_0.8.6-3_amd64.deb
 9cb113f8ba79c2f926b0c18c801e17d19f765198 34168 
libspeechd2-dbgsym_0.8.6-3_amd64.deb
 a79beef8f878b94a15693c0851fa2c49b3dc25eb 24142 libspeechd2_0.8.6-3_amd64.deb
 f8cd019d519a722e89a7e655333182c24390efe7 46840 python3-speechd_0.8.6-3_all.deb
 040e2db7a98047d5bb53dc4fccb4359a82ae7d56 73674 
speech-dispatcher-audio-plugins-dbgsym_0.8.6-3_amd64.deb
 0b9619d416075e1744f0f9c6b2a74d96ea2a96f7 30910 
speech-dispatcher-audio-plugins_0.8.6-3_amd64.deb
 008a22ed9463d9fb697bc9d5f3db7f6c6ab29594 84604 
speech-dispatcher-cicero-dbgsym_0.8.6-3_amd64.deb
 ea8cb76578ee087cb485f8c71178ed38c3472cfb 38222 
speech-dispatcher-cicero_0.8.6-3_amd64.deb
 4b2e2bb001ee4f8528caf3cc9538777e296ff33c 359994 
speech-dispatcher-dbgsym_0.8.6-3_amd64.deb
 f02021760df1b7ef4899ab133a8f0f4b0bb55343 37604 
speech-dispatcher-doc-cs_0.8.6-3_all.deb
 9f6b3ca70ad695c865dfe76a9de4aa88bcdfc9b7 106144 
speech-dispatcher-espeak-dbgsym_0.8.6-3_amd64.deb
 602e63f6f092696e3aba843c75a31d9f6ae81cb5 106168 
speech-dispatcher-espeak-ng-dbgsym_0.8.6-3_amd64.deb
 625ee82487f12bb7b6370ff8e0cd72e5ab5e0ed8 45468 
speech-dispatcher-espeak-ng_0.8.6-3_amd64.deb
 f86b14e6d2cd8f632c5c5b3c8551c6d10b98de61 45392 
speech-dispatcher-espeak_0.8.6-3_amd64.deb
 ca1517c71acdb0afba6b605a5b019382f4dbb54d 136726 
speech-dispatcher-festival-dbgsym_0.8.6-3_amd64.deb
 46dc1ede82e0d2f33837dc607630fa4e2a29445e 56946 
speech-dispatcher-festival_0.8.6-3_amd64.deb
 e3aa1b94683410f1d02e02ea033c5d76c00ee9b6 85170 
speech-dispatcher-flite-dbgsym_0.8.6-3_amd64.deb
 57cfb9f8c4d8932d555740ade3a9cb3b982be870 37718 
speech-dispatcher-flite_0.8.6-3_amd64.deb
 45041021a667492ce7cea9251565ccab2ab1986f 13599 
speech-dispatcher_0.8.6-3_amd64.buildinfo
 550cdb7a76f22e170d576f7d681bfa45e60c8bc4 364372 
speech-dispatcher_0.8.6-3_amd64.deb
Checksums-Sha256:
 313856ec27307945bf6843f2b51ccf39781733544545c8766417ad36db5dcd8e 3155 
speech-dispatcher_0.8.6-3.dsc
 72980581a046e6da00f8830ef18d340612c14756852449d0bee849f55498a9b0 20100 
speech-dispatcher_0.8.6-3.debian.tar.xz
 908fd5dbca7790bc920dbaf56ff7bb33c03c97d756d4c6d7d3e8fbd73f8dd8a5 18930 
cl-speech-dispatcher_0.8.6-3_all.deb
 9b945ca7d598d33f692c8994009f01c05ab0efb68376262e1cbdca6b807cda88 25612 
libspeechd-dev_0.8.6-3_amd64.deb
 feaf703ce1e403b33ec2c296534e7fc4050e3a07948e5f237240b8b1e3b08c48 34168 
libspeechd2-dbgsym_0.8.6-3_amd64.deb
 36984bfc026ad55d8f3f54d936d31d0460d0c8bc8d1207920ab29cf8f11e9794 24142 
libspeechd2_0.8.6-3_amd64.deb
 81b1d6d1e56f474559a7b76e56026fb1f4d06c258ad32747524452ab60d9b1f1 46840 
python3-speechd_0.8.6-3_all.deb
 01192258af97f54a86a0ec9a6fa047a261169e3cb2e9a4f761fe2c3228b07473 73674 
speech-dispatcher-audio-plugins-dbgsym_0.8.6-3_amd64.deb
 06ea4e0e603d6ae0d4488e4a5f084cb7a20a0183f0bca94b3f4fa88dddc992d2 30910 
speech-dispatcher-audio-plugins_0.8.6-3_amd64.deb
 6f4f6d7e304cc1b523612ef3ba6653297d40e116159924994f9fc7a4e7b15135 84604 
speech-dispatcher-cicero-dbgsym_0.8.6-3_amd64.deb
 07bbea6f7b77b4bf0fd76c624ee5095db13fa71e00e22dede35d407223cfc8d2 38222 
speech-dispatcher-cicero_0.8.6-3_amd64.deb
 a0a9bff44359c45770db09d8fc6d8d3b3d658633863233b57e7dda1cccf93d20 359994 
speech-dispatcher-dbgsym_0.8.6-3_amd64.deb
 a1a7fad742a249872a0ea0d0fb11dd013eced8222e02ec542f94c462f4477d8f 37604 
speech-dispatcher-doc-cs_0.8.6-3_all.deb
 d84b49e226f21393c91b3d6c63ee6a97d79b69dfcb0fe2684431806a13aa36a5 106144 
speech-dispatcher-espeak-dbgsym_0.8.6-3_amd64.deb
 799792b899b8e4f24371bbf6e0d2323dbc907cb0804e116b3889eeed1a0ef671 106168 
speech-dispatcher-espeak-ng-dbgsym_0.8.6-3_amd64.deb
 fcece19f51bfecb62b16e745e163956b9adb924378d8b9b7f8e7966f6568d5b4 45468 
speech-dispatcher-espeak-ng_0.8.6-3_amd64.deb
 23d3fad78ce3064f4874db2672727ed3f5a4edc32b92ad82ab8d27cb94ee5b02 45392 
speech-dispatcher-espeak_0.8.6-3_amd64.deb
 d250fe31a24b52e4d85218e944d2faffb3e9c59672fb3d94f370a6c0a443f1e4 136726 
speech-dispatcher-festival-dbgsym_0.8.6-3_amd64.deb
 b73bd8160483375ed8096764e32e732fa6586f6d25afab22428dd991a2536f16 56946 
speech-dispatcher-festival_0.8.6-3_amd64.deb
 a2bd9f727d5cdf0ff4439ad2f741f3c1f15c7f11f0903bbc836966fd84753ff5 85170 
speech-dispatcher-flite-dbgsym_0.8.6-3_amd64.deb
 ed571d9ce2b3edc10eeed965a55ebca176ba888b83d66d08494e3ebc83ffd99d 37718 
speech-dispatcher-flite_0.8.6-3_amd64.deb
 e34615d849b3b8aa663012e6b8ab5f791b8c4d7eadc39d1825ada06978bb62eb 13599 
speech-dispatcher_0.8.6-3_amd64.buildinfo
 257b5ee906ff5411b78eb3df57c991a7c70d9e82fa7fe2e05966a123272b2059 364372 
speech-dispatcher_0.8.6-3_amd64.deb
Files:
 39bc13d1285a01f697504b4414192084 3155 sound optional 
speech-dispatcher_0.8.6-3.dsc
 0faa74483b0d681271603da741ce84d0 20100 sound optional 
speech-dispatcher_0.8.6-3.debian.tar.xz
 e8b1a05ff5f56b984073f412d23f1c49 18930 lisp extra 
cl-speech-dispatcher_0.8.6-3_all.deb
 e71528d9fc2cf73da79d5da3d9c7598a 25612 libdevel extra 
libspeechd-dev_0.8.6-3_amd64.deb
 2fab8c21eb52ada4e08b24fba7aba2a1 34168 debug extra 
libspeechd2-dbgsym_0.8.6-3_amd64.deb
 5a3824ece398ff2715f5c1f49eab47fe 24142 libs optional 
libspeechd2_0.8.6-3_amd64.deb
 1e728012ca2ff22798d39309dc8b73c9 46840 python extra 
python3-speechd_0.8.6-3_all.deb
 30801227b8f7a72fffe3590368fc8c7f 73674 debug extra 
speech-dispatcher-audio-plugins-dbgsym_0.8.6-3_amd64.deb
 f18f339913c667d5af895cb156786b21 30910 sound optional 
speech-dispatcher-audio-plugins_0.8.6-3_amd64.deb
 a15e4f59b317ea13d92c48223c80a73b 84604 debug extra 
speech-dispatcher-cicero-dbgsym_0.8.6-3_amd64.deb
 b032da51653c1775f1144ac6e00766eb 38222 sound optional 
speech-dispatcher-cicero_0.8.6-3_amd64.deb
 7b1da98156dd1ab729643b1d9ff94b79 359994 debug extra 
speech-dispatcher-dbgsym_0.8.6-3_amd64.deb
 c1d49b005e78b6607ca6e8099f325aa5 37604 doc extra 
speech-dispatcher-doc-cs_0.8.6-3_all.deb
 205668c70fad83a7086bc65a00e5a1ec 106144 debug extra 
speech-dispatcher-espeak-dbgsym_0.8.6-3_amd64.deb
 d7d8a15fb32fd6b7e5e94ff5add8bacd 106168 debug extra 
speech-dispatcher-espeak-ng-dbgsym_0.8.6-3_amd64.deb
 66269f4720a1bec55f50ed399e37eaf4 45468 sound optional 
speech-dispatcher-espeak-ng_0.8.6-3_amd64.deb
 cff1ab6299b969f9fc59c0bfb710f70e 45392 sound optional 
speech-dispatcher-espeak_0.8.6-3_amd64.deb
 f265a99964de6d8e8d5612581e8f945c 136726 debug extra 
speech-dispatcher-festival-dbgsym_0.8.6-3_amd64.deb
 344dd9a0e82098dc712b5adc36b90822 56946 sound optional 
speech-dispatcher-festival_0.8.6-3_amd64.deb
 5ba119e2343d1f044b18ee9fe6ad44f0 85170 debug extra 
speech-dispatcher-flite-dbgsym_0.8.6-3_amd64.deb
 65c1474b057beaacc7a1a7f570610129 37718 sound optional 
speech-dispatcher-flite_0.8.6-3_amd64.deb
 d7346ccf559ce76587c1115b38180e06 13599 sound optional 
speech-dispatcher_0.8.6-3_amd64.buildinfo
 b5232f600ac9f3f2ffee73dee3bb7dbd 364372 sound optional 
speech-dispatcher_0.8.6-3_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEaw+sIYVmRulKotIAoAMZaCdBSIAFAliVqCoACgkQoAMZaCdB
SIAV4Q//frwuGQe4fgiYIzKqyeMTRWDA1b+FsIy8cUKljS7FjKGlhwRWX9TpwBrt
0y/wiiOv9uxwm3x94efRWUJI8StSzDnLkRDdIRYYPmbh4F9EJ90NQykh19HevNfQ
gtxayb5bsme+KRpIrrta/fBByJgAf4wDfFbXOK35EfdmOhfi+ipv12rIqMviQnYC
qfAUZNRI1EC0TVfwM2/Cvpvbgfo2PvlzjhmaAM6j9d/Mty2ZXKdrdc+RlEkF4r9j
nvinTwqFJrF8LF0OjFqiYUtR9smd5D0dkgMned9EIa6kM6ffDthLPCLLwsDE4UzV
BFn24Z8w/TcxSFwZHkQKwTj7RBy/OckdulbHQ5bqyhg2UdYvzNd3fgb4vEoD+vQd
UALh/tXkJLm9k7H0t6bzbxlrlv4zbuNOYjEZsFPm89IdUvNpZv/mG5U+Ay76qczi
PEsjFFiO6m4HF7Z0qPl4rtKw4VFpq6aDFubsLvbh9InRCJJNLqC2jqYZDysQipwd
mmyqcarij/RDmJ0P7H5Q3UAViWuhgbQaJ/LGAJ8yniYt7vr6lYIdcuTIED5GQOse
RekWcOzmzUaEHt7CyBoROr6TsOTc5X94bVYfiJoRb8I3LCt+s1e9gUfNEQ/itHsu
8jJvPqYwHzPXXreij6v/RyIQhVOPkO9y43GxL1qWQEgPGGl64io=
=/O8U
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to