Multiple cleanups to appease lintian.
[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: Iain R. Learmonth <irl@debian.org>
6 Build-Depends:
7  debhelper (>= 9),
8 Standards-Version: 3.9.8
9 Homepage: https://debian-live.alioth.debian.org/live-boot/
10 Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-boot.git
11 Vcs-Git: https://anonscm.debian.org/git/debian-live/live-boot.git
12
13 Package: live-boot
14 Architecture: all
15 Depends:
16  live-boot-initramfs-tools | live-boot-backend,
17  ${misc:Depends},
18 Recommends:
19  live-boot-doc,
20  live-tools,
21  rsync,
22  uuid-runtime,
23 Suggests:
24  cryptsetup,
25  curlftpfs,
26  httpfs2,
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:
42  ${misc:Depends},
43 Description: Live System Boot Components (documentation)
44  The Live Systems project maintains the components to build Debian based Live
45  systems and the official Debian Live images themselves.
46  .
47  live-boot contains the components to configure a live system during the boot
48  process (early userspace).
49  .
50  This package contains the documentation.
51
52 Package: live-boot-initramfs-tools
53 Architecture: all
54 Depends:
55  busybox | busybox-initramfs,
56  initramfs-tools,
57  udev,
58  ${misc:Depends},
59 Conflicts:
60  live-boot-backend,
61 Replaces:
62  live-boot-backend,
63 Provides:
64  live-boot-backend,
65 Description: Live System Boot Components (initramfs-tools backend)
66  The Live Systems project maintains the components to build Debian based Live
67  systems and the official Debian Live images themselves.
68  .
69  live-boot contains the components to configure a live system during the boot
70  process (early userspace).
71  .
72  This package contains the initramfs-tools backend.