diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 65 |
1 files changed, 63 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 71b3817..0f657f3 100644 --- a/debian/control +++ b/debian/control @@ -79,6 +79,7 @@ Build-Depends: debhelper-compat (= 13), python3-lxml:native, python3-pefile:native <!stage1 !nocheck> <!stage1 !noinsttest>, python3-pyelftools [amd64 i386 arm64 armhf riscv64] <!stage1>, + jq [amd64 arm64] <!stage1 !pkg.systemd.upstream>, python3-pyparsing <!nocheck>, python3-evdev:native <!nocheck>, tzdata-legacy <!nocheck> | tzdata (<< 2024a-1) <!nocheck>, @@ -94,12 +95,14 @@ Multi-Arch: foreign Priority: important Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon, + systemd-cryptsetup, ${dlopen:Recommends}, Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, + systemd-repart, libtss2-tcti-device0, polkitd, ${dlopen:Suggests}, @@ -162,6 +165,8 @@ Depends: ${shlibs:Depends}, Recommends: libnss-mymachines, ${dlopen:Recommends}, Suggests: ${dlopen:Suggests}, +Breaks: systemd (<< 256-2~), +Replaces: systemd (<< 256-2~), Description: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn @@ -471,6 +476,18 @@ Description: standalone tmpfiles binary for use in non-systemd systems This package conflicts with the main systemd package and is meant for use in non-systemd systems. +Package: systemd-standalone-shutdown +Architecture: linux-any +Conflicts: systemd, +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${dlopen:Recommends}, +Suggests: ${dlopen:Suggests}, +Description: standalone shutdown binary for use in exitrds + Standalone shutdown binary with minimal dependencies. + This package conflicts with the main systemd package and is meant for use in + minimal exitrd images. Not intended for normal systems. + Package: systemd-oomd Architecture: linux-any Depends: ${shlibs:Depends}, @@ -527,8 +544,8 @@ Recommends: efibootmgr, ${dlopen:Recommends}, Suggests: systemd-ukify, ${dlopen:Suggests}, -Breaks: systemd (<< 251.2-3~) -Replaces: systemd (<< 251.2-3~) +Breaks: systemd (<< 256-2~), systemd-boot-efi (<< 256-2~), +Replaces: systemd (<< 256-2~), systemd-boot-efi (<< 256-2~), Description: simple UEFI boot manager - tools and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command @@ -554,6 +571,22 @@ Description: simple UEFI boot manager - EFI binaries . This package contains the EFI binaries. +Package: systemd-boot-efi-amd64-signed-template +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, +Build-Profiles: <!stage1 !pkg.systemd.upstream> +Description: Template for signed systemd-boot-efi package + This package is used to control code signing by the Debian signing + service. + +Package: systemd-boot-efi-arm64-signed-template +Architecture: arm64 +Depends: ${shlibs:Depends}, ${misc:Depends}, +Build-Profiles: <!stage1 !pkg.systemd.upstream> +Description: Template for signed systemd-boot-efi package + This package is used to control code signing by the Debian signing + service. + Package: systemd-ukify Build-Profiles: <!stage1 !pkg.systemd.noukify> Architecture: all @@ -610,3 +643,31 @@ Description: systemd development files are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. + +Package: systemd-repart +Architecture: linux-any +Section: admin +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${dlopen:Recommends}, +Suggests: ${dlopen:Suggests}, +Breaks: systemd (<< 256-2~), +Replaces: systemd (<< 256-2~), +Description: Provides the systemd-repart utility + systemd-repart is a configuration-driven system partitioning tool. It follows + the Discoverable Partitions Specification and provides support for encryption + and dm-verity among other things. + +Package: systemd-cryptsetup +Build-Profiles: <!stage1> +Architecture: linux-any +Section: admin +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${dlopen:Recommends}, +Suggests: ${dlopen:Suggests}, +Breaks: systemd (<< 256-2~), +Replaces: systemd (<< 256-2~), +Description: Provides cryptsetup, integritysetup and veritysetup utilities + Utilities and units that integrated cryptsetup/integritysetup/veritysetup + support in systemd. |