X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fcontrol;h=4279d32ef9b7540ff63fd96093df934d0273a23a;hp=9882a8aa46a695c4e8fa9a5776c1cdce7e880cab;hb=2b9d1d5a109a4802953d46aaa49269b61753376c;hpb=9ed4b1986792d49e8e30a62d4926812b1d1d708b diff --git a/debian/control b/debian/control index 9882a8a..4279d32 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,54 @@ Source: grml-autoconfig Section: grml Priority: optional Maintainer: Michael Prokop -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.2 -S-X-Vcs-Hg: http://hg.grml.org/grml-autoconfig +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 +Build-Depends-Indep: asciidoc, + docbook-xsl, + shunit2, + xsltproc, + zsh +Homepage: http://git.grml.org/?p=grml-autoconfig.git +Vcs-git: git://git.grml.org/grml-autoconfig.git +Vcs-Browser: http://git.grml.org/?p=grml-autoconfig.git +Origin: Grml +Bugs: mailto:bugs@grml.org Package: grml-autoconfig Architecture: all -Conflicts: grml-etc (<= 0.4-7) -Depends: ${shlibs:Depends}, ${misc:Depends}, acpid | apmd, laptop-detect, hotplug | hotplug-light | udev (>= 0.080-1), zsh, gpm, syslog-ng, console-terminus, pump, grml-rebuildfstab (>= 0.3-1), grml-etc-core (>= 0.1-3), grml-scripts (>= 0.8-14), gawk, rungetty, rsync -Recommends: hwinfo, alsa-utils, mdadm -Description: main bootup process of a grml system +Conflicts: grml-etc (<= 0.4-7), + grml-saveconfig +Replaces: grml-saveconfig +Depends: beep, + console-terminus, + gawk, + gpm, + grml-etc-core (>= 0.1-3), + grml-network (>= 0.3.7), + grml-scripts (>= 0.8-14), + kbd | console-utilities, + rsync, + rsyslog | system-log-daemon, + udev, + zsh, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: acpi-support, + alsa-utils, + grml-debootstrap (>= 0.7), + hwinfo, + locales, + mdadm +Description: main bootup process of a Grml (based) system grml-autoconfig is the main part of the bootup process of the - grml system. This includes the hardware recognition system. + grml system. This includes the hardware recognition system and + several configuration options. . grml-autoconfig is also a script which is an interface to the configuration system (see /etc/grml/autoconfig) of the framework. . - Homepage: http:/grml.org/ + This package provides utilities and documentation for saving + and restoring configurations on Grml system (like save-config + and restore-config). Please check out the provided + documentation for further details.