Bump Standards-Version to 3.9.8
[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 (>= 5)
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: acpid,
24          beep,
25          console-terminus,
26          gawk,
27          gpm,
28          grml-etc-core (>= 0.1-3),
29          grml-network (>= 0.3.7),
30          grml-scripts (>= 0.8-14),
31          kbd | console-utilities,
32          rsync,
33          rsyslog | system-log-daemon,
34          udev,
35          zsh,
36          ${misc:Depends},
37          ${shlibs:Depends}
38 Recommends: acpi-support,
39             alsa-utils,
40             grml-debootstrap (>= 0.7),
41             hwinfo,
42             locales,
43             mdadm
44 Description: main bootup process of a Grml (based) system
45  grml-autoconfig is the main part of the bootup process of the
46  grml system. This includes the hardware recognition system and
47  several configuration options.
48  .
49  grml-autoconfig is also a script which is an interface to
50  the configuration system (see /etc/grml/autoconfig) of
51  the framework.
52  .
53  This package provides utilities and documentation for saving
54  and restoring configurations on Grml system (like save-config
55  and restore-config). Please check out the provided
56  documentation for further details.