docs: fix typo (ot->to)
[grml-live.git] / debian / control
1 Source: grml-live
2 Section: grml
3 Priority: extra
4 Maintainer: Michael Prokop <mika@grml.org>
5 Build-Depends: debhelper (>= 9)
6 Build-Depends-Indep: asciidoc,
7                      docbook-xsl,
8                      xsltproc
9 Standards-Version: 3.9.8
10 Homepage: http://grml.org/grml-live/
11 Vcs-git: git://git.grml.org/grml-live.git
12 Vcs-Browser: http://git.grml.org/?p=grml-live.git
13 Origin: Grml
14 Bugs: mailto:bugs@grml.org
15
16 Package: grml-live
17 Architecture: all
18 Depends: bc,
19          bzip2,
20          fai-client (>= 3.4.0),
21          fai-server (>= 3.4.0),
22          memtest86+,
23          mksh,
24          moreutils,
25          pciutils,
26          rsync,
27          squashfs-tools (>= 1:4.2-0~bpo60),
28          syslinux,
29          xorriso | genisoimage,
30          ${misc:Depends}
31 Recommends: grml-live-db,
32             grub-pc-bin,
33             imagemagick,
34             ipxe,
35             syslinux-utils
36 Suggests: fai-doc,
37           grml-live-addons
38 Description: build system for creating a Grml (based) Linux live system
39  This package provides the build system for creating a Debian /
40  Grml based Linux live system (also known as live cd). It is
41  based on the FAI (Fully Automatic Installation) framework.
42
43 Package: grml-live-db
44 Architecture: all
45 Depends: grml-live,
46          libdbd-sqlite3-perl,
47          libdbi-perl,
48          libtimedate-perl,
49          sqlite3,
50          ${misc:Depends}
51 Recommends: perl-doc
52 Description: log package build information of grml-live to database
53  This package provides a database layer for storing build
54  information about grml-live builds in a sqlite3 database.
55  More details are available in the provided grml-live-db manpage
56  and /usr/share/doc/grml-live-db/grml-live-db.html