Adding debian version 2.0~a1-1.
[live-boot-grml.git] / debian / control
index cd9eee6..6225329 100644 (file)
@@ -1,17 +1,46 @@
-Source: casper
+Source: live-boot
 Section: misc
-Priority: extra
-Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org>
-Uploaders: Marco Amadori <marco.amadori@gmail.com>, Daniel Baumann <daniel@debian.org>
-Build-Depends: debhelper (>= 4), lsb-release
-Standards-Version: 3.7.2
+Priority: optional
+Maintainer: Debian Live Project <debian-live@lists.debian.org>
+Uploaders: Daniel Baumann <daniel@debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://live.debian.net/devel/live-boot/
+Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
+Vcs-Git: git://live.debian.net/git/live-boot.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-boot
+Architecture: all
+Depends: ${misc:Depends}, live-config-sysvinit | live-config-backend
+Recommends: eject, file, rsync, uuid-runtime
+Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
+Description: Debian Live - System Boot Scripts
+ live-boot contains the scripts that configure a Debian Live system during the
+ boot process (early userspace).
+ .
+ In addition to live-boot, a backend for the initrd generation is required, such
+ as live-boot-initramfs-tools.
+
+Package: live-boot-initramfs-tools
+Architecture: all
+Depends:
+ ${misc:Depends}, live-boot (>= ${source:Version}), busybox, initramfs-tools,
+ udev
+Conflicts: live-boot-backend, live-initramfs (<< 2.0~a1)
+Replaces: live-boot-backend, live-initramfs
+Provides: live-boot-backend
+Description: Debian Live - System Boot Scripts (initramfs-tools backend)
+ live-boot contains the scripts that configure a Debian Live system during the
+ boot process (early userspace).
+ .
+ This package contains the initramfs-tools backend.
+
+Package: live-initramfs
+Architecture: all
+Depends: ${misc:Depends}, live-boot-initramfs-tools
+Description: Debian Live - System Boot Scripts (transitional package)
+ Package to ease upgrading from older live-initramfs packages to the new
+ live-boot-initramfs-tools package.
+ .
+ This package can be purged at anytime once the live-boot-initramfs-tools
+ package has been installed.