30c33d81cbd1cda753e3085b727d6351a3b1175c
[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.5
7 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc, shunit2, zsh
8 Homepage: http://git.grml.org/?p=grml-autoconfig.git
9 Vcs-git: git://git.grml.org/grml-autoconfig.git
10 Vcs-Browser: http://git.grml.org/?p=grml-autoconfig.git
11 Origin: Grml
12 Bugs: mailto:bugs@grml.org
13
14 Package: grml-autoconfig
15 Architecture: all
16 Conflicts: grml-etc (<= 0.4-7), grml-saveconfig
17 Replaces: grml-saveconfig
18 Depends: ${shlibs:Depends}, ${misc:Depends}, acpid, udev, zsh, gpm, rsyslog | system-log-daemon, kbd | console-utilities, console-terminus, grml-etc-core (>= 0.1-3), grml-scripts (>= 0.8-14), gawk, rsync, grml-network (>= 0.3.7), beep
19 Recommends: acpi-support, hwinfo, alsa-utils, mdadm, locales, grml-debootstrap (>= 0.7)
20 Description: main bootup process of a Grml (based) system
21  grml-autoconfig is the main part of the bootup process of the
22  grml system. This includes the hardware recognition system and
23  several configuration options.
24  .
25  grml-autoconfig is also a script which is an interface to
26  the configuration system (see /etc/grml/autoconfig) of
27  the framework.
28  .
29  This package provides utilities and documentation for saving
30  and restoring configurations on Grml system (like save-config
31  and restore-config). Please check out the provided
32  documentation for further details.