Updating to standards version 3.9.6.
[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  unionfs-fuse,
27  wget,
28 Description: Live System Boot Components
29  The Live Systems project maintains the components to build Debian based Live
30  systems and the official Debian Live images themselves.
31  .
32  live-boot contains the components to configure a live system during the boot
33  process (early userspace).
34  .
35  In addition to live-boot, a backend for the initrd generation is required, such
36  as live-boot-initramfs-tools.
37
38 Package: live-boot-doc
39 Section: doc
40 Architecture: all
41 Depends: ${misc:Depends}
42 Description: Live System Boot Components (documentation)
43  The Live Systems project maintains the components to build Debian based Live
44  systems and the official Debian Live images themselves.
45  .
46  live-boot contains the components to configure a live system during the boot
47  process (early userspace).
48  .
49  This package contains the documentation.
50
51 Package: live-boot-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.