This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 86309aa1c7f75f97a0789c3ce86374b3ee791d2d Author: Edward Betts <[email protected]> Date: Mon Jul 4 08:30:31 2016 +0100 Do not complain about new Testsuite-Triggers in dsc Version 1.18.8 of dpkg adds a 'Testsuite-Triggers' to dsc files. Lintian should not complain about this field. Signed-off-by: Niels Thykier <[email protected]> --- data/common/source-fields | 1 + debian/changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/data/common/source-fields b/data/common/source-fields index 8886812..d7205ae 100644 --- a/data/common/source-fields +++ b/data/common/source-fields @@ -36,6 +36,7 @@ ruby-versions source standards-version testsuite +testsuite-triggers uploaders vcs-arch vcs-browser diff --git a/debian/changelog b/debian/changelog index fc88a5a..4f46383 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,9 @@ lintian (2.5.46) UNRELEASED; urgency=medium + [NT] Install the lintian log file as a resource so it can be handled (e.g. cached) like other resources. + * data/common/source-fields: + + [NT] Apply patch from Edward Betts to add Testsuite-Triggers as + a known source field. (Closes: #829545) * data/scripts/interpreters: + [JW] Apply patch from Sergio Durigan Junior to add newLISP as a known interpreter. (Closes: #828934) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

