Your message dated Fri, 13 Jan 2012 12:02:11 +0000
with message-id <[email protected]>
and subject line Bug#636254: fixed in acpi 1.6-1
has caused the Debian Bug report #636254,
regarding `acpi -p -a` fails to report power state if
`/proc/acpi/ac_adapter/*/status` is used
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.)
--
636254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: acpi
Version: 1.5-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Apply patch from Lekensteyn resolving improper query involving
case sensitivity resulting in null result from `acpi -p -a'.
(LP: #818184)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- acpi-1.5.orig/acpi.c
+++ acpi-1.5/acpi.c
@@ -429,7 +429,7 @@
fields = adapter->data;
while (fields) {
value = fields->data;
- if (!strcmp(value->attr, "state") || !strcmp(value->attr, "Status"))
+ if (!strcmp(value->attr, "state") || !strcmp(value->attr, "status"))
state = value->value;
else if (!strcmp(value->attr, "online"))
state = get_unit_value(value->value) ? "on-line" : "off-line";
--- End Message ---
--- Begin Message ---
Source: acpi
Source-Version: 1.6-1
We believe that the bug you reported is fixed in the latest version of
acpi, which is due to be installed in the Debian FTP archive:
acpi_1.6-1.diff.gz
to main/a/acpi/acpi_1.6-1.diff.gz
acpi_1.6-1.dsc
to main/a/acpi/acpi_1.6-1.dsc
acpi_1.6-1_amd64.deb
to main/a/acpi/acpi_1.6-1_amd64.deb
acpi_1.6.orig.tar.gz
to main/a/acpi/acpi_1.6.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Meskes <[email protected]> (supplier of updated acpi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 13 Jan 2012 12:50:28 +0100
Source: acpi
Binary: acpi
Architecture: source amd64
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
acpi - displays information on ACPI devices
Closes: 636254
Changes:
acpi (1.6-1) unstable; urgency=low
.
* New upstream version (Closes: #636254)
Checksums-Sha1:
fa71a9373a8f41bb81250e1d441b3b21891c873d 1101 acpi_1.6-1.dsc
3c1fdbcda9b12cb5a80bd2aaaeee3c9be5714fff 92448 acpi_1.6.orig.tar.gz
09ebe6889bde37d4980f383e1f00a6b1fffd592b 3891 acpi_1.6-1.diff.gz
8eb022ee0cbe562d374ac00d7a5b171a29181262 16858 acpi_1.6-1_amd64.deb
Checksums-Sha256:
77734072b4e4947701f9046923afe2fa463639f249f3e88e326c76f59f2245af 1101
acpi_1.6-1.dsc
ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31 92448
acpi_1.6.orig.tar.gz
e69a0f292c03d057388038545194be3849f16255976856e58461fc6283de1a0c 3891
acpi_1.6-1.diff.gz
0bc1ffc429258fa224fc689de5fabfe5de7cc4df4ad3059d8422ddde60d53030 16858
acpi_1.6-1_amd64.deb
Files:
b6b395309b08e2e753361603f0787139 1101 utils optional acpi_1.6-1.dsc
68d0104a7825c904e3f45de8682cee19 92448 utils optional acpi_1.6.orig.tar.gz
3d1fe99608f9d937128fd7618caa127d 3891 utils optional acpi_1.6-1.diff.gz
e9c310a927a0646b26866711d65f6159 16858 utils optional acpi_1.6-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPEBr4VkEm8inxm9ERAsRYAJ9YIWyMmna+Jdft4kKuKvyG9woQ3QCfc+vC
5iqLyXK5CbE8gf12sIMvv1E=
=61IE
-----END PGP SIGNATURE-----
--- End Message ---