Bug#387943: Missing dependency on makedev

2006-09-17 Thread David Fox

Package: powermgmt-base
Version: 1.28

The postinst uses /sbin/MAKEDEV which is part of the makedev package.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#387943: Missing dependency on makedev

2006-09-17 Thread Chris Hanson
David Fox wrote:
 Package: powermgmt-base
 Version: 1.28
 
 The postinst uses /sbin/MAKEDEV which is part of the makedev package.

Are you sure about that?  On my machine it has that dependency:

ravna:1$ dpkg --status powermgmt-base
Package: powermgmt-base
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 88
Maintainer: Chris Hanson [EMAIL PROTECTED]
Architecture: i386
Version: 1.28
Replaces: apmd (= 3.0.2-1.17)
Depends: makedev | udev, libc6 (= 2.3.6-6), module-init-tools | modutils
Conffiles:
 /etc/devfs/conf.d/apm fb78aee95bea37e2f231e043233e1ac3 obsolete
 /etc/modutils/apm e5193bd2f195c00fcfaf10d67c64f495 obsolete
Description: Common utils and configs for power management
 This package contains utilities and configuration files
 for power management that are common to APM and ACPI.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#387943: Missing dependency on makedev

2006-09-17 Thread Chris Hanson
David Fox wrote:

 Are you sure about that?  On my machine it has that dependency:
 
 Yes, but it is an OR with udev, so if udev is already installed it won't
 install makedev.  It should depend on udev and makedev.

That's not supposed to be necessary, according to the udev maintainer,
who requested the dependency change on powermgmt-base.  I've sent him
email asking him to clarify, and CC'd him to this message.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#387943: Missing dependency on makedev

2006-09-17 Thread David Fox




Chris Hanson wrote:

  David Fox wrote:
  
  
Package: powermgmt-base
Version: 1.28

The postinst uses /sbin/MAKEDEV which is part of the makedev package.

  
  
Are you sure about that?  On my machine it has that dependency:

ravna:1$ dpkg --status powermgmt-base
Package: powermgmt-base
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 88
Maintainer: Chris Hanson [EMAIL PROTECTED]
Architecture: i386
Version: 1.28
Replaces: apmd (= 3.0.2-1.17)
Depends: makedev | udev, libc6 (= 2.3.6-6), module-init-tools | modutils
Conffiles:
 /etc/devfs/conf.d/apm fb78aee95bea37e2f231e043233e1ac3 obsolete
 /etc/modutils/apm e5193bd2f195c00fcfaf10d67c64f495 obsolete
Description: Common utils and configs for power management
 This package contains utilities and configuration files
 for power management that are common to APM and ACPI.
  


Yes, but it is an OR with udev, so if udev is already installed it
won't install makedev. It should depend on udev and makedev.





Bug#387943: Missing dependency on makedev

2006-09-17 Thread David Fox




Chris Hanson wrote:

  David Fox wrote:

  
  

  Are you sure about that?  On my machine it has that dependency:
  

Yes, but it is an OR with udev, so if udev is already installed it won't
install makedev.  It should depend on udev and makedev.

  
  
That's not supposed to be necessary, according to the udev maintainer,
who requested the dependency change on powermgmt-base.  I've sent him
email asking him to clarify, and CC'd him to this message.
  

Ok, I'm just reporting this because I was doing an install and it
failed because /sbin/MAKEDEV didn't exist.