e20fe5e57423865ebc15351198a7a243b4705f39
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Uploaders: Michael Prokop <mika@grml.org>
6 Build-Depends:
7  debhelper-compat (= 12),
8  po4a,
9 Standards-Version: 4.4.1
10 Rules-Requires-Root: no
11 Homepage: https://wiki.debian.org/DebianLive
12 Homepage: http://live.debian.net/devel/live-boot/
13 Vcs-Browser: https://git.grml.org/?p=live-boot-grml.git
14 Vcs-Git: git://git.grml.org/live-boot-grml.git
15 Origin: Grml
16 Bugs: mailto:bugs@grml.org
17
18 Package: live-boot-grml
19 Architecture: all
20 Depends:
21  live-boot-grml-initramfs-tools | live-boot-backend,
22  ${misc:Depends},
23 Recommends:
24  live-boot-grml-doc,
25  live-tools,
26  rsync,
27  uuid-runtime,
28 Suggests:
29  cryptsetup,
30  curlftpfs,
31  httpfs2,
32  wget,
33 Conflicts: live-boot
34 Replaces: live-boot
35 Provides: live-boot
36 Description: Live System Boot Components
37  live-boot contains the components to configure a live system during the boot
38  process (early userspace). Do not install this package on your regular system,
39  it is only meant to be used in a live image.
40  .
41  In addition to live-boot, a backend for the initrd generation is required, such
42  as live-boot-initramfs-tools.
43  .
44  Please notice that this package is maintained by the grml.org team.
45  This is NOT a fork of Debian's live-boot, it's just a customized
46  version to better fit Grml's needs.
47
48 Package: live-boot-grml-doc
49 Section: doc
50 Architecture: all
51 Multi-Arch: foreign
52 Depends:
53  ${misc:Depends},
54 Description: Live System Boot Components (documentation)
55  The Debian Live project maintains the components to build Debian based Live
56  systems and the official Debian Live images themselves.
57  .
58  live-boot contains the components to configure a live system during the boot
59  process (early userspace).
60  .
61  This package contains the documentation.
62  .
63  Please notice that this package is maintained by the grml.org team.
64  This is NOT a fork of Debian's live-boot, it's just a customized
65  version to better fit Grml's needs.
66
67 Package: live-boot-grml-initramfs-tools
68 Architecture: all
69 Depends:
70  busybox | busybox-initramfs,
71  initramfs-tools,
72  udev,
73  ${misc:Depends},
74 Conflicts:
75  live-boot-backend,
76 Replaces:
77  live-boot-backend,
78 Provides:
79  live-boot-backend,
80 Description: Live System Boot Components (initramfs-tools backend)
81  The Debian Live project maintains the components to build Debian based Live
82  systems and the official Debian Live images themselves.
83  .
84  live-boot contains the components to configure a live system during the boot
85  process (early userspace). Do not install this package on your regular system,
86  it is only meant to be used in a live image.
87  .
88  This package contains the initramfs-tools backend.
89  .
90  Please notice that this package is maintained by the grml.org team.
91  This is NOT a fork of Debian's live-boot, it's just a customized
92  version to better fit Grml's needs.