blob: 33ea50b57e38ef5394991c75c93880873a526f2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# lintian does not know about rust arch-specific directories
libstd-rust-dev binary: arch-dependent-file-not-in-arch-specific-directory [usr/lib/rustlib/*/lib/lib*.rlib]
libstd-rust-dev binary: breakout-link usr/lib/rustlib/*/lib/lib*.so -> usr/lib/*/lib*.so
# lintian doesn't understand rlib files
libstd-rust-dev binary: no-code-sections [*.rlib]
# See debhelper bug #875780. This override is commented out because it's not
# always needed, but we want it here for documentation purposes. Basically,
# if you see it then you probably don't need to worry about it.
#libstd-rust-dev binary: unstripped-static-library usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/lib*.rlib(*)
|