This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 7c088f70e548c972511acb820e9d0f67d837f65c Author: Chris Lamb <[email protected]> Date: Tue Jan 9 22:49:01 2018 +0530 Add a false positive check for the previous commit. --- t/tests/files-general/debian/debian/dirs | 2 +- t/tests/files-general/debian/debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/t/tests/files-general/debian/debian/dirs b/t/tests/files-general/debian/debian/dirs index 5c5efb7..80c5644 100644 --- a/t/tests/files-general/debian/debian/dirs +++ b/t/tests/files-general/debian/debian/dirs @@ -1,7 +1,7 @@ etc usr/bin usr/doc -usr/lib/python3/dist-packages +usr/lib/python3/dist-packages/foo usr/share/foo usr/share/fonts/X11/misc usr/share/glib-2.0/schemas diff --git a/t/tests/files-general/debian/debian/rules b/t/tests/files-general/debian/debian/rules index 78bfd54..6a7f6a3 100755 --- a/t/tests/files-general/debian/debian/rules +++ b/t/tests/files-general/debian/debian/rules @@ -32,6 +32,7 @@ override_dh_install: touch $(tmp)/usr/share/foo/gschemas.compiled touch $(tmp)/usr/share/glib-2.0/schemas/gschemas.compiled touch $(tmp)/usr/lib/python3/dist-packages/test_foo.py + touch $(tmp)/usr/lib/python3/dist-packages/foo/test_falsepositive.py # If the following line gets messed up, it can be # restored with something like: # sed -i 's/@FILE@/bokm\xe5l/' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

