X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=65c8b6d02299dda09e05a80dbff9b68b6c927892;hb=005e4a9a2a7bd72993e51c31482c0dd95334f227;hp=49dfb3ecaa4d5eb3eb26b88ab5a2ecfaaf98c0f1;hpb=7c6f95f7cf3e26d0b6cedbd7caaa8b7b6d13d77b;p=live-boot-grml.git diff --git a/debian/control b/debian/control index 49dfb3e..65c8b6d 100644 --- a/debian/control +++ b/debian/control @@ -2,24 +2,37 @@ Source: live-boot Section: misc Priority: optional Maintainer: Live Systems Maintainers -Uploaders: Daniel Baumann -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.4 -Homepage: http://live-systems.org/devel/live-boot/ -Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git -Vcs-Git: git://live-systems.org/git/live-boot.git +Uploaders: Iain R. Learmonth , Raphaël Hertzog , + Luca Boccassi +Build-Depends: + debhelper (>= 10), +Standards-Version: 4.1.3 +Homepage: https://debian-live.alioth.debian.org/live-boot/ +Vcs-Browser: https://salsa.debian.org/live-team/live-boot +Vcs-Git: https://salsa.debian.org/live-team/live-boot.git Package: live-boot Architecture: all -Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend -Recommends: live-boot-doc, live-tools, rsync, uuid-runtime -Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget +Depends: + live-boot-initramfs-tools | live-boot-backend, + ${misc:Depends}, +Recommends: + live-boot-doc, + live-tools, + rsync, + uuid-runtime, +Suggests: + cryptsetup, + curlftpfs, + httpfs2, + wget, Description: Live System Boot Components 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). + 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. @@ -27,7 +40,9 @@ Description: Live System Boot Components Package: live-boot-doc Section: doc Architecture: all -Depends: ${misc:Depends} +Multi-Arch: foreign +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. @@ -40,15 +55,22 @@ Description: Live System Boot Components (documentation) Package: live-boot-initramfs-tools Architecture: all Depends: - ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev -Conflicts: live-boot-backend -Replaces: live-boot-backend -Provides: live-boot-backend + 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 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). + 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.