Update lintian-overrides for new EFI boot files
[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.0
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  memtest86+,
28  mksh,
29  moreutils,
30  mtools,
31  pciutils,
32  rsync,
33  squashfs-tools (>= 1:4.2-0~bpo60),
34  syslinux,
35  xorriso,
36  ${misc:Depends},
37 Recommends:
38  grml-live-db,
39  grub-pc-bin,
40  imagemagick,
41  ipxe,
42  syslinux-utils,
43 Suggests:
44  fai-doc,
45  grml-live-addons,
46 Description: build system for creating a Grml (based) Linux live system
47  This package provides the build system for creating a Debian /
48  Grml based Linux live system (also known as live cd). It is
49  based on the FAI (Fully Automatic Installation) framework.
50
51 Package: grml-live-db
52 Architecture: all
53 Depends:
54  grml-live,
55  libdbd-sqlite3-perl,
56  libdbi-perl,
57  libtimedate-perl,
58  sqlite3,
59  ${misc:Depends},
60 Recommends:
61  perl-doc,
62 Description: log package build information of grml-live to database
63  This package provides a database layer for storing build
64  information about grml-live builds in a sqlite3 database.
65  More details are available in the provided grml-live-db manpage
66  and /usr/share/doc/grml-live-db/grml-live-db.html