55a0a578846e3a8339b9b7539dc81b744cd4610d
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
5 Uploaders: Iain R. Learmonth <irl@debian.org>, RaphaĆ«l Hertzog <hertzog@debian.org>,
6  Luca Boccassi <bluca@debian.org>
7 Build-Depends:
8  debhelper (>= 10),
9 Standards-Version: 4.1.3
10 Homepage: https://debian-live.alioth.debian.org/live-boot/
11 Vcs-Browser: https://salsa.debian.org/live-team/live-boot
12 Vcs-Git: https://salsa.debian.org/live-team/live-boot.git
13
14 Package: live-boot
15 Architecture: all
16 Depends:
17  live-boot-initramfs-tools | live-boot-backend,
18  ${misc:Depends},
19 Recommends:
20  live-boot-doc,
21  live-tools,
22  rsync,
23  uuid-runtime,
24 Suggests:
25  cryptsetup,
26  curlftpfs,
27  httpfs2,
28  wget,
29 Description: Live System Boot Components
30  The Live Systems project maintains the components to build Debian based Live
31  systems and the official Debian Live images themselves.
32  .
33  live-boot contains the components to configure a live system during the boot
34  process (early userspace). Do not install this package on your regular system,
35  it is only meant to be used in a live image.
36  .
37  In addition to live-boot, a backend for the initrd generation is required, such
38  as live-boot-initramfs-tools.
39
40 Package: live-boot-doc
41 Section: doc
42 Architecture: all
43 Depends:
44  ${misc:Depends},
45 Description: Live System Boot Components (documentation)
46  The Live Systems project maintains the components to build Debian based Live
47  systems and the official Debian Live images themselves.
48  .
49  live-boot contains the components to configure a live system during the boot
50  process (early userspace).
51  .
52  This package contains the documentation.
53
54 Package: live-boot-initramfs-tools
55 Architecture: all
56 Depends:
57  busybox | busybox-initramfs,
58  initramfs-tools,
59  udev,
60  ${misc:Depends},
61 Conflicts:
62  live-boot-backend,
63 Replaces:
64  live-boot-backend,
65 Provides:
66  live-boot-backend,
67 Description: Live System Boot Components (initramfs-tools backend)
68  The Live Systems project maintains the components to build Debian based Live
69  systems and the official Debian Live images themselves.
70  .
71  live-boot contains the components to configure a live system during the boot
72  process (early userspace). Do not install this package on your regular system,
73  it is only meant to be used in a live image.
74  .
75  This package contains the initramfs-tools backend.