debian/ostree-tests.lintian-overrides: override a couple of false positives
This commit is contained in:
parent
2e4ac65c4a
commit
85d1af2a65
|
|
@ -15,6 +15,8 @@ ostree (2016.4-1) UNRELEASED; urgency=medium
|
|||
* debian/rules: warn if there are leftover daemon processes after testing
|
||||
* debian/patches: add patches to get the build-time tests passing under
|
||||
sbuild
|
||||
* debian/ostree-tests.lintian-overrides: override a couple of false
|
||||
positives
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Mon, 28 Mar 2016 12:02:59 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# This is deliberate: it's just some random signed file to be verified, and
|
||||
# upstream happens to have used the text of the LGPL as the signed file
|
||||
ostree-tests: extra-license-file usr/lib/installed-tests/ostree/gpg-verify-data/lgpl2
|
||||
ostree-tests: extra-license-file usr/lib/installed-tests/ostree/gpg-verify-data/lgpl2.sig
|
||||
|
||||
# This is deliberate, working around the assumption of recursive make
|
||||
ostree-tests: symlink-is-self-recursive usr/lib/installed-tests/ostree/tests .
|
||||
Loading…
Reference in New Issue