[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1033473: unblock: espeakup/1:0.90-13



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: espeakup@packages.debian.org
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 <sthibault@debian.org>  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)

Reply to: