Merge tag 'debian/5.0_a5-1' into debian
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
5 Uploaders:
6  Daniel Baumann <mail@daniel-baumann.ch>,
7 Build-Depends:
8  debhelper (>= 9),
9 Standards-Version: 3.9.6
10 Homepage: http://live-systems.org/devel/live-boot/
11 Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git
12 Vcs-Git: git://live-systems.org/git/live-boot.git
13
14 Package: live-boot
15 Architecture: all
16 Depends:
17  live-boot-initramfs-tools | live-boot-backend,
18  ${misc:Depends},
19 Recommends:
20  live-boot-doc,
21  live-tools,
22  rsync,
23  uuid-runtime,
24 Suggests:
25  cryptsetup,
26  curlftpfs,
27  httpfs2,
28  wget,
29 Description: Live System Boot Components
30  The Live Systems project maintains the components to build Debian based Live
31  systems and the official Debian Live images themselves.
32  .
33  live-boot contains the components to configure a live system during the boot
34  process (early userspace).
35  .
36  In addition to live-boot, a backend for the initrd generation is required, such
37  as live-boot-initramfs-tools.
38
39 Package: live-boot-doc
40 Section: doc
41 Architecture: all
42 Depends:
43  ${misc:Depends},
44 Description: Live System Boot Components (documentation)
45  The Live Systems project maintains the components to build Debian based Live
46  systems and the official Debian Live images themselves.
47  .
48  live-boot contains the components to configure a live system during the boot
49  process (early userspace).
50  .
51  This package contains the documentation.
52
53 Package: live-boot-initramfs-tools
54 Architecture: all
55 Depends:
56  busybox | busybox-initramfs,
57  initramfs-tools,
58  udev,
59  ${misc:Depends},
60 Conflicts:
61  live-boot-backend,
62 Replaces:
63  live-boot-backend,
64 Provides:
65  live-boot-backend,
66 Description: Live System Boot Components (initramfs-tools backend)
67  The Live Systems project maintains the components to build Debian based Live
68  systems and the official Debian Live images themselves.
69  .
70  live-boot contains the components to configure a live system during the boot
71  process (early userspace).
72  .
73  This package contains the initramfs-tools backend.