Your message dated Sun, 12 Mar 2017 15:24:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#857548: unblock: espeak-ng/1.49.0+dfsg-8
has caused the Debian Bug report #857548,
regarding unblock: espeak-ng/1.49.0+dfsg-8
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.)
--
857548: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857548
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hello,
In Bug#857523, Andreas Beckmann reported a broken symlink in the
libespeak-ng-libespeak1 package
/usr/lib/x86_64-linux-gnu/libespeak.so.1 -> libespeak-ng.so.1
which is due to a wrong dependency: espeak-ng-data instead of
libespeak-ng1. The attached uploaded changes fix this the obvious way.
(it's libespeak-ng1 which needs espeak-ng-data)
unblock espeak-ng/1.49.0+dfsg-8
-- 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.10.0 (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)
--
Samuel
<erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it
works completely, I just can't figure out where in my apartment it is.
diff -Nru espeak-ng-1.49.0+dfsg/debian/changelog
espeak-ng-1.49.0+dfsg/debian/changelog
--- espeak-ng-1.49.0+dfsg/debian/changelog 2017-01-24 03:01:06.000000000
+0100
+++ espeak-ng-1.49.0+dfsg/debian/changelog 2017-03-12 13:00:59.000000000
+0100
@@ -1,3 +1,10 @@
+espeak-ng (1.49.0+dfsg-8) unstable; urgency=medium
+
+ * control: Fix libespeak-ng-libespeak1 dependency on libespeak-ng1, thanks
+ Andreas Beckmann (Closes: Bug#857523)
+
+ -- Samuel Thibault <[email protected]> Sun, 12 Mar 2017 13:00:59 +0100
+
espeak-ng (1.49.0+dfsg-7) unstable; urgency=medium
* control: Fix Vcs and Homepage fields, thanks Jeremy Bicha for the notice
diff -Nru espeak-ng-1.49.0+dfsg/debian/control
espeak-ng-1.49.0+dfsg/debian/control
--- espeak-ng-1.49.0+dfsg/debian/control 2017-01-15 15:30:22.000000000
+0100
+++ espeak-ng-1.49.0+dfsg/debian/control 2017-03-12 12:58:09.000000000
+0100
@@ -92,7 +92,7 @@
Provides: libespeak1
Conflicts: libespeak1
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, espeak-ng-data (=
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libespeak-ng1 (=
${binary:Version})
Description: Multi-lingual software speech synthesizer: shared library
eSpeak NG is a software speech synthesizer for English, and some other
languages.
--- End Message ---
--- Begin Message ---
Cyril Brulebois:
> Niels Thykier <[email protected]> (2017-03-12):
>> Samuel Thibault:
>>> In Bug#857523, Andreas Beckmann reported a broken symlink in the
>>> libespeak-ng-libespeak1 package
>>>
>>> /usr/lib/x86_64-linux-gnu/libespeak.so.1 -> libespeak-ng.so.1
>>>
>>> which is due to a wrong dependency: espeak-ng-data instead of
>>> libespeak-ng1. The attached uploaded changes fix this the obvious way.
>>> (it's libespeak-ng1 which needs espeak-ng-data)
>>>
>>> unblock espeak-ng/1.49.0+dfsg-8
>>>
>>> [...]
>>
>> Ok with me, CC'ing KiBi for a d-i ack.
>
> According to Samuel, no changes for udebs, so fine with me.
>
>
> KiBi.
>
Unblocked, thanks.
~Niels
--- End Message ---