X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=c82bf72901fbc0f8ad25c0d75422a63932ed412f;hb=fdf285d157bf1558728e0b6b6bea3b4f78a7b108;hp=996533eb0485b3801621ecd9170bec3be98af2bc;hpb=3ac64e5cd5e88e711053d59ded658e59e7d61a42;p=live-boot-grml.git diff --git a/debian/control b/debian/control index 996533e..c82bf72 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,25 @@ Source: live-boot Section: misc Priority: optional Maintainer: Grml Team -Build-Depends: debhelper (>= 8), dpatch -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), quilt (>= 0.46-7~) +Standards-Version: 3.9.5 Homepage: http://live.debian.net/devel/live-boot/ Vcs-Browser: http://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-boot +Package: live-boot-grml Architecture: all -Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend -Recommends: eject, file, rsync, uuid-runtime +Depends: ${misc:Depends}, genext2fs, live-boot-grml-initramfs-tools | live-boot-backend +Recommends: live-boot-grml-doc, live-tools, eject, file, rsync, uuid-runtime +Conflicts: live-boot +Replaces: live-boot +Provides: live-boot 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). +Description: Live System Boot Components + live-boot contains the components to configure a 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. @@ -24,31 +29,42 @@ Description: Debian Live - System Boot Scripts 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-initramfs-tools +Package: live-boot-grml-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Live System Boot Components (documentation) + The Live Systems 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: live-boot-grml-initramfs-tools Architecture: all Depends: - ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev + ${misc:Depends}, + busybox | busybox-initramfs, + initramfs-tools, + udev, Conflicts: live-boot-backend Replaces: live-boot-backend 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). +Description: Live System Boot Components (initramfs-tools backend) + The Live Systems 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 initramfs-tools backend. . 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-initramfs -Architecture: all -Depends: - ${misc:Depends}, live-boot, live-boot-initramfs-tools, live-config, - live-config-sysvinit -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.