This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 2c7f8a7d1b4565980556ae2a237658389edd3c5d Author: Chris Lamb <[email protected]> Date: Fri Dec 29 22:31:57 2017 +0000 Update $PYTHON3X_DEPEND to prevent false positives in missing-python-build-dependency. (Closes: #750537) --- checks/rules.pm | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/checks/rules.pm b/checks/rules.pm index 5e6a175..375fcc8 100644 --- a/checks/rules.pm +++ b/checks/rules.pm @@ -30,8 +30,8 @@ our $PYTHON_DEPEND our $PYTHON3_DEPEND = 'python3:any | python3-dev:any | python3-all:any | python3-all-dev:any'; our $PYTHON2X_DEPEND = 'python2.7:any | python2.7-dev:any'; -our $PYTHON3X_DEPEND - = join(' | ', map { "python${_}:any | python${_}-dev:any" } qw(3.4 3.5)); +our $PYTHON3X_DEPEND= join(' | ', + map { "python${_}:any | python${_}-dev:any" } qw(3.4 3.5 3.6 3.7)); our $ANYPYTHON_DEPEND = "$PYTHON_DEPEND | $PYTHON2X_DEPEND | $PYTHON3_DEPEND | $PYTHON3X_DEPEND"; diff --git a/debian/changelog b/debian/changelog index 4179516..e1919d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,8 @@ lintian (2.5.67) UNRELEASED; urgency=medium override_dh_clean targets that are missing calls to dh_clean. + [CL] Apply patch from Paul Tagliamonte to check for files that use DH_EXTRA_ADDONS. Thanks! (Closes: #885790) + + [CL] Update $PYTHON3X_DEPEND to prevent false positives in + missing-python-build-dependency. (Closes: #750537) * checks/source-copyright.desc: + [CL] Also mention that we check for NOTICE.gz files when looking for Apache 2.0 packages that do not distribute their accompanying NOTICE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

