Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id 
<cf1cb2f35981916a86b98b83609df15c95aa378b.ca...@adam-barratt.org.uk>
and subject line Closing requests included in 10.3 point release
has caused the Debian Bug report #948826,
regarding buster-pu: package brightd/0.4.1-2+deb10u1
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.)


-- 
948826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948826
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu

Hi,

let's fix AC power detection in brightd. #934140

The fix was backported from sid and the updated package is already
uploaded.


Andreas
diff -Nru brightd-0.4.1/debian/changelog brightd-0.4.1/debian/changelog
--- brightd-0.4.1/debian/changelog      2018-09-05 14:48:36.000000000 +0200
+++ brightd-0.4.1/debian/changelog      2020-01-13 17:40:37.000000000 +0100
@@ -1,3 +1,13 @@
+brightd (0.4.1-2+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Andrej Shadura ]
+  * Actually compare the value read out of /sys/class/power_supply/AC/online 
with '0'
+    (Closes: #934140)
+
+ -- Andreas Beckmann <[email protected]>  Mon, 13 Jan 2020 17:40:37 +0100
+
 brightd (0.4.1-2) unstable; urgency=medium
 
   * Refresh the patch.
diff -Nru 
brightd-0.4.1/debian/patches/0002-Don-t-use-deprecated-proc-acpi-for-AC-detection.patch
 
brightd-0.4.1/debian/patches/0002-Don-t-use-deprecated-proc-acpi-for-AC-detection.patch
--- 
brightd-0.4.1/debian/patches/0002-Don-t-use-deprecated-proc-acpi-for-AC-detection.patch
     2018-09-05 14:48:36.000000000 +0200
+++ 
brightd-0.4.1/debian/patches/0002-Don-t-use-deprecated-proc-acpi-for-AC-detection.patch
     2020-01-13 17:40:37.000000000 +0100
@@ -32,7 +32,7 @@
        fclose(ac);
  
 -      return strstr(line, "on-line") != NULL;
-+      return ac_state;
++      return ac_state != '0';
  } /*}}}*/
  
  /*

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.3

Hi,

Each of the uploads referred to by these bugs was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply via email to