Adding live-initramfs 1.87.5-1.
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>, Marco Amadori <marco.amadori@gmail.com>
6 Build-Depends: debhelper (>= 5), lsb-release
7 Standards-Version: 3.7.2
8 XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/
9 XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initramfs/
10
11 Package: live-initramfs
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, eject, file, initramfs-tools, sudo, user-setup
14 Suggests: genext2fs, squashfs-tools
15 Conflicts: casper (<< 1.87)
16 Replaces: casper
17 Description: Debian Live initramfs hook
18  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
19  capable to boot live systems, such as those created by live-helper. This
20  includes the Debian Live isos, netboot tarballs, and usb stick images.
21  .
22  At boot time it will look for a (read-only) media containing a "/live"
23  directory where a root filesystems (often a compressed filesystem image like
24  squashfs) is stored. If found, it will create a writable environment, using
25  unionfs, for Debian like systems to boot from.
26  .
27   Homepage: <http://debian-live.alioth.debian.org/>
28  .
29  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.
30
31 Package: casper
32 Architecture: all
33 Depends: live-initramfs
34 Description: Debian Live initramfs hook (transitional package)
35  Package to ease upgrading from older casper package to the new live-initramfs
36  package.
37  .
38  This package can be purged at anytime once the live-initramfs package has been
39  installed.