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