summaryrefslogtreecommitdiffstats
path: root/tags/u/undeclared-elf-prerequisites.tag
blob: fc02c4eb5dfe3f49ab5582ddd596a9508ac7af53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Tag: undeclared-elf-prerequisites
Severity: warning
Check: binaries/prerequisites
Renamed-From:
 missing-depends-line
Explanation: The installation package contains an ELF executable or object file
 with dynamic references but does not declare any package prerequisites. The
 Depends field in the installation <code>control</code> file is empty.
 .
 This usually happens when <code>Depends</code> field in the source control file
 does not mention <code>${shlibs:Depends}</code> or, when not using the
 <code>dh</code> sequencer, there is no call to <code>dpkg-shlibdeps</code> in
 <code>debian/rules</code>.