diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8cbaf0f --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: package-notes +Section: admin +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>, +Standards-Version: 4.7.0 +Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ +Vcs-Git: https://github.com/systemd/package-notes.git +Vcs-Browser: https://github.com/systemd/package-notes + +Package: dh-package-notes +Architecture: all +Multi-Arch: foreign +Enhances: debhelper +Depends: ${misc:Depends}, debhelper, +Description: Debian Helper for adding package metadata to ELF binaries + Provides a linker specs file to add package metadata to the ELF binaries being + built. See: https://systemd.io/ELF_PACKAGE_METADATA/ + +Package: dh-dlopenlibdeps +Architecture: all +Multi-Arch: foreign +Enhances: debhelper +Depends: ${misc:Depends}, + ${perl:Depends}, + debhelper, + python3, + python3-pyelftools, +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} |