Move some arch-indep helper utilities to Build-Depends-Indep.
[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)
7 Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc
8 Standards-Version: 3.8.0
9 Homepage: http://debian-live.alioth.debian.org/
10 Vcs-Browser: http://git.debian.net/?p=live-initramfs.git
11 Vcs-Git: git://git.debian.net/git/live-initramfs.git
12 XS-Upstream-Depends: git-core
13
14 Package: live-initramfs
15 Architecture: all
16 Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup
17 Recommends: eject, loop-aes-utils, uuid-runtime, wget
18 Suggests: curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools, mtd-tools
19 Description: Debian Live initramfs hook
20  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
21  capable to boot live systems, such as those created by live-helper. This
22  includes the Debian Live isos, netboot tarballs, and usb stick images.
23  .
24  At boot time it will look for a (read-only) media containing a "/live"
25  directory where a root filesystems (often a compressed filesystem image like
26  squashfs) is stored. If found, it will create a writable environment, using
27  aufs or unionfs, for Debian like systems to boot from.
28  .
29  You probably do not want to install this package onto a non-live system,
30  although it will do no harm.
31  .
32  live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.