This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit e3e48859af63b6aae2212151ba392640d077a901 Author: Chris Lamb <[email protected]> Date: Sun Dec 31 10:02:27 2017 +0000 checks/rules.desc: Correct grammar in override_dh_clean-does-not-call-dh_clean and override_dh_fixperms-does-not-call-dh_fixperms. --- checks/rules.desc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/checks/rules.desc b/checks/rules.desc index 5f59d27..9ca7af8 100644 --- a/checks/rules.desc +++ b/checks/rules.desc @@ -298,10 +298,11 @@ Info: The <tt>debian/rules</tt> file for this package appears to set Tag: override_dh_clean-does-not-call-dh_clean Severity: normal Certainty: certain -Info: The <tt>debian/rules</tt> file for this package uses - the <tt>override_dh_clean</tt> but this target does not reference - <tt>dh_clean</tt>. This can result in packages not cleaning up properly via - <tt>debian/rules clean</tt>. +Info: The <tt>debian/rules</tt> file for this package has an + <tt>override_dh_clean</tt> target that does not reference <tt>dh_clean</tt>. + . + This can result in packages not cleaning up properly via <tt>debian/rules + clean</tt>. . Please add a call to <tt>dh_clean</tt>. Ref: #884419, #884815 @@ -309,8 +310,8 @@ Ref: #884419, #884815 Tag: override_dh_fixperms-does-not-call-dh_fixperms Severity: normal Certainty: certain -Info: The <tt>debian/rules</tt> file for this package uses - the <tt>override_dh_fixperms</tt> but this target does not reference +Info: The <tt>debian/rules</tt> file for this package has an + <tt>override_dh_fixperms</tt> target that does not reference <tt>dh_fixperms</tt>. . This can result in packages inheriting the <tt>umask(2)</tt> of the build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

