Retrieve information about SCSI devices using lsscsi
[grml-hwinfo.git] / debian / control
1 Source: grml-hwinfo
2 Section: admin
3 Priority: optional
4 Maintainer: Michael Prokop <mika@grml.org>
5 Build-Depends: debhelper (>= 5.0.0)
6 Standards-Version: 3.9.3
7 Homepage: http://git.grml.org/?p=grml-hwinfo.git
8 Vcs-git: git://git.grml.org/grml-hwinfo.git
9 Vcs-Browser: http://git.grml.org/?p=grml-hwinfo.git
10 Origin: Grml
11 Bugs: mailto:bugs@grml.org
12
13 Package: grml-hwinfo
14 Architecture: all
15 Depends: sysfsutils,
16          ${misc:Depends}
17 Recommends: acpi,
18             dconf,
19             dmidecode,
20             dmsetup,
21             hdparm,
22             hwinfo,
23             iproute,
24             laptop-detect,
25             lsscsi,
26             lvm2,
27             mdadm,
28             net-tools,
29             numactl,
30             open-iscsi,
31             parted,
32             powermgmt-base,
33             procinfo,
34             smartmontools,
35             usbutils,
36             x11-utils,
37             x11-xserver-utils,
38             x86info,
39             xresprobe
40 Description: collect hardware information
41  This tool collects information of the hardware this tool is
42  being executed on. It can be executed as normal user to collect
43  some basic information or with root permissions to collect as
44  much information as possible. A file named
45  grml-hwinfo-$TIMESTAMP.tar.bz2 storing all collected information
46  will be created in the current working directory.