ecffb52607aa6df27192da132aa2100f4f72b0ca
[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  eject,
23  file,
24  rsync,
25  uuid-runtime,
26 Suggests:
27  cryptsetup,
28  curlftpfs,
29  httpfs2,
30  wget,
31 Conflicts: live-boot
32 Replaces: live-boot
33 Provides: live-boot
34 Description: Live System Boot Components
35  live-boot contains the components to configure a live system during the boot
36  process (early userspace). Do not install this package on your regular system,
37  it is only meant to be used in a live image.
38  .
39  In addition to live-boot, a backend for the initrd generation is required, such
40  as live-boot-initramfs-tools.
41  .
42  Please notice that this package is maintained by the grml.org team.
43  This is NOT a fork of Debian's live-boot, it's just a customized
44  version to better fit Grml's needs.
45
46 Package: live-boot-grml-doc
47 Section: doc
48 Architecture: all
49 Multi-Arch: foreign
50 Depends:
51  ${misc:Depends},
52 Description: Live System Boot Components (documentation)
53  The Live Systems project maintains the components to build Debian based Live
54  systems and the official Debian Live images themselves.
55  .
56  live-boot contains the components to configure a live system during the boot
57  process (early userspace).
58  .
59  This package contains the documentation.
60  .
61  Please notice that this package is maintained by the grml.org team.
62  This is NOT a fork of Debian's live-boot, it's just a customized
63  version to better fit Grml's needs.
64
65 Package: live-boot-grml-initramfs-tools
66 Architecture: all
67 Depends:
68  busybox | busybox-initramfs,
69  initramfs-tools,
70  udev,
71  ${misc:Depends},
72 Conflicts:
73  live-boot-backend,
74 Replaces:
75  live-boot-backend,
76 Provides:
77  live-boot-backend,
78 Description: Live System Boot Components (initramfs-tools backend)
79  The Live Systems project maintains the components to build Debian based Live
80  systems and the official Debian Live images themselves.
81  .
82  live-boot contains the components to configure a live system during the boot
83  process (early userspace). Do not install this package on your regular system,
84  it is only meant to be used in a live image.
85  .
86  This package contains the initramfs-tools backend.
87  .
88  Please notice that this package is maintained by the grml.org team.
89  This is NOT a fork of Debian's live-boot, it's just a customized
90  version to better fit Grml's needs.