Your message dated Wed, 16 May 2001 15:02:10 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#96309: fixed in lm-sensors 2.5.4-13 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 4 May 2001 12:20:30 +0000 >From [EMAIL PROTECTED] Fri May 04 07:20:30 2001 Return-path: <[EMAIL PROTECTED]> Received: from ivanova.coker.com.au [203.36.46.209] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14veZQ-0005RX-00; Fri, 04 May 2001 07:20:29 -0500 Received: from lyta.coker.com.au (ivanova [127.0.0.1]) by ivanova.coker.com.au (Postfix) with ESMTP id 8F5A0FAC7; Fri, 4 May 2001 22:30:01 +1000 (EST) Received: by lyta.coker.com.au (Postfix, from userid 1001) id A640817EDD; Fri, 4 May 2001 14:18:59 +0200 (CEST) From: [EMAIL PROTECTED] Subject: lm-sensors: should not depend on makedev To: [EMAIL PROTECTED] X-Mailer: bug 3.3.9 Message-Id: <[EMAIL PROTECTED]> Date: Fri, 4 May 2001 14:18:59 +0200 (CEST) Delivered-To: [EMAIL PROTECTED] Package: lm-sensors Version: 2.5.4-12 Severity: normal As I use devfs I have no need of makedev. I believe that this package should depend on makedev|devfsd so that devfs users don't need makedev. -- System Information Debian Release: testing/unstable Kernel Version: Linux lyta 2.4.4 #1 Sat Apr 28 19:57:28 CEST 2001 i686 unknown Versions of the packages lm-sensors depends on: ii libc6 2.2.2-4 GNU C Library: Shared libraries and Timezone ii libsensors1 2.5.4-12 Library to read temperature/voltage/fan sens ii makedev 2.3.1-52 Creates special device files in /dev. --------------------------------------- Received: (at 96309-close) by bugs.debian.org; 16 May 2001 19:11:05 +0000 >From [EMAIL PROTECTED] Wed May 16 14:11:05 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 1506hM-0007AA-00; Wed, 16 May 2001 14:11:04 -0500 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 1506Yk-00072c-00; Wed, 16 May 2001 15:02:10 -0400 From: David Z Maze <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.40 $ Subject: Bug#96309: fixed in lm-sensors 2.5.4-13 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 16 May 2001 15:02:10 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of lm-sensors, which has been installed in the Debian FTP archive: sensord_2.5.4-13_i386.deb to pool/main/l/lm-sensors/sensord_2.5.4-13_i386.deb lm-sensors-source_2.5.4-13_i386.deb to pool/main/l/lm-sensors/lm-sensors-source_2.5.4-13_i386.deb lm-sensors_2.5.4-13.dsc to pool/main/l/lm-sensors/lm-sensors_2.5.4-13.dsc lm-sensors_2.5.4-13.diff.gz to pool/main/l/lm-sensors/lm-sensors_2.5.4-13.diff.gz lm-sensors_2.5.4-13_i386.deb to pool/main/l/lm-sensors/lm-sensors_2.5.4-13_i386.deb libsensors-dev_2.5.4-13_i386.deb to pool/main/l/lm-sensors/libsensors-dev_2.5.4-13_i386.deb libsensors1_2.5.4-13_i386.deb to pool/main/l/lm-sensors/libsensors1_2.5.4-13_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. David Z Maze <[EMAIL PROTECTED]> (supplier of updated lm-sensors 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: Mon, 14 May 2001 20:52:24 -0400 Source: lm-sensors Binary: sensord lm-sensors-source libsensors-dev libsensors1 lm-sensors Architecture: source i386 Version: 2.5.4-13 Distribution: unstable Urgency: low Maintainer: David Z Maze <[EMAIL PROTECTED]> Changed-By: David Z Maze <[EMAIL PROTECTED]> Description: libsensors-dev - Lm-sensors development kit libsensors1 - Library to read temperature/voltage/fan sensors lm-sensors - Utilities to read temperature/voltage/fan sensors lm-sensors-source - Kernel drivers to read temperature/voltage/fan sensors (source) sensord - Hardware sensor information logging daemon Closes: 93350 93545 94577 96309 Changes: lm-sensors (2.5.4-13) unstable; urgency=low . * New maintainer. (Closes: #93350) * lm-sensors now depends on makedev | devfsd, so that people using devfs don't necessarily need to have makedev installed. (Closes: #96309) * Don't unpack the source into /usr/src/modules directly; instead, build a tarball in /usr/src/lm-sensors.tar.gz. This is more consistent with what ALSA, OpenAFS, etc. do. * It was never correct to put the package out of the modules source into $(MODULE_LOC)/..; put the package in $(KSRC)/.. instead. (Closes: #94577) This also causes the package to not be lost under the root directory (half of #93545). * Build the correct makefile targets when building kernel modules. Without doing this, no modules get built. (Closes: #93545) * If the kernel has i2c support, use its i2c headers; otherwise, depend on having the i2c-modules-source package installed. There's not a good way to do this with dpkg dependencies. :-/ Files: 0a8c1cbc55a74333739c8158581ac91e 690 utils extra lm-sensors_2.5.4-13.dsc 6a708f5e946bd6de4dbca5ad08836445 11273 utils extra lm-sensors_2.5.4-13.diff.gz e691d82f7e96605e38af9793fc7cdc63 160778 utils extra lm-sensors_2.5.4-13_i386.deb fced32196462aef49a8833c3a1a7f443 29772 libs optional libsensors1_2.5.4-13_i386.deb 6513ccd1bde9de51498e5c1a206dcab5 41624 devel extra libsensors-dev_2.5.4-13_i386.deb 2757854f7e2206fb022ee91872db88e4 347578 misc extra lm-sensors-source_2.5.4-13_i386.deb 40dc4d8a6a83b9526b8ff445c7a98b85 24430 utils extra sensord_2.5.4-13_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7Acmop3U1z1PHTekRAmUoAKCM+R9ly6JpqsvYMbFOl3DGsv+V1gCgh1D0 vUoxTT6Wt9ikp9qglJklizs= =NfsV -----END PGP SIGNATURE-----