Adding debian version 2.0~a1-1.
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live Project <debian-live@lists.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 7.0.50~)
7 Standards-Version: 3.8.4
8 Homepage: http://live.debian.net/devel/live-boot/
9 Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
10 Vcs-Git: git://live.debian.net/git/live-boot.git
11
12 Package: live-boot
13 Architecture: all
14 Depends: ${misc:Depends}, live-config-sysvinit | live-config-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 Package: live-boot-initramfs-tools
25 Architecture: all
26 Depends:
27  ${misc:Depends}, live-boot (>= ${source:Version}), busybox, initramfs-tools,
28  udev
29 Conflicts: live-boot-backend, live-initramfs (<< 2.0~a1)
30 Replaces: live-boot-backend, live-initramfs
31 Provides: live-boot-backend
32 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
33  live-boot contains the scripts that configure a Debian Live system during the
34  boot process (early userspace).
35  .
36  This package contains the initramfs-tools backend.
37
38 Package: live-initramfs
39 Architecture: all
40 Depends: ${misc:Depends}, live-boot-initramfs-tools
41 Description: Debian Live - System Boot Scripts (transitional package)
42  Package to ease upgrading from older live-initramfs packages to the new
43  live-boot-initramfs-tools package.
44  .
45  This package can be purged at anytime once the live-boot-initramfs-tools
46  package has been installed.