Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hello, As reported on Bug#929856, the pico speech synthesis from speech-dispatcher-pico will not be usable just because the package does not ship the pico.conf file which used to be shipped by the now-removed speech-dispatcher-contrib package. This is fixed in version 0.9.0-7 as shown in attached patch. (along with a typo fix in the description of the speech-dispatcher-baratinoo package, which was copied from the kali package but not fixed accordingly). Could you unblock this? unblock speech-dispatcher-contrib/0.9.0-7 -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldoldstable'), (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 5.1.0 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru speech-dispatcher-contrib-0.9.0/debian/changelog speech-dispatcher-contrib-0.9.0/debian/changelog --- speech-dispatcher-contrib-0.9.0/debian/changelog 2019-02-21 19:08:40.000000000 +0100 +++ speech-dispatcher-contrib-0.9.0/debian/changelog 2019-06-02 00:29:03.000000000 +0200 @@ -1,3 +1,9 @@ +speech-dispatcher-contrib (0.9.0-7) unstable; urgency=medium + + * speech-dispatcher-pico.install: Ship pico.conf (Closes: Bug#929856). + + -- Samuel Thibault <sthiba...@debian.org> Sun, 02 Jun 2019 00:29:03 +0200 + speech-dispatcher-contrib (0.9.0-6) unstable; urgency=medium * control: Fix speech-dispatcher-audio-plugins dependency. diff -Nru speech-dispatcher-contrib-0.9.0/debian/control speech-dispatcher-contrib-0.9.0/debian/control --- speech-dispatcher-contrib-0.9.0/debian/control 2019-02-21 19:08:40.000000000 +0100 +++ speech-dispatcher-contrib-0.9.0/debian/control 2019-06-02 00:29:03.000000000 +0200 @@ -105,8 +105,8 @@ independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . - This package contains the output module for the Baratinoo speech synthesizer, - also called Kali, which needs to be installed separately. + This package contains the output module for the Kali speech synthesizer, + which needs to be installed separately. Package: speech-dispatcher-ibmtts Architecture: i386 diff -Nru speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-contrib.install speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-contrib.install --- speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-contrib.install 2019-01-01 20:55:13.000000000 +0100 +++ speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-contrib.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -/usr/lib/speech-dispatcher-modules/sd_pico -/usr/share/speech-dispatcher/conf/modules/pico.conf -/etc/speech-dispatcher/modules/pico.conf diff -Nru speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-pico.install speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-pico.install --- speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-pico.install 2019-01-26 20:40:14.000000000 +0100 +++ speech-dispatcher-contrib-0.9.0/debian/speech-dispatcher-pico.install 2019-06-02 00:10:33.000000000 +0200 @@ -1 +1,3 @@ usr/lib/speech-dispatcher-modules/sd_pico +usr/share/speech-dispatcher/conf/modules/pico.conf +etc/speech-dispatcher/modules/pico.conf