diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index ec86dff..8993f46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -package-notes (0.10~exp) experimental; urgency=medium +package-notes (0.11) unstable; urgency=medium + + * d/control: drop 'native' from build dependencies + * d/control: add doc link for dlopen spec + + -- Luca Boccassi <bluca@debian.org> Wed, 15 May 2024 18:22:46 +0100 + +package-notes (0.10) unstable; urgency=medium * Add Python script to parse dlopen ELF notes * Add Debian tool for dlopen-notes * d/control: bump Standards-Version to 4.7.0, no changes - -- Luca Boccassi <bluca@debian.org> Thu, 09 May 2024 10:15:28 +0100 + -- Luca Boccassi <bluca@debian.org> Thu, 09 May 2024 10:17:51 +0100 package-notes (0.9) unstable; urgency=medium 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/ |