[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: L::Tag::Info: Use HTTPS for manpages.debian.org URLs



This is an automated email from the git hooks/post-receive script.

jwilk pushed a commit to branch master
in repository lintian.

commit 715ee8c07eb732fa680c73088a64217f17ed590a
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Apr 18 13:31:29 2016 +0200

    L::Tag::Info: Use HTTPS for manpages.debian.org URLs
---
 debian/changelog        | 2 ++
 lib/Lintian/Tag/Info.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6f706d2..329ea83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,8 @@ lintian (2.5.44) UNRELEASED; urgency=medium
   * lib/Lintian/Relation.pm:
     + [JW,NT] Fix broken implication with "P (<< V)" relations.
       (Closes: #819560)
+  * lib/Lintian/Tag/Info.pm:
+    + [JW] Use HTTPS for manpages.debian.org URLs.
   * lib/Lintian/Unpacker.pm:
     + [NT] Name the subprocess after what is processing.
 
diff --git a/lib/Lintian/Tag/Info.pm b/lib/Lintian/Tag/Info.pm
index 3e68476..40437de 100644
--- a/lib/Lintian/Tag/Info.pm
+++ b/lib/Lintian/Tag/Info.pm
@@ -34,7 +34,7 @@ use Lintian::Tags qw();
 # when formatting references to manual pages into HTML to provide a link
 # to the manual page.
 our $MANURL
-  = 'http://manpages.debian.org/cgi-bin/man.cgi?query=NAME&amp;sektion=SECTION';
+  = 'https://manpages.debian.org/cgi-bin/man.cgi?query=NAME&amp;sektion=SECTION';
 
 # Stores the parsed manual reference data.  Loaded the first time info()
 # is called.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: