Your message dated Sat, 25 Mar 2023 19:35:31 +0000
with message-id <[email protected]>
and subject line unblock espeakup
has caused the Debian Bug report #1033473,
regarding unblock: espeakup/1:0.90-13
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.)


-- 
1033473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033473
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:espeakup

Hello,

I have uploaded version 1:0.90-13 of the espeakup package in unstable.

[ Reason ]
It introduces some more debugging logs in the debian installer, in case
several audio cards are detected, to make sure how the kernel calls
them, to make discussion about installation reports easier.

[ Impact ]
Without the change it will be less clear which cards the user has.
(it is quite common for blind users to have several sound cards)

[ Tests ]
It was tested manually.

[ Risks ]
The code is very trivial.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

Thanks!

unblock espeakup/1:0.90-13
diff -Nru espeakup-0.90/debian/changelog espeakup-0.90/debian/changelog
--- espeakup-0.90/debian/changelog      2022-11-29 01:13:54.000000000 +0100
+++ espeakup-0.90/debian/changelog      2023-03-08 00:09:40.000000000 +0100
@@ -1,3 +1,9 @@
+espeakup (1:0.90-13) unstable; urgency=medium
+
+  * espeakup-udeb.start: Log the number and ids of detected audio cards.
+
+ -- Samuel Thibault <[email protected]>  Wed, 08 Mar 2023 00:09:40 +0100
+
 espeakup (1:0.90-12) unstable; urgency=medium
 
   * espeakup-udeb.restart: Avoid warning about missing mbrola voice in 
installer.
diff -Nru espeakup-0.90/debian/espeakup-udeb.start 
espeakup-0.90/debian/espeakup-udeb.start
--- espeakup-0.90/debian/espeakup-udeb.start    2022-11-29 01:07:45.000000000 
+0100
+++ espeakup-0.90/debian/espeakup-udeb.start    2023-03-08 00:06:48.000000000 
+0100
@@ -44,6 +44,8 @@
                N=$(echo $IDS | wc -w)
 
                echo "Found $N audio card(s)."
+               echo "Found $N audio card(s):" >> /var/log/espeakup.log
+               echo "$IDS" >> /var/log/espeakup.log
 
                case $N in
                1)

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to