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

Bug#300545: marked as done (Should schedule packages for ACPI support for installation)



Your message dated Sun, 01 May 2005 17:17:02 -0400
with message-id <E1DSLoE-0005t3-00@newraff.debian.org>
and subject line Bug#300545: fixed in ddetect 1.15
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Mar 2005 13:36:26 +0000
>From pelle@debian.org Sun Mar 20 05:36:26 2005
Return-path: <pelle@debian.org>
Received: from amsfep20-int.chello.nl [213.46.243.18] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DD0bS-0000ct-00; Sun, 20 Mar 2005 05:36:26 -0800
Received: from tiger ([213.89.140.172]) by amsfep20-int.chello.nl
          (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP
          id <20050320133554.EMKG25111.amsfep20-int.chello.nl@tiger>
          for <submit@bugs.debian.org>; Sun, 20 Mar 2005 14:35:54 +0100
Date: Sun, 20 Mar 2005 14:35:52 +0100
From: Per Olofsson <pelle@debian.org>
To: submit@bugs.debian.org
Subject: acpi task
Message-ID: <20050320133552.GB2393@tiger.dsv.su.se>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline
User-Agent: mutt-ng 1.5.9-r192i (Debian)
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: tasksel
Severity: wishlist
Tags: patch

Attached is a patch which adds an acpi task. This task is installed
automatically if ACPI support is available. It is never shown to the
user. Is this the proper way to make sure that ACPI support is
installed or is this task perhaps too small?

-- 
Pelle

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="tasksel-acpi.patch"

Index: tests/acpi
===================================================================
--- tests/acpi	(revision 0)
+++ tests/acpi	(revision 0)
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Install ACPI packages automatically if ACPI is available
+if [ -d /proc/acpi ]; then
+    exit 0 # install without display
+else
+    exit 1 # do not display
+fi

Property changes on: tests/acpi
___________________________________________________________________
Name: svn:executable
   + *

Index: tasks/acpi
===================================================================
--- tasks/acpi	(revision 0)
+++ tasks/acpi	(revision 0)
@@ -0,0 +1,8 @@
+Task: acpi
+Test-acpi: available
+Section: user
+Description: ACPI support
+  This task contains packages for ACPI support.
+Packages:
+  acpi
+  acpid

--KsGdsel6WgEHnImy--

---------------------------------------
Received: (at 300545-close) by bugs.debian.org; 1 May 2005 21:27:10 +0000
>From katie@ftp-master.debian.org Sun May 01 14:27:10 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DSLy1-0001z6-00; Sun, 01 May 2005 14:27:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DSLoE-0005t3-00; Sun, 01 May 2005 17:17:02 -0400
From: Joey Hess <joeyh@debian.org>
To: 300545-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#300545: fixed in ddetect 1.15
Message-Id: <E1DSLoE-0005t3-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 01 May 2005 17:17:02 -0400
Delivered-To: 300545-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: ddetect
Source-Version: 1.15

We believe that the bug you reported is fixed in the latest version of
ddetect, which is due to be installed in the Debian FTP archive:

archdetect_1.15_i386.udeb
  to pool/main/d/ddetect/archdetect_1.15_i386.udeb
ddetect_1.15.dsc
  to pool/main/d/ddetect/ddetect_1.15.dsc
ddetect_1.15.tar.gz
  to pool/main/d/ddetect/ddetect_1.15.tar.gz
ethdetect_1.15_all.udeb
  to pool/main/d/ddetect/ethdetect_1.15_all.udeb
hw-detect-full_1.15_all.udeb
  to pool/main/d/ddetect/hw-detect-full_1.15_all.udeb
hw-detect_1.15_i386.udeb
  to pool/main/d/ddetect/hw-detect_1.15_i386.udeb



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 300545@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated ddetect 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  1 May 2005 16:51:56 -0400
Source: ddetect
Binary: hw-detect-full archdetect hw-detect ethdetect
Architecture: source i386 all
Version: 1.15
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 archdetect - Hardware architecture detector (udeb)
 ethdetect  - Detect network hardware and load kernel drivers for it (udeb)
 hw-detect  - Detect hardware and load kernel drivers for it (udeb)
 hw-detect-full - Detect hardware and load kernel drivers for it (full version) (udeb)
Closes: 300545 303445
Changes: 
 ddetect (1.15) unstable; urgency=low
 .
   * Joey Hess
     - Force register and load sunhme, sunbmac, and esp on sparc since
       apparently discover does not find these on at least an E4500.
       This is kind of a work around for #299074, and will be reverted once
       discover is fixed.
     - Detect if only one ethernet interface is found, and if it's a firewire
       interface, warn the user and allow them to manually select modules to
       load. This after noticing that 2.6 installs that fail to load the
       ethernet driver fail unexpectedly when the firewire ethernet ends up
       being used. Closes: #303445
     - Add a few missing 2.6 ethernet drivers to devnames.txt.
   * Colin Watson
     - Register apm_emu on systems with via-pmu mac-io devices.
   * Frans Pop
     - Schedule acpi packages for installation if system has acpi support.
       Works only for 2.6 kernels. Closes: #300545
   * Updated translations:
     - Bulgarian (bg.po) by Ognyan Kulev
     - Catalan (ca.po) by Guillem Jover
     - Czech (cs.po) by Miroslav Kure
     - Danish (da.po) by Claus Hindsgaul
     - German (de.po) by Dennis Stampfer
     - Greek, Modern (1453-) (el.po) by Greek Translation Team
     - Spanish (es.po) by Javier Fernandez-Sanguino Peña
     - French (fr.po) by Christian Perrier
     - Gallegan (gl.po) by Jacobo Tarrio
     - Hebrew (he.po) by Lior Kaplan
     - Italian (it.po) by Stefano Canepa
     - Korean (ko.po) by Changwoo Ryu
     - Dutch (nl.po) by Bart Cornelis
     - Portuguese (pt.po) by Miguel Figueiredo
     - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
     - Romanian (ro.po) by Eddy Petrisor
     - Russian (ru.po) by Yuri Kozlov
     - Slovak (sk.po) by Peter KLFMANiK Mann
     - Ukrainian (uk.po) by Eugeniy Meshcheryakov
     - Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
     - Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 eddacea40502c45d69b0fb28833044a7 874 debian-installer standard ddetect_1.15.dsc
 effc33e666bb744232fe263eacbd9fa1 108512 debian-installer standard ddetect_1.15.tar.gz
 dfa44892d08b830d1634dc2dc24d4623 33400 debian-installer optional ethdetect_1.15_all.udeb
 92d2ffeb9128d1b9c5763a2a0e284e3c 2672 debian-installer standard hw-detect-full_1.15_all.udeb
 5919ede4b82d8d06baa982cfdd2fbb7f 50890 debian-installer standard hw-detect_1.15_i386.udeb
 65157a06513fdfa4496e9515f2624853 2348 debian-installer standard archdetect_1.15_i386.udeb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCdUNa2tp5zXiKP0wRAhTSAKCHwXDCKP6bAjjU1pxQy7bvk5lqmQCfbaFP
PciXvbLVEmL+vuoKRWGjueY=
=YlW9
-----END PGP SIGNATURE-----



Reply to: