Release new version 0.22.0
[grml-autoconfig.git] / debian / control
1 Source: grml-autoconfig
2 Section: grml
3 Priority: optional
4 Maintainer: Michael Prokop <mika@grml.org>
5 Build-Depends:
6  debhelper (>= 10~),
7 Standards-Version: 4.5.1
8 Build-Depends-Indep:
9  asciidoc,
10  docbook-xsl,
11  xsltproc,
12  zsh,
13 Homepage: https://git.grml.org/?p=grml-autoconfig.git
14 Vcs-git: git://git.grml.org/grml-autoconfig.git
15 Vcs-Browser: https://git.grml.org/?p=grml-autoconfig.git
16 Origin: Grml
17 Bugs: mailto:bugs@grml.org
18
19 Package: grml-autoconfig
20 Architecture: all
21 Depends:
22  beep,
23  console-setup,
24  console-setup-linux,
25  gawk,
26  gpm,
27  grml-etc-core (>= 0.1-3),
28  grml-network (>= 0.3.7),
29  grml-scripts (>= 0.8-14),
30  kbd | console-utilities,
31  rsync,
32  rsyslog | system-log-daemon,
33  udev,
34  zsh,
35  ${misc:Depends},
36  ${shlibs:Depends},
37 Recommends:
38  acpi-support,
39  alsa-utils,
40  grml-debootstrap (>= 0.7),
41  hwinfo,
42  locales,
43  mdadm,
44  x11vnc,
45 Description: main bootup process of a Grml (based) system
46  grml-autoconfig is the main part of the bootup process of the
47  grml system. This includes the hardware recognition system and
48  several configuration options.
49  .
50  grml-autoconfig is also a script which is an interface to
51  the configuration system (see /etc/grml/autoconfig) of
52  the framework.
53  .
54  This package provides utilities and documentation for saving
55  and restoring configurations on Grml system (like save-config
56  and restore-config). Please check out the provided
57  documentation for further details.