Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
lintian.tags: Add documentation.
· af07c86c
Chris Lamb
authored
Dec 02, 2018
af07c86c
Make package-uses-vendor-specific-patch-series nonfatal (re. #904302).
· fbd3f262
Chris Lamb
authored
Dec 02, 2018
fbd3f262
Show whitespace changes
Inline
Side-by-side
config/debian/lintian.tags
View file @
fbd3f262
lintian:
# Overriding these tags is allowed
nonfatal:
- arch-dependent-file-in-usr-share
- arch-independent-package-contains-binary-or-object
...
...
@@ -36,6 +38,7 @@ lintian:
- not-binnmuable-any-depends-all
- not-binnmuable-any-depends-any
- package-contains-info-dir-file
- package-uses-vendor-specific-patch-series
- pkg-config-bad-directive
- pkg-config-multi-arch-wrong-dir
- preinst-interpreter-without-predepends
...
...
@@ -48,6 +51,8 @@ lintian:
- statically-linked-binary
- usr-share-doc-symlink-without-dependency
- wrong-file-owner-uid-or-gid
# Overriding these tags is NOT allowed
fatal:
- FSSTND-dir-in-usr
- FSSTND-dir-in-var
...
...