diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8cbaf0f..b10f1ee 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Rules-Requires-Root: no Maintainer: Luca Boccassi <bluca@debian.org> Build-Depends: debhelper-compat (= 13), - python3:native <!nocheck>, - python3-pyelftools:native <!nocheck>, - python3-pytest:native <!nocheck>, + python3 <!nocheck>, + python3-pyelftools <!nocheck>, + python3-pytest <!nocheck>, Standards-Version: 4.7.0 Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Vcs-Git: https://github.com/systemd/package-notes.git @@ -34,3 +34,4 @@ Provides: dh-sequence-dlopenlibdeps, Description: Debian Helper for parsing dlopen metadata from ELF binaries Parses dlopen ELF note and generates dependencies from it that can be used via ${dlopen:Depends|Recommends|Suggests} + See: https://systemd.io/ELF_DLOPEN_METADATA/ |