4ebf7f0ab169b403044292b00258446c5174bb5f
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live Project <debian-live@lists.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 9)
7 Standards-Version: 3.9.4
8 Homepage: http://live.debian.net/devel/live-boot/
9 Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
10 Vcs-Git: git://live.debian.net/git/live-boot.git
11
12 Package: live-boot
13 Architecture: all
14 Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend
15 Recommends: live-boot-doc, live-tools, rsync, uuid-runtime
16 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
17 Description: Live System Boot Scripts
18  live-boot contains the scripts that configure a live system during the boot
19  process (early userspace).
20  .
21  In addition to live-boot, a backend for the initrd generation is required, such
22  as live-boot-initramfs-tools.
23
24 Package: live-boot-doc
25 Section: doc
26 Architecture: all
27 Depends: ${misc:Depends}
28 Description: Live System Boot Scripts (documentation)
29  live-boot contains the scripts that configure a live system during the boot
30  process (early userspace).
31  .
32  This package contains the documentation.
33
34 Package: live-boot-initramfs-tools
35 Architecture: all
36 Depends:
37  ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev
38 Conflicts: live-boot-backend
39 Replaces: live-boot-backend
40 Provides: live-boot-backend
41 Description: Live System Boot Scripts (initramfs-tools backend)
42  live-boot contains the scripts that configure a live system during the boot
43  process (early userspace).
44  .
45  This package contains the initramfs-tools backend.