X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=e12e07d1c86e6bd3253d967fe1abaacc4b20631c;hb=322e57a4a7c972702e93038df009c045286bffbd;hp=46c92b8794aa0372674f7017cb5c9130f8e532bf;hpb=0d94f4b451321b54cd8f22253c28a5bc64715f1c;p=live-boot-grml.git diff --git a/debian/control b/debian/control index 46c92b8..c88a3fc 100644 --- a/debian/control +++ b/debian/control @@ -1,43 +1,91 @@ -Source: live-initramfs +Source: live-boot Section: misc Priority: optional -Maintainer: Debian Live -Uploaders: Daniel Baumann , Marco Amadori -Build-Depends: debhelper (>= 5), lsb-release -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/ -XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initramfs/ +Maintainer: Grml Team +Uploaders: Michael Prokop +Build-Depends: + debhelper-compat (= 12), + po4a, +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://wiki.debian.org/DebianLive +Vcs-Browser: https://git.grml.org/?p=live-boot-grml.git +Vcs-Git: git://git.grml.org/live-boot-grml.git +Origin: Grml +Bugs: mailto:bugs@grml.org -Package: live-initramfs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, eject, file, initramfs-tools, sudo, user-setup -Recommends: live-sysvinit -Suggests: genext2fs, squashfs-tools -Conflicts: casper (<< 1.87) -Replaces: casper -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 - 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. - . - Homepage: - . - live-initramfs is a fork of casper . +Package: live-boot-grml +Architecture: all +Depends: + live-boot-grml-initramfs-tools | live-boot-backend, + ${misc:Depends}, +Recommends: + live-boot-grml-doc, + live-tools, + rsync, + uuid-runtime, +Suggests: + cryptsetup, + curlftpfs, + httpfs2, + wget, +Conflicts: live-boot +Replaces: live-boot +Provides: live-boot +Description: Live System Boot Components + live-boot contains the components to configure a live system during the boot + process (early userspace). Do not install this package on your regular system, + it is only meant to be used in a live image. + . + In addition to live-boot, a backend for the initrd generation is required, such + as live-boot-initramfs-tools. + . + Please notice that this package is maintained by the grml.org team. + This is NOT a fork of Debian's live-boot, it's just a customized + version to better fit Grml's needs. + +Package: live-boot-grml-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, +Description: Live System Boot Components (documentation) + The Debian Live project maintains the components to build Debian based Live + systems and the official Debian Live images themselves. + . + live-boot contains the components to configure a live system during the boot + process (early userspace). + . + This package contains the documentation. + . + Please notice that this package is maintained by the grml.org team. + This is NOT a fork of Debian's live-boot, it's just a customized + version to better fit Grml's needs. -Package: casper +Package: live-boot-grml-initramfs-tools Architecture: all -Depends: live-initramfs -Description: Debian Live initramfs hook (transitional package) - Package to ease upgrading from older casper package to the new live-initramfs - package. +Depends: + busybox | busybox-initramfs, + initramfs-tools, + udev, + ${misc:Depends}, +Conflicts: + live-boot-backend, +Replaces: + live-boot-backend, +Provides: + live-boot-backend, +Description: Live System Boot Components (initramfs-tools backend) + The Debian Live project maintains the components to build Debian based Live + systems and the official Debian Live images themselves. + . + live-boot contains the components to configure a live system during the boot + process (early userspace). Do not install this package on your regular system, + it is only meant to be used in a live image. + . + This package contains the initramfs-tools backend. . - This package can be purged at anytime once the live-initramfs package has been - installed. + Please notice that this package is maintained by the grml.org team. + This is NOT a fork of Debian's live-boot, it's just a customized + version to better fit Grml's needs.