Merge remote-tracking branch 'debian/debian' into ch/new_version
[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-grml
12 Architecture: all
13 Depends: ${misc:Depends}, live-boot-grml-initramfs-tools
14 Recommends: live-boot-grml-doc, eject, file, rsync, uuid-runtime
15 Conflicts: live-boot
16 Replaces: live-boot
17 Provides: live-boot
18 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
19 Description: Debian Live - System Boot Scripts
20  live-boot contains the scripts that configure a Debian Live system during the
21  boot process (early userspace).
22  .
23  In addition to live-boot, a backend for the initrd generation is required, such
24  as live-boot-initramfs-tools.
25  .
26  Please notice that this package is maintained by the grml.org team.
27  This is NOT a fork of Debian's live-boot, it's just a customized
28  version to better fit Grml's needs.
29
30 Package: live-boot-grml-doc
31 Architecture: all
32 Depends: ${misc:Depends}
33 Conflicts: live-boot (<< 3.0~a18~), live-boot-doc
34 Replaces: live-boot, live-boot-doc
35 Provides: live-boot-doc
36 Description: Debian Live - System Boot Scripts (documentation)
37  live-boot contains the scripts that configure a Debian Live system during the
38  boot process (early userspace).
39  .
40  This package contains the documentation.
41  .
42  Please notice that this package is maintained by the grml.org team.
43  This is NOT a fork of Debian's live-boot, it's just a customized
44  version to better fit Grml's needs.
45
46 Package: live-boot-grml-initramfs-tools
47 Architecture: all
48 Depends:
49  ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev
50 Conflicts: live-boot-backend
51 Replaces: live-boot-backend
52 Provides: live-boot-backend
53 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
54  live-boot contains the scripts that configure a Debian Live system during the
55  boot process (early userspace).
56  .
57  This package contains the initramfs-tools backend.
58  .
59  Please notice that this package is maintained by the grml.org team.
60  This is NOT a fork of Debian's live-boot, it's just a customized
61  version to better fit Grml's needs.