Sorting Build-Depends.
[live-boot-grml.git] / debian / control
1 Source: live-initramfs
2 Section: misc
3 Priority: optional
4 Maintainer: Debian Live <debian-live-maint@lists.alioth.debian.org>
5 Uploaders: Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 5), asciidoc, docbook-xsl, lsb-release, xsltproc
7 Standards-Version: 3.7.2
8 XS-Upstream-Depends: git-core
9 XS-Vcs-Git: git://git.debian.org/git/users/daniel/live-initramfs.git
10 XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-initramfs.git
11
12 Package: live-initramfs
13 Architecture: all
14 Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup
15 Recommends: eject, wget, live-initscripts
16 Suggests: genext2fs, squashfs-tools
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  You probably do not want to install this package onto a non-live system,
28  although it will do no harm.
29  .
30   Homepage: <http://debian-live.alioth.debian.org/>
31  .
32  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.