Your message dated Fri, 09 Mar 2007 21:32:10 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#314874: fixed in laptop-detect 0.12.1-0.1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: laptop-detect Severity: wishlist Tags: patch apm also indicates a laptop. As far as I know, the module won't load and /proc/apm won't exist unless the machine has apm, and also AFAIK only laptops have apm. Thus this patch: --- laptop-detect.sh.orig 2005-06-18 23:32:54.000000000 -0400 +++ laptop-detect.sh 2005-06-18 23:45:29.000000000 -0400 @@ -33,5 +33,11 @@ fi fi +# APM almost always means it's a laptop +if [ -e /proc/apm ]; then +# echo "We're a laptop" >&2; + exit 0 +fi + #probably not a laptop; exit exit 1 -- see shy jo
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: laptop-detect Source-Version: 0.12.1-0.1 We believe that the bug you reported is fixed in the latest version of laptop-detect, which is due to be installed in the Debian FTP archive: laptop-detect-udeb_0.12.1-0.1_i386.udeb to pool/main/l/laptop-detect/laptop-detect-udeb_0.12.1-0.1_i386.udeb laptop-detect_0.12.1-0.1.dsc to pool/main/l/laptop-detect/laptop-detect_0.12.1-0.1.dsc laptop-detect_0.12.1-0.1.tar.gz to pool/main/l/laptop-detect/laptop-detect_0.12.1-0.1.tar.gz laptop-detect_0.12.1-0.1_i386.deb to pool/main/l/laptop-detect/laptop-detect_0.12.1-0.1_i386.deb 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. Joey Hess <[EMAIL PROTECTED]> (supplier of updated laptop-detect 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.7 Date: Tue, 27 Feb 2007 20:20:54 -0500 Source: laptop-detect Binary: laptop-detect-udeb laptop-detect Architecture: source i386 Version: 0.12.1-0.1 Distribution: unstable Urgency: low Maintainer: Thom May <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: laptop-detect - attempt to detect a laptop laptop-detect-udeb - attempt to detect a laptop (udeb) Closes: 314874 396637 Changes: laptop-detect (0.12.1-0.1) unstable; urgency=low . * NMU * Merge changes from Ubuntu: - Check that '/dev/mem' is readable before running 'dmidecode' - Add support for looking for an APM battery Closes: #314874 * Current standards-version. * Add a man page contributed by Franklin PIAT, modified to not include options not yet present in the program. Closes: #396637 * Use debhelper's udeb support. Files: 015c8fce7edd10dd3f6eff11dfcf2736 573 utils optional laptop-detect_0.12.1-0.1.dsc 51a7b39428924c21609cc150d2f94fd1 8062 utils optional laptop-detect_0.12.1-0.1.tar.gz 519baa43e953f9f953d57d7712132c33 3656 utils optional laptop-detect_0.12.1-0.1_i386.deb fb123017b7833af603e6482148168683 1476 debian-installer extra laptop-detect-udeb_0.12.1-0.1_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF5N2y2tp5zXiKP0wRAqdLAJ9RgLClt1awlhTGhoyEF7FYuX/6NwCaAorD StDiVXNXrXC/M+WWkv0UOjI= =SLoD -----END PGP SIGNATURE-----
--- End Message ---

