Package: lintian Version: 2.5.30+deb8u3 Severity: wishlist Tags: patch Most of the time I see "script-in-etc-init.d-not-registered-via-update-rc.d" I've simply forgotten a #DEBHELPER# token, but it takes me a few moments to work out what I've done.
This patch simply adds a quick reference to this token :) Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git a/checks/init.d.desc b/checks/init.d.desc index 0baffde..1e19bb8 100644 --- a/checks/init.d.desc +++ b/checks/init.d.desc @@ -87,9 +87,9 @@ Tag: script-in-etc-init.d-not-registered-via-update-rc.d Severity: normal Certainty: possible Info: The package installs an <tt>/etc/init.d</tt> script which is - not registered in the <tt>postinst</tt> script. This is usually a bug, - unless you omit the links intentionally for some reason or create the - links some other way. + not registered in the <tt>postinst</tt> script. This is usually a bug + (such as omitting the <tt>#DEBHELPER#</tt> token) unless you omit the links + intentionally for some reason or create the links some other way. Tag: upstart-job-in-etc-init.d-not-registered-via-update-rc.d Severity: normal