diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 97c6475..51d73fd 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,12 @@ Source: systemd Section: admin Priority: optional Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org> -Uploaders: Michael Biebl <biebl@debian.org>, - Marco d'Itri <md@linux.it>, +Uploaders: Marco d'Itri <md@linux.it>, Sjoerd Simons <sjoerd@debian.org>, Martin Pitt <mpitt@debian.org>, Felipe Sateler <fsateler@debian.org>, Luca Boccassi <bluca@debian.org>, -Standards-Version: 4.6.2 +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 @@ -24,6 +23,10 @@ Build-Depends: debhelper-compat (= 13), docbook-xsl <!nodoc>, docbook-xml <!nodoc>, meson (>= 0.60.0), + clang <pkg.systemd.upstream !stage1>, + linux-headers-generic <pkg.systemd.upstream !stage1>, + libbpf-dev <pkg.systemd.upstream !stage1>, + linux-tools-generic <pkg.systemd.upstream> | bpftool <pkg.systemd.upstream>, gettext, gperf, libcap-dev, @@ -39,7 +42,7 @@ Build-Depends: debhelper-compat (= 13), libacl1-dev, liblzma-dev, liblz4-dev (>= 1.3.0), - liblz4-tool <!nocheck>, + lz4 <!nocheck>, libbz2-dev <!stage1>, zlib1g-dev <!stage1> | libz-dev <!stage1>, libcurl4-openssl-dev <!stage1>, @@ -60,6 +63,8 @@ Build-Depends: debhelper-compat (= 13), libssl-dev <!stage1>, libqrencode-dev <!stage1>, libxen-dev [amd64 arm64 armhf] <!stage1>, + libpwquality-dev <!stage1>, + libarchive-dev <pkg.systemd.upstream !stage1>, linux-base <!nocheck>, acl <!nocheck>, python3:native, @@ -87,10 +92,12 @@ Suggests: systemd-container, systemd-userdbd, systemd-boot, systemd-resolved, + libbpf1, libfido2-1, libip4tc2, libkmod2, libp11-kit0, + libpwquality1, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu-4.0.1-0, @@ -309,6 +316,7 @@ Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: libgcrypt20, Description: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. @@ -470,6 +478,7 @@ Depends: ${shlibs:Depends}, systemd-userdbd (= ${binary:Version}), systemd (= ${binary:Version}), libpam-runtime, + libpwquality1, Description: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home |