changelog entry
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Build-Depends: debhelper (>= 9), quilt (>= 0.46-7~)
6 Standards-Version: 3.9.5
7 Homepage: http://live.debian.net/devel/live-boot/
8 Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git
9 Vcs-Git: git://git.grml.org/live-boot-grml.git
10 Origin: Grml
11 Bugs: mailto:bugs@grml.org
12
13 Package: live-boot-grml
14 Architecture: all
15 Depends: ${misc:Depends}, genext2fs, live-boot-grml-initramfs-tools | live-boot-backend
16 Recommends: live-boot-grml-doc, live-tools, eject, file, rsync, uuid-runtime
17 Conflicts: live-boot
18 Replaces: live-boot
19 Provides: live-boot
20 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
21 Description: Live System Boot Components
22  live-boot contains the components to configure a live system during the boot
23  process (early userspace).
24  .
25  In addition to live-boot, a backend for the initrd generation is required, such
26  as live-boot-initramfs-tools.
27  .
28  Please notice that this package is maintained by the grml.org team.
29  This is NOT a fork of Debian's live-boot, it's just a customized
30  version to better fit Grml's needs.
31
32 Package: live-boot-grml-doc
33 Section: doc
34 Architecture: all
35 Depends: ${misc:Depends}
36 Description: Live System Boot Components (documentation)
37  The Live Systems project maintains the components to build Debian based Live
38  systems and the official Debian Live images themselves.
39  .
40  live-boot contains the components to configure a live system during the boot
41  process (early userspace).
42  .
43  This package contains the documentation.
44  .
45  Please notice that this package is maintained by the grml.org team.
46  This is NOT a fork of Debian's live-boot, it's just a customized
47  version to better fit Grml's needs.
48
49 Package: live-boot-grml-initramfs-tools
50 Architecture: all
51 Depends:
52  ${misc:Depends},
53  busybox | busybox-initramfs,
54  initramfs-tools,
55  udev,
56 Conflicts: live-boot-backend
57 Replaces: live-boot-backend
58 Provides: live-boot-backend
59 Description: Live System Boot Components (initramfs-tools backend)
60  The Live Systems project maintains the components to build Debian based Live
61  systems and the official Debian Live images themselves.
62  .
63  live-boot contains the components to configure a live system during the boot
64  process (early userspace).
65  .
66  This package contains the initramfs-tools backend.
67  .
68  Please notice that this package is maintained by the grml.org team.
69  This is NOT a fork of Debian's live-boot, it's just a customized
70  version to better fit Grml's needs.