summaryrefslogtreecommitdiffstats
path: root/tags/u/unstripped-static-library.tag
blob: 0797bd5ece5182da96f56e9bd7b9f25b12404b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: unstripped-static-library
Severity: info
Check: libraries/static
Explanation: The package installs an unstripped static library.
 .
 Please note, that static libraries have to be stripped with the
 <code>--strip-debug</code> option. You will probably also want to
 use <code>--remove-section=.comment --remove-section=.note</code>
 to avoid the static-library-has-unneeded-section tag.
 .
 <code>dh&lowbar;strip</code> (after debhelper/9.20150811) will do this
 automatically for you.