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