This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 887e615f41d590ff6352896805e6744df3656611 Author: Chris Lamb <[email protected]> Date: Mon Dec 11 22:05:32 2017 +0000 Update description of python-script-but-no-python-dep to refer to pybuild. (Closes: #660718) --- checks/scripts.desc | 4 ++-- debian/changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checks/scripts.desc b/checks/scripts.desc index 867bcb3..9b29542 100644 --- a/checks/scripts.desc +++ b/checks/scripts.desc @@ -250,8 +250,8 @@ Info: Packages with Python scripts should depend on the package <tt>/usr/bin/python2.6</tt> binary. . If you are using debhelper, adding <tt>${python:Depends}</tt> to the - Depends field and ensuring dh_python2 or dh_python3 are run during - the build should take care of adding the correct dependency. + Depends field and ensuring dh-python, dh_python2 or dh_python3 are run + during the build should take care of adding the correct dependency. . In some cases a weaker relationship, such as Suggests or Recommends, will be more appropriate. diff --git a/debian/changelog b/debian/changelog index 12b1d54..c672698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ lintian (2.5.63) UNRELEASED; urgency=medium report. (Closes: #882684) + [CL] Raise the certainty of multiarch-foreign-shared-library from "wild guess" to "possible" on the suggestion of Helmut Grohne. + * checks/scripts.desc: + + [CL] Update description of python-script-but-no-python-dep to refer + to pybuild. (Closes: #660718) * checks/source-copyright.desc: + [CL] Update description of source-includes-file-in-files-excluded to clarify the potential problem and to reference the relevant -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

