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