Using minimized rules file.
[live-boot-grml.git] / debian / control
index 171d184..bc80150 100644 (file)
@@ -1,17 +1,33 @@
-Source: casper
+Source: live-initramfs
 Section: misc
 Priority: optional
-Maintainer: Marco Amadori <marco.amadori@gmail.com>
+Maintainer: Debian Live <debian-live@lists.debian.org>
 Uploaders: Daniel Baumann <daniel@debian.org>
-Build-Depends: debhelper (>= 4), dpatch
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc
+Standards-Version: 3.8.4
+Homepage: http://live.debian.net/devel/live-initramfs/
+Vcs-Browser: http://live.debian.net/gitweb/?p=live-initramfs.git
+Vcs-Git: git://live.debian.net/git/live-initramfs.git
 
-Package: casper
-Architecture: any
-Depends: initramfs-tools (>= 0.40), user-setup
-Conflicts: usplash (<< 0.1-30)
-Recommends: live-package
-Suggests: dmsetup
-Description: Debian Live initramfs generator
- Casper provides an initramfs generator suited for booting a Debian Live systems
- from read only media. Useful to build live CDs.
+Package: live-initramfs
+Architecture: all
+Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup
+Recommends: cryptsetup, eject, rsync, uuid-runtime, wget
+Suggests:
+ loop-aes-utils, curlftpfs, genext2fs (>= 1.4.1), httpfs2, squashfs-tools,
+ mtd-tools
+Description: Debian Live initramfs hook
+ live-initramfs is a hook for the initramfs-tools, used to generate a initramfs
+ capable to boot live systems, such as those created by live-helper. This
+ includes the Debian Live isos, netboot tarballs, and usb stick images.
+ .
+ At boot time it will look for a (read-only) media containing a "/live"
+ directory where a root filesystems (often a compressed filesystem image like
+ squashfs) is stored. If found, it will create a writable environment, using
+ aufs or unionfs, for Debian like systems to boot from.
+ .
+ You probably do not want to install this package onto a non-live system,
+ although it will do no harm.
+ .
+ live-initramfs is a fork of casper <http://packages.ubuntu.com/casper/>.