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

Bug#306234: marked as done (please include acpi scripts)



Your message dated Mon, 07 Feb 2011 22:31:19 +0000
with message-id <[🔎] E1PmZc7-000114-15@franck.debian.org>
and subject line Bug#612073: Removed package(s) from unstable
has caused the Debian Bug report #306234,
regarding please include acpi scripts
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.)


-- 
306234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306234
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: spicctrl
Version: 1.6-1
Severity: wishlist
Tags: patch

spicctrl allows the display brightness to be adjusted. This is
particularly useful when running off battery.

Please consider installing the following scripts, which will
automatically lower the brightness when the main power is
disconnected, and bring it back to maximum when connected again. The
values could/should probably be exported to /etc/default/spicctrl.

cat <<_eof > /etc/acpi/events/spicctrl-brightness
event=ac_adapter
action=/etc/acpi/actions/spicctrl-brightness.sh
_eof

cat <<_eof > /etc/acpi/actions/spicctrl-brightness.sh
#!/bin/sh -e
# /etc/acpi/actions/spicctrl-brightness.sh

status=`sed -ne "s,state: *,,p" /proc/acpi/ac_adapter/ACAD/state`
case $status in
  "on-line")
    logger -t acpid setting display to high brightness...
    exec /usr/bin/spicctrl -b 255
    ;;
  "off-line")
    logger -t acpid setting display to low brightness...
    exec /usr/bin/spicctrl -b 100
    ;;
esac
_eof

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-wing
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages spicctrl depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information

-- 
 .''`.     martin f. krafft <madduck@debian.org>
: :'  :    proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
above all, we should not wish to divest
our existence of its rich ambiguity.
                                                 --friedrich nietzsche

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.9-3+rm

Dear submitter,

as the package spicctrl has just been removed from the Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612073

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply to: