This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit b0b52ab2a51dc5bcaf31b426853e0f559b9cc92f Author: Niels Thykier <[email protected]> Date: Sun Oct 2 13:32:57 2016 +0000 c/debhelper: Fix typo of debian-qt-kde.mk makefile Signed-off-by: Niels Thykier <[email protected]> --- checks/debhelper.pm | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/checks/debhelper.pm b/checks/debhelper.pm index 5cfaf6e..62c6372 100644 --- a/checks/debhelper.pm +++ b/checks/debhelper.pm @@ -215,7 +215,7 @@ sub run { } elsif ( m{ ^include \s+ - /usr/share/pkg-kde-tool/qt-kde-team/\d+/debian-qt-kde\.mk + /usr/share/pkg-kde-tools/qt-kde-team/\d+/debian-qt-kde\.mk }xsm ) { $build_systems{'dhmk'} = 1; diff --git a/debian/changelog b/debian/changelog index 1246da1..4e5e585 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ lintian (2.5.48) UNRELEASED; urgency=low Thanks to Andreas Beckmann for the bug report. (Closes: #838246) + [CL] Check for .maintscript files that include "maint-script-parameters". (Closes: #838195) + + [NT] Fix typo that prevented lintian from detecting uses of the + dhmk build-system. * checks/fields.{desc,pm}: + [JW] Fix typo. + [JW] Add references to tags related to build profiles. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

