This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 60a3ab35a0487b02b9a38d9065cdefdd17468485 Author: Chris Lamb <[email protected]> Date: Sun Dec 24 13:37:09 2017 +0000 dh_scour is now provided by python3-scour, not python-scour. Thanks to Jeremy Bicha. (Closes: #885106) --- data/debhelper/dh_commands | 2 +- debian/changelog | 3 +++ t/tests/debhelper-no-depends/debian/debian/rules | 1 + t/tests/debhelper-no-depends/tags | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/debhelper/dh_commands b/data/debhelper/dh_commands index 3552ef8..933eab1 100644 --- a/data/debhelper/dh_commands +++ b/data/debhelper/dh_commands @@ -152,7 +152,7 @@ dh_ruby_fixdepends=gem2deb dh_ruby_fixdocs=gem2deb dh_runit=dh-runit dh_sameversiondep=pkg-kde-tools -dh_scour=python-scour +dh_scour=python3-scour dh_shlibdeps=debhelper dh_sip3=python3-sip-dev dh_sip=python-sip-dev diff --git a/debian/changelog b/debian/changelog index d0b86ff..f09e00a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,9 @@ lintian (2.5.66) UNRELEASED; urgency=medium (Closes: #884678) + [CL] Bump the recommended debehlper compat level to 11, emitting a pedantic warning when using lower level. (Closes: #884699) + * data/debhelper/dh_commands: + + [CL] dh_scour is now provided by python3-scour, not python-scour. + Thanks to Jeremy Bicha. (Closes: #885106) * data/files/js-libraries: + [CL] Detect embedded jQuery libraries with version number in their filenames (eg. jquery-1.10.2.min.js). (Closes: #833613) diff --git a/t/tests/debhelper-no-depends/debian/debian/rules b/t/tests/debhelper-no-depends/debian/debian/rules index 3973dfd..2e90a35 100755 --- a/t/tests/debhelper-no-depends/debian/debian/rules +++ b/t/tests/debhelper-no-depends/debian/debian/rules @@ -22,3 +22,4 @@ else endif dh binary-indep --remaining -dh_strip_nondeterminism + -dh_scour diff --git a/t/tests/debhelper-no-depends/tags b/t/tests/debhelper-no-depends/tags index 7ff62a5..512b42b 100644 --- a/t/tests/debhelper-no-depends/tags +++ b/t/tests/debhelper-no-depends/tags @@ -5,6 +5,7 @@ E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_clid E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_dpatch_patch => dpatch E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_gtkmodules => libgtk2.0-dev E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_lisp => dh-lisp +E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_scour => python3-scour E: debhelper-no-depends source: missing-build-dependency-for-dh_-command dh_strip_nondeterminism => dh-strip-nondeterminism E: debhelper-no-depends source: package-uses-debhelper-but-lacks-build-depends W: debhelper-no-depends source: debhelper-but-no-misc-depends debhelper-no-depends -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

