1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: lshw
Section: utils
Priority: optional
Maintainer: Ghe Rivero <ghe@upsa.es>
Uploaders: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>> 3.0.0), docbook-utils, libgtk2.0-dev, dpatch
Standards-Version: 3.6.1
Package: lshw
Architecture: any
Depends: ${shlibs:Depends}, lshw-common
Description: information about hardware configuration
A small tool to provide detailed information on the hardware
configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86
systems and on some PowerPC machines (PowerMac G4 is known to work).
.
Information can be output in plain text, HTML or XML.
Package: lshw-gtk
Architecture: any
Depends: ${shlibs:Depends}, lshw-common
Description: information about hardware configuration
A small tool to provide detailed information on the hardware
configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86
systems and on some PowerPC machines (PowerMac G4 is known to work).
.
This package provides lshw-gtk (the GTK+ version)
Package: lshw-common
Architecture: any
Depends: ${shlibs:Depends}, hwdata
Recommends: lshw | lshw-gtk
Description: information about hardware configuration
A small tool to provide detailed information on the hardware
configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86
systems and on some PowerPC machines (PowerMac G4 is known to work).
.
This package provides the hw info files
|