Sync Debian's live-boot 4.0~alpha19
[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: debhelper (>= 9), quilt (>= 0.46-7~)
6 Standards-Version: 3.9.5
7 Homepage: http://live.debian.net/devel/live-boot/
8 Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git
9 Vcs-Git: git://git.grml.org/live-boot-grml.git
10 Origin: Grml
11 Bugs: mailto:bugs@grml.org
12 Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git;a=summary
13 Vcs-Git: git://git.grml.org/live-boot-grml.git
14
15 Package: live-boot-grml
16 Architecture: all
17 Depends: ${misc:Depends}, genext2fs, live-boot-grml-initramfs-tools | live-boot-backend
18 Recommends: live-boot-grml-doc, live-tools, eject, file, rsync, uuid-runtime
19 Conflicts: live-boot
20 Replaces: live-boot
21 Provides: live-boot
22 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
23 Description: Live System Boot Components
24  live-boot contains the components to configure a live system during the boot
25  process (early userspace).
26  .
27  In addition to live-boot, a backend for the initrd generation is required, such
28  as live-boot-initramfs-tools.
29  .
30  Please notice that this package is maintained by the grml.org team.
31  This is NOT a fork of Debian's live-boot, it's just a customized
32  version to better fit Grml's needs.
33
34 Package: live-boot-grml-doc
35 Section: doc
36 Architecture: all
37 Depends: ${misc:Depends}
38 Description: Live System Boot Components (documentation)
39  The Live Systems project maintains the components to build Debian based Live
40  systems and the official Debian Live images themselves.
41  .
42  live-boot contains the components to configure a live system during the boot
43  process (early userspace).
44  .
45  This package contains the documentation.
46  .
47  Please notice that this package is maintained by the grml.org team.
48  This is NOT a fork of Debian's live-boot, it's just a customized
49  version to better fit Grml's needs.
50
51 Package: live-boot-grml-initramfs-tools
52 Architecture: all
53 Depends:
54  ${misc:Depends},
55  busybox | busybox-initramfs,
56  initramfs-tools,
57  udev,
58 Conflicts: live-boot-backend
59 Replaces: live-boot-backend
60 Provides: live-boot-backend
61 Description: Live System Boot Components (initramfs-tools backend)
62  The Live Systems project maintains the components to build Debian based Live
63  systems and the official Debian Live images themselves.
64  .
65  live-boot contains the components to configure a live system during the boot
66  process (early userspace).
67  .
68  This package contains the initramfs-tools backend.
69  .
70  Please notice that this package is maintained by the grml.org team.
71  This is NOT a fork of Debian's live-boot, it's just a customized
72  version to better fit Grml's needs.