diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 04:57:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 04:57:16 +0000 |
commit | 95f092c3bfd2751de55928ed237616cf2d10500f (patch) | |
tree | e217ed6f87ae11057354b6640e170221fd1f0130 /debian/control | |
parent | Adding upstream version 0.9. (diff) | |
download | package-notes-95f092c3bfd2751de55928ed237616cf2d10500f.tar.xz package-notes-95f092c3bfd2751de55928ed237616cf2d10500f.zip |
Adding debian version 0.9.debian/0.9debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1ca23da --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: package-notes +Section: admin +Priority: optional +Rules-Requires-Root: no +Maintainer: Luca Boccassi <bluca@debian.org> +Build-Depends: debhelper-compat (= 13), +Standards-Version: 4.6.1 +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/ |