Support mcelog
[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.4
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             iproute2 | iproute,
24             laptop-detect,
25             lsscsi,
26             lvm2,
27             mcelog,
28             mdadm,
29             net-tools,
30             numactl,
31             open-iscsi,
32             parted,
33             powermgmt-base,
34             procinfo,
35             sg3-utils,
36             smartmontools,
37             usbutils,
38             x11-utils,
39             x11-xserver-utils,
40             x86info,
41             xresprobe
42 Description: collect hardware information
43  This tool collects information of the hardware this tool is
44  being executed on. It can be executed as normal user to collect
45  some basic information or with root permissions to collect as
46  much information as possible. A file named
47  grml-hwinfo-$TIMESTAMP.tar.bz2 storing all collected information
48  will be created in the current working directory.