Sync control + rules with 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:
6  debhelper (>= 9),
7 Standards-Version: 3.9.6
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 Origin: Grml
12 Bugs: mailto:bugs@grml.org
13
14 Package: live-boot-grml
15 Architecture: all
16 Depends:
17  live-boot-grml-initramfs-tools | live-boot-backend,
18  ${misc:Depends},
19 Recommends:
20  live-boot-grml-doc,
21  live-tools,
22  eject,
23  file,
24  rsync,
25  uuid-runtime,
26 Suggests:
27  cryptsetup,
28  curlftpfs,
29  httpfs2,
30  wget,
31 Conflicts: live-boot
32 Replaces: live-boot
33 Provides: live-boot
34 Description: Live System Boot Components
35  The Live Systems project maintains the components to build Debian based Live
36  systems and the official Debian Live images themselves.
37  .
38  live-boot contains the components to configure a live system during the boot
39  process (early userspace).
40  .
41  In addition to live-boot, a backend for the initrd generation is required, such
42  as live-boot-initramfs-tools.
43  .
44  Please notice that this package is maintained by the grml.org team.
45  This is NOT a fork of Debian's live-boot, it's just a customized
46  version to better fit Grml's needs.
47
48 Package: live-boot-grml-doc
49 Section: doc
50 Architecture: all
51 Depends:
52  ${misc:Depends},
53 Description: Live System Boot Components (documentation)
54  The Live Systems project maintains the components to build Debian based Live
55  systems and the official Debian Live images themselves.
56  .
57  live-boot contains the components to configure a live system during the boot
58  process (early userspace).
59  .
60  This package contains the documentation.
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.
65
66 Package: live-boot-grml-initramfs-tools
67 Architecture: all
68 Depends:
69  busybox | busybox-initramfs,
70  initramfs-tools,
71  udev,
72  ${misc:Depends},
73 Conflicts:
74  live-boot-backend,
75 Replaces:
76  live-boot-backend,
77 Provides:
78  live-boot-backend,
79 Description: Live System Boot Components (initramfs-tools backend)
80  The Live Systems project maintains the components to build Debian based Live
81  systems and the official Debian Live images themselves.
82  .
83  live-boot contains the components to configure a live system during the boot
84  process (early userspace).
85  .
86  This package contains the initramfs-tools backend.
87  .
88  Please notice that this package is maintained by the grml.org team.
89  This is NOT a fork of Debian's live-boot, it's just a customized
90  version to better fit Grml's needs.