diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:28:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:28:44 +0000 |
commit | da0dd0c860b2ac3b11ab3198f81b2b184e533ecb (patch) | |
tree | 5aa3b327779d7fcacaae593b3a0484e1991b5a9d /debian/control | |
parent | Merging upstream version 0.11. (diff) | |
download | package-notes-da0dd0c860b2ac3b11ab3198f81b2b184e533ecb.tar.xz package-notes-da0dd0c860b2ac3b11ab3198f81b2b184e533ecb.zip |
Adding debian version 0.11.debian/0.11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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/ |