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