4279d32ef9b7540ff63fd96093df934d0273a23a
[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: debhelper (>= 9)
6 Standards-Version: 3.9.8
7 Build-Depends-Indep: asciidoc,
8                      docbook-xsl,
9                      shunit2,
10                      xsltproc,
11                      zsh
12 Homepage: http://git.grml.org/?p=grml-autoconfig.git
13 Vcs-git: git://git.grml.org/grml-autoconfig.git
14 Vcs-Browser: http://git.grml.org/?p=grml-autoconfig.git
15 Origin: Grml
16 Bugs: mailto:bugs@grml.org
17
18 Package: grml-autoconfig
19 Architecture: all
20 Conflicts: grml-etc (<= 0.4-7),
21            grml-saveconfig
22 Replaces: grml-saveconfig
23 Depends: beep,
24          console-terminus,
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: acpi-support,
38             alsa-utils,
39             grml-debootstrap (>= 0.7),
40             hwinfo,
41             locales,
42             mdadm
43 Description: main bootup process of a Grml (based) system
44  grml-autoconfig is the main part of the bootup process of the
45  grml system. This includes the hardware recognition system and
46  several configuration options.
47  .
48  grml-autoconfig is also a script which is an interface to
49  the configuration system (see /etc/grml/autoconfig) of
50  the framework.
51  .
52  This package provides utilities and documentation for saving
53  and restoring configurations on Grml system (like save-config
54  and restore-config). Please check out the provided
55  documentation for further details.