diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 98b41f2..e0aedff 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,13 @@ Priority: optional Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org> -XSBC-Original-Uploaders: Michael Biebl <biebl@debian.org>, - Marco d'Itri <md@linux.it>, +XSBC-Original-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>, Bugs: mailto:maintainers@lists.progress-linux.org -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/systemd Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/systemd @@ -29,6 +28,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, @@ -44,7 +47,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>, @@ -65,6 +68,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, @@ -92,10 +97,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, @@ -314,6 +321,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. @@ -475,6 +483,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 |