--- checks/fields.desc | 4 ++-- debian/changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/checks/fields.desc b/checks/fields.desc index 35fbc1d..e9b2667 100644 --- a/checks/fields.desc +++ b/checks/fields.desc @@ -1085,7 +1085,7 @@ Info: The VCS-* field contains an uncanonical URI. Please update to use admins (see reference). . Note that this check is based on a list of known URIs. Lintian did not - send a HTTP request to the URI to test this. Should the canonical URI + send an HTTP request to the URI to test this. Should the canonical URI have changed, please file a bug against Lintian so the check can be updated accordingly. Ref: https://lists.debian.org/debian-devel-announce/2011/05/msg00009.html @@ -1097,7 +1097,7 @@ Info: The VCS-* field uses an address which no longer works. Please update it to use the current canonical URI instead. . Note that this check is based on a list of known URIs or/and - patterns. Lintian did not send a HTTP request to the URI to test + patterns. Lintian did not send an HTTP request to the URI to test this. Should the URI actually work, please file a bug against Lintian so the check can be updated accordingly. diff --git a/debian/changelog b/debian/changelog index 98c5281..070370a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ lintian (2.5.37) UNRELEASED; urgency=medium "XXX: generate tag summary" + * checks/fields.desc: + + [JW] Use "an" (instead of "a") before "HTTP". + * lib/Lintian/{Tags.pm,Tag/Override.pm}: + [BR] Support tag renaming. Warn about renamed tags. -- 2.5.0

