Merge branch 'debian'
[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 (>= 8), quilt (>= 0.46-7~)
6 Standards-Version: 3.9.2
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}, live-boot-grml-initramfs-tools
16 Recommends: live-boot-grml-doc, 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: Debian Live - System Boot Scripts
22  live-boot contains the scripts that configure a Debian Live system during the
23  boot 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 Conflicts: live-boot (<< 3.0~a18~), live-boot-doc
37 Replaces: live-boot, live-boot-doc
38 Provides: live-boot-doc
39 Description: Debian Live - System Boot Scripts (documentation)
40  live-boot contains the scripts that configure a Debian Live system during the
41  boot 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}, busybox | busybox-initramfs, initramfs-tools, udev
53 Conflicts: live-boot-backend
54 Replaces: live-boot-backend
55 Provides: live-boot-backend
56 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
57  live-boot contains the scripts that configure a Debian Live system during the
58  boot process (early userspace).
59  .
60  This package contains the initramfs-tools backend.
61  .
62  Please notice that this package is maintained by the grml.org team.
63  This is NOT a fork of Debian's live-boot, it's just a customized
64  version to better fit Grml's needs.