This is an automated email from the git hooks/post-receive script. jwilk pushed a commit to branch master in repository lintian.
commit d431f72d15d73883954c02a918b91381ac33101b Author: Jakub Wilk <[email protected]> Date: Sun Dec 20 12:22:51 2015 +0100 private/refresh-ftp-master-tags: Use HTTPS --- debian/changelog | 3 +++ private/build-time-data/ftp-master-fatal | 4 ++-- private/build-time-data/ftp-master-nonfatal | 4 ++-- private/refresh-ftp-master-tags | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f609fbb..d3c58b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ lintian (2.5.40) UNRELEASED; urgency=medium XXX: generate tag summary + * private/refresh-ftp-master-tags: + + [JW] Use HTTPS for the ftp-master.debian.org URL. + -- Niels Thykier <[email protected]> Sun, 20 Dec 2015 00:58:34 +0000 lintian (2.5.39) unstable; urgency=medium diff --git a/private/build-time-data/ftp-master-fatal b/private/build-time-data/ftp-master-fatal index 0aabb75..04c691a 100644 --- a/private/build-time-data/ftp-master-fatal +++ b/private/build-time-data/ftp-master-fatal @@ -1,8 +1,8 @@ # This file lists all tags that cause an automatic reject on upload and cannot # be overridden. It is based on the data file retrieved from -# http://ftp-master.debian.org/static/lintian.tags +# https://ftp-master.debian.org/static/lintian.tags # -# Last updated: 2015-06-19 +# Last updated: 2015-12-20 FSSTND-dir-in-usr FSSTND-dir-in-var diff --git a/private/build-time-data/ftp-master-nonfatal b/private/build-time-data/ftp-master-nonfatal index 85b2250..a2412eb 100644 --- a/private/build-time-data/ftp-master-nonfatal +++ b/private/build-time-data/ftp-master-nonfatal @@ -1,8 +1,8 @@ # This file lists all tags that cause an automatic reject on upload but can # be overridden (nonfatal tags). It is based on the data file retrieved from -# http://ftp-master.debian.org/static/lintian.tags +# https://ftp-master.debian.org/static/lintian.tags # -# Last updated: 2015-06-19 +# Last updated: 2015-12-20 arch-dependent-file-in-usr-share arch-independent-package-contains-binary-or-object diff --git a/private/refresh-ftp-master-tags b/private/refresh-ftp-master-tags index af1f3f9..a60cbfa 100755 --- a/private/refresh-ftp-master-tags +++ b/private/refresh-ftp-master-tags @@ -37,7 +37,7 @@ BEGIN { } } -our $YAML_URL = 'http://ftp-master.debian.org/static/lintian.tags'; +our $YAML_URL = 'https://ftp-master.debian.org/static/lintian.tags'; # Retrieve the YAML file that determines which ftp-master tags warrant a # reject and then parse it. We should probably use a real YAML parser, but -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

