SW: add whois to GRML_SMALL
[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: 4.0.1
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          isolinux (>= 3:6.03+dfsg-5+deb8u1~),
23          memtest86+,
24          mksh,
25          moreutils,
26          pciutils,
27          rsync,
28          squashfs-tools (>= 1:4.2-0~bpo60),
29          syslinux,
30          xorriso | genisoimage,
31          ${misc:Depends}
32 Recommends: grml-live-db,
33             grub-pc-bin,
34             imagemagick,
35             ipxe,
36             syslinux-utils
37 Suggests: fai-doc,
38           grml-live-addons
39 Description: build system for creating a Grml (based) Linux live system
40  This package provides the build system for creating a Debian /
41  Grml based Linux live system (also known as live cd). It is
42  based on the FAI (Fully Automatic Installation) framework.
43
44 Package: grml-live-db
45 Architecture: all
46 Depends: grml-live,
47          libdbd-sqlite3-perl,
48          libdbi-perl,
49          libtimedate-perl,
50          sqlite3,
51          ${misc:Depends}
52 Recommends: perl-doc
53 Description: log package build information of grml-live to database
54  This package provides a database layer for storing build
55  information about grml-live builds in a sqlite3 database.
56  More details are available in the provided grml-live-db manpage
57  and /usr/share/doc/grml-live-db/grml-live-db.html