X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fcontrol;h=30c33d81cbd1cda753e3085b727d6351a3b1175c;hp=78e92df69939f3b009a49762ec17c747146cbfd5;hb=ae749b55977a9a2aa649bd459ecc007975b39fa8;hpb=6bb781a33908f6aedf27083744b596ff5cf0f9ba diff --git a/debian/control b/debian/control index 78e92df..30c33d8 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,31 @@ Source: grml-autoconfig Section: grml Priority: optional Maintainer: Michael Prokop -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.8.0 -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 (>= 5) +Standards-Version: 3.9.5 +Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc, shunit2, 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 | system-log-daemon, 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 +Conflicts: grml-etc (<= 0.4-7), grml-saveconfig +Replaces: grml-saveconfig +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 +Recommends: acpi-support, hwinfo, alsa-utils, mdadm, locales, grml-debootstrap (>= 0.7) +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.