X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fcontrol;h=2f90ae69baf2d22f7a33a9c761579265e87d34a9;hp=5baaefed05d1d1b1fb41b4268342bc9c34a35bc3;hb=HEAD;hpb=09f3e8f58c82ab3d1e6c7722e431ce51cd59ad2a diff --git a/debian/control b/debian/control index 5baaefe..2230934 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,57 @@ Source: grml-autoconfig Section: grml Priority: optional Maintainer: Michael Prokop -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.7.2 -Homepage: http://hg.grml.org/grml-autoconfig/ -XS-Vcs-hg: http://hg.grml.org/grml-autoconfig/ -XS-Vcs-Browser: http://hg.grml.org/grml-autoconfig/ +Build-Depends: + debhelper (>= 10~), +Standards-Version: 4.5.1 +Build-Depends-Indep: + asciidoc, + docbook-xsl, + xsltproc, + zsh, +Homepage: https://git.grml.org/?p=grml-autoconfig.git +Vcs-git: git://git.grml.org/grml-autoconfig.git +Vcs-Browser: https://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-tools, console-terminus, pump, grml-rebuildfstab (>= 0.3-1), grml-etc-core (>= 0.1-3), grml-scripts (>= 0.8-14), gawk, rungetty, rsync -Recommends: acpi-support, hwinfo, alsa-utils, mdadm, powernowd, aumix, locales, grml2hd, grml-debootstrap (>= 0.7) -Description: main bootup process of a grml system +Depends: + beep, + console-setup, + console-setup-linux, + 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, + util-linux-extra | util-linux (<= 2.38-1), + zsh, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + acpi-support, + alsa-utils, + grml-debootstrap (>= 0.7), + hwinfo, + locales, + mdadm, + x11vnc, +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.