c1ed2da93ea0b6f1adac9fd05278a2f642bd0922
[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
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
11 Package: live-boot
12 Architecture: all
13 Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend
14 Recommends: eject, file, rsync, uuid-runtime
15 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
16 Description: Debian Live - System Boot Scripts
17  live-boot contains the scripts that configure a Debian Live system during the
18  boot process (early userspace).
19  .
20  In addition to live-boot, a backend for the initrd generation is required, such
21  as live-boot-initramfs-tools.
22  .
23  Please notice that this package is maintained by the grml.org team.
24  This is NOT a fork of Debian's live-boot, it's just a customized
25  version to better fit Grml's needs.
26
27 Package: live-boot-initramfs-tools
28 Architecture: all
29 Depends:
30  ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev
31 Conflicts: live-boot-backend
32 Replaces: live-boot-backend
33 Provides: live-boot-backend
34 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
35  live-boot contains the scripts that configure a Debian Live system during the
36  boot process (early userspace).
37  .
38  This package contains the initramfs-tools backend.
39  .
40  Please notice that this package is maintained by the grml.org team.
41  This is NOT a fork of Debian's live-boot, it's just a customized
42  version to better fit Grml's needs.
43
44 Package: live-initramfs
45 Architecture: all
46 Depends:
47  ${misc:Depends}, live-boot, live-boot-initramfs-tools, live-config,
48  live-config-sysvinit
49 Description: Debian Live - System Boot Scripts (transitional package)
50  Package to ease upgrading from older live-initramfs packages to the new
51  live-boot-initramfs-tools package.
52  .
53  This package can be purged at anytime once the live-boot-initramfs-tools
54  package has been installed.