Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org 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 <sthiba...@debian.org> 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.