Apply wrap-and-sort on Debian package
[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          ${shlibs:Depends}
18 Suggests: acpi,
19           dmidecode,
20           dmsetup,
21           hdparm,
22           hwinfo,
23           iproute,
24           lvm2,
25           mdadm,
26           net-tools,
27           parted,
28           pcmcia-utils,
29           powermgmt-base,
30           procinfo,
31           smartmontools,
32           usbutils,
33           x11-utils,
34           x11-xserver-utils,
35           xresprobe
36 Description: collect hardware information
37  This tool collects information of the hardware this tool is
38  being executed on.  It can be executed as normal user to collect
39  some basic information or with root permissions to collect as
40  much information as possible. A file named info.tar.bz2 storing
41  all collected information will be created in the current working
42  directory.