Drop pump from Depends now that we support dhclient.
[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.1
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
12 Package: grml-autoconfig
13 Architecture: all
14 Conflicts: grml-etc (<= 0.4-7), grml-saveconfig
15 Replaces: grml-saveconfig
16 Depends: ${shlibs:Depends}, ${misc:Depends}, acpid | apmd, laptop-detect, hotplug | hotplug-light | udev (>= 0.080-1), zsh, gpm, syslog-ng | system-log-daemon, kbd | console-utilities, console-terminus, grml-rebuildfstab (>= 0.3-1), grml-etc-core (>= 0.1-3), grml-scripts (>= 0.8-14), gawk, rungetty, rsync, grml-network (>= 0.3.7)
17 Recommends: acpi-support, hwinfo, alsa-utils, mdadm, aumix, locales, grml2hd, grml-debootstrap (>= 0.7)
18 Description: main bootup process of a Grml (based) system
19  grml-autoconfig is the main part of the bootup process of the
20  grml system. This includes the hardware recognition system and
21  several configuration options.
22  .
23  grml-autoconfig is also a script which is an interface to
24  the configuration system (see /etc/grml/autoconfig) of
25  the framework.
26  .
27  This package provides utilities and documentation for saving
28  and restoring configurations on Grml system (like save-config
29  and restore-config). Please check out the provided
30  documentation for further details.