summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 04:25:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 04:25:26 +0000
commit95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0 (patch)
treee8ea4f88511fb8ef32e449da01317b0d69dd983a /debian/control
parentAdding upstream version 0.10~exp. (diff)
downloadpackage-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.tar.xz
package-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.zip
Adding debian version 0.10~exp.debian/0.10_exp
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
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}