This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit d14890296a5d85670ed90ecb997e043d2398d231 Author: Chris Lamb <[email protected]> Date: Tue Oct 10 21:40:41 2017 +0100 Correct invalid link to upgrading-checklist. Thanks to Dann Frazier for the report. (Closes: #878184) --- checks/standards-version.desc | 4 ++-- debian/changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checks/standards-version.desc b/checks/standards-version.desc index 671d7d1..d703064 100644 --- a/checks/standards-version.desc +++ b/checks/standards-version.desc @@ -33,7 +33,7 @@ Info: The source package refers to a Standards-Version which is Tag: ancient-standards-version Severity: normal Certainty: certain -Ref: https://www.debian.org/doc/debian-policy/upgrading-checklist +Ref: https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt Info: The source package refers to a Standards-Version that has been obsolete for more than two years. Please update your package to latest Policy and set this control field appropriately. @@ -50,7 +50,7 @@ Info: The source package refers to a Standards-Version that has been Tag: out-of-date-standards-version Severity: normal Certainty: certain -Ref: https://www.debian.org/doc/debian-policy/upgrading-checklist +Ref: https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt Info: The source package refers to a Standards-Version older than the one that was current at the time the package was created (according to the timestamp of the latest <tt>debian/changelog</tt> entry). Please diff --git a/debian/changelog b/debian/changelog index f781977..eb03bdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,9 @@ lintian (2.5.55) UNRELEASED; urgency=medium + [CL] Actually check for a dependency on sensible-utils before emitting script-needs-depends-on-sensible-utils. Thanks to Daniel Reichelt for the detailed bug report. (Closes: #877439) + * checks/standards-version.desc: + + [CL] Correct invalid link to upgrading-checklist. Thanks to Dann + Frazier for the report. (Closes: #878184) * checks/watch-file.{pm,desc}: + [CL] Warn for debian/watch files using insecure URIs such as HTTP or FTP, similar to vcs-field-uses-insecure-uri. (Closes: #849515) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

