summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 8cbaf0fe8e2220ad52b1857261d39f01548c2455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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}