Chris Lamb: > This is an automated email from the git hooks/post-receive script. > > lamby pushed a commit to branch master > in repository lintian. > > commit a84f7ee75ada87a4745803680e08bf2cf2816318 > Author: Chris Lamb <[email protected]> > Date: Thu Feb 1 18:16:02 2018 +0000 > > Update requirement for dh_scour (again!) from python3-scour to scour. > (Closes: #889016) > --- > data/debhelper/dh_commands | 2 +- > debian/changelog | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/data/debhelper/dh_commands b/data/debhelper/dh_commands > index 344a583..65e8e43 100644 > --- a/data/debhelper/dh_commands > +++ b/data/debhelper/dh_commands > @@ -159,7 +159,7 @@ dh_ruby_fixdepends=gem2deb > dh_ruby_fixdocs=gem2deb > dh_runit=dh-runit > dh_sameversiondep=pkg-kde-tools > -dh_scour=python3-scour > +dh_scour=scour > dh_shlibdeps=debhelper > dh_sip3=python3-sip-dev > dh_sip=python-sip-dev > diff --git a/debian/changelog b/debian/changelog > index 8bae08d..d971d22 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -55,6 +55,9 @@ lintian (2.5.73) UNRELEASED; urgency=medium > * data/common/dh_addons: > + [CL] Move/create from data/debhelper/dh_addons as we plan to use > it elsewhere. > + * data/debhelper/dh_commands: > + + [CL] Update requirement for dh_scour (again!) from python3-scour to > + scour. (Closes: #889016) > * data/files/python-generic-modules: > + [CL] Detect "backports" (and "backport") as overly generic Python > module names. (Closes: #888559) >
Hi, dh_commands is an auto-generated file, so your change will be wiped next time someone updates the file. When the data/script is wrong, you basically need to use the dh_commands-manual file (which overrides dh_commands in case of mismatches AFAIR). Thanks, ~Niels

