1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: systemd-boot-efi-${DEB_HOST_ARCH}-signed
Section: admin
Priority: optional
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13), ${TEMPLATE_BUILD_DEPS}
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/systemd-team/systemd.git
Vcs-Browser: https://salsa.debian.org/systemd-team/systemd
Package: systemd-boot-efi-${DEB_HOST_ARCH}-signed
Architecture: ${DEB_HOST_ARCH}
Depends: ${misc:Depends},
Provides: systemd-boot-efi-signed (= ${DEB_VERSION_SOURCE})
Built-Using: systemd (= ${DEB_VERSION_SOURCE})
Description: Tools to manage UEFI firmware updates (signed)
systemd is a system and service manager for Linux. It provides aggressive
parallelization capabilities, uses socket and D-Bus activation for starting
services, offers on-demand starting of daemons, keeps track of processes using
Linux control groups, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic.
.
This package provides systemd's tools for EFI boot:
* signed efi binaries
|