update debian/control for grml
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 8), dpatch
7 Standards-Version: 3.9.2
8 Homepage: http://live.debian.net/devel/live-boot/
9 Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git
10 Vcs-Git: git://git.grml.org/live-boot-grml.git
11
12 Package: live-boot
13 Architecture: all
14 Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend
15 Recommends: eject, file, rsync, uuid-runtime
16 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
17 Description: Debian Live - System Boot Scripts
18  live-boot contains the scripts that configure a Debian Live system during the
19  boot process (early userspace).
20  .
21  In addition to live-boot, a backend for the initrd generation is required, such
22  as live-boot-initramfs-tools.
23  .
24  Please notice that this package is maintained by the grml.org team.
25  This is NOT a fork of Debian's live-boot, it's just a customized
26  version to better fit Grml's needs.
27
28 Package: live-boot-initramfs-tools
29 Architecture: all
30 Depends:
31  ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev
32 Conflicts: live-boot-backend
33 Replaces: live-boot-backend
34 Provides: live-boot-backend
35 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
36  live-boot contains the scripts that configure a Debian Live system during the
37  boot process (early userspace).
38  .
39  This package contains the initramfs-tools backend.
40  .
41  Please notice that this package is maintained by the grml.org team.
42  This is NOT a fork of Debian's live-boot, it's just a customized
43  version to better fit Grml's needs.
44
45 Package: live-initramfs
46 Architecture: all
47 Depends:
48  ${misc:Depends}, live-boot, live-boot-initramfs-tools, live-config,
49  live-config-sysvinit
50 Description: Debian Live - System Boot Scripts (transitional package)
51  Package to ease upgrading from older live-initramfs packages to the new
52  live-boot-initramfs-tools package.
53  .
54  This package can be purged at anytime once the live-boot-initramfs-tools
55  package has been installed.