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

Bug#948826: marked as done (buster-pu: package brightd/0.4.1-2+deb10u1)



Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id <cf1cb2f35981916a86b98b83609df15c95aa378b.camel@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 owner@bugs.debian.org
immediately.)


-- 
948826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948826
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
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 <anbe@debian.org>  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 to: