Bump Standards-Version to 4.3.0
[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: 4.3.0
7 Homepage: https://git.grml.org/?p=grml-hwinfo.git
8 Vcs-git: git://git.grml.org/grml-hwinfo.git
9 Vcs-Browser: https://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             acpica-tools,
19             dconf,
20             dmidecode,
21             dmsetup,
22             edac-utils,
23             hdparm,
24             hwinfo,
25             i2c-tools,
26             iproute2 | iproute,
27             laptop-detect,
28             lsscsi,
29             lvm2,
30             mcelog,
31             mdadm,
32             mokutil,
33             net-tools,
34             numactl,
35             open-iscsi,
36             parted,
37             powermgmt-base,
38             procinfo,
39             sg3-utils,
40             smartmontools,
41             usbutils,
42             x11-utils,
43             x11-xserver-utils,
44             x86info,
45             xresprobe
46 Description: collect hardware information
47  This tool collects information of the hardware this tool is
48  being executed on. It can be executed as normal user to collect
49  some basic information or with root permissions to collect as
50  much information as possible. A file named
51  grml-hwinfo-$TIMESTAMP.tar.bz2 storing all collected information
52  will be created in the current working directory.