diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:14:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:14:35 +0000 |
commit | c1edb76da8591808b80d74d6a79b7c475e6ff6cf (patch) | |
tree | a2116ab4179baaba7a4adc285b39d78b1ccda931 /debian/signing-template/control | |
parent | Adding debian version 256-1. (diff) | |
download | systemd-c1edb76da8591808b80d74d6a79b7c475e6ff6cf.tar.xz systemd-c1edb76da8591808b80d74d6a79b7c475e6ff6cf.zip |
Adding debian version 256-2.debian/256-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/signing-template/control')
-rw-r--r-- | debian/signing-template/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/signing-template/control b/debian/signing-template/control new file mode 100644 index 0000000..8baaf83 --- /dev/null +++ b/debian/signing-template/control @@ -0,0 +1,26 @@ +Source: systemd-boot-efi-${DEB_HOST_ARCH}-signed +Section: admin +Priority: optional +Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org> +Build-Depends: debhelper-compat (= 13), + sbsigntool, + systemd-boot-efi (= ${DEB_VERSION}), +Standards-Version: 4.7.0 +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 +Section: admin +Architecture: ${DEB_HOST_ARCH} +Provides: systemd-boot-efi-signed +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 |