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

[lintian] 01/02: Use HTTPS for remaining www.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 5b1d2668f2398eb44cd7d7da20fa719ca7cbbe1f
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Oct 11 16:19:22 2015 +0200

    Use HTTPS for remaining www.debian.org URLs.
---
 README                                      |  4 ++--
 checks/source-copyright.desc                |  6 +++---
 data/menu-format/menu-sections              |  2 +-
 debian/changelog                            | 14 ++++++++++++++
 doc/lintian.xml                             |  6 +++---
 mail-templates/license-problem-non-free-RFC |  2 +-
 reporting/templates/index.tmpl              |  4 ++--
 7 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/README b/README
index dd1a573..6dda6db 100644
--- a/README
+++ b/README
@@ -195,6 +195,6 @@ public.  Should you be aware of a severe non-disclosed security issue
 in Lintian, then please contact the
 [Debian Security Team][report-security-issue] instead.
 
-[bts-report-bug]: http://www.debian.org/Bugs/Reporting
+[bts-report-bug]: https://www.debian.org/Bugs/Reporting
 
-[report-security-issue]: http://www.debian.org/security/faq#contact
+[report-security-issue]: https://www.debian.org/security/faq#contact
diff --git a/checks/source-copyright.desc b/checks/source-copyright.desc
index 9e75ef7..41a148d 100644
--- a/checks/source-copyright.desc
+++ b/checks/source-copyright.desc
@@ -147,21 +147,21 @@ Info: Your copyright file references a license that is not defined.
 Tag: invalid-short-name-in-dep5-copyright
 Severity: minor
 Certainty: certain
-Ref: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Ref: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Info: The license header contains a short name observed to be a
  misspelling of one of the standard short names.
 
 Tag: space-in-std-shortname-in-dep5-copyright
 Severity: minor
 Certainty: certain
-Ref: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Ref: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Info: The license header contains a short name with a space, which
  does not conform to the specification.
 
 Tag: bad-exception-format-in-dep5-copyright
 Severity: minor
 Certainty: certain
-Ref: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Ref: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Info: The license header contains a short name with a bad exception
  format. According to specification format of exception is:
  shortlicencename with exceptionname exception.
diff --git a/data/menu-format/menu-sections b/data/menu-format/menu-sections
index 7cabeb7..4131548 100644
--- a/data/menu-format/menu-sections
+++ b/data/menu-format/menu-sections
@@ -1,7 +1,7 @@
 # Data file of all the valid sections a menu item (or submenu) can go in.
 #
 # Authoritative source of menu sections:
-# http://www.debian.org/doc/packaging-manuals/menu-policy/ch2#s2.1
+# https://www.debian.org/doc/packaging-manuals/menu-policy/ch2#s2.1
 #
 # This file maps "root sections" to the valid sections in each root
 # sections.
diff --git a/debian/changelog b/debian/changelog
index 4cf049a..a4b5453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,12 +8,20 @@ lintian (2.5.39) UNRELEASED; urgency=medium
       (Closes: #792365).
   * checks/files.pm:
     + [BR] Whitelist pbuilder for dir-or-file-in-build-tree.
+  * checks/source-copyright.desc:
+    + [JW] Use HTTPS for www.debian.org URLs.
 
   * data/output/manual-references:
     + [JW] Refresh.
   * data/spelling/corrections*:
     + [JW] Add more corrections.
 
+  * doc/lintian.xml:
+    + [JW] Use HTTPS for www.debian.org URLs.
+
+  * mail-templates/license-problem-non-free-RFC:
+    + [JW] Use HTTPS for www.debian.org URLs.
+
   * man/lintian.pod.in:
     + [JW] Fix incorrect claim that "pedantic" and "display-info" can't be
       used together in the config file.
@@ -23,6 +31,12 @@ lintian (2.5.39) UNRELEASED; urgency=medium
   * private/refresh-manual-refs:
     + [JW] Use HTTPS for www.debian.org and lintian.debian.org URLs.
 
+  * reporting/templates/index.tmpl:
+    + [JW] Use HTTPS for www.debian.org URLs.
+
+  * README:
+    + [JW] Use HTTPS for www.debian.org URLs.
+
  -- Niels Thykier <niels@thykier.net>  Mon, 05 Oct 2015 22:21:02 +0200
 
 lintian (2.5.38) unstable; urgency=medium
diff --git a/doc/lintian.xml b/doc/lintian.xml
index 9a25d3d..779af69 100644
--- a/doc/lintian.xml
+++ b/doc/lintian.xml
@@ -663,7 +663,7 @@ foo source: another-tag without any comments
         <para>
           The architecture list has the same syntax as the
           architecture list in the "Build-Depends" field of a source
-          package. This is described in detail in the <ulink url="http://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax";>
+          package. This is described in detail in the <ulink url="https://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax";>
           Debian Policy Manual §7.1</ulink>.  Examples:
         </para>
         <screen>
@@ -761,7 +761,7 @@ foo [!any-i386] binary: some-tag-not-for-i386 optional-extra
         <para>
           Profiles are written in the same syntax as Debian
           control files as described in the
-          <ulink url="http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax";>
+          <ulink url="https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax";>
           Debian Policy Manual §5.1</ulink>.  Profiles allow
           comments as described in the Policy Manual.
         </para>
@@ -1268,7 +1268,7 @@ Overridable: no
         <para>
           The check description file is written in the same syntax as
           Debian control files as described in the
-          <ulink url="http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax";>
+          <ulink url="https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax";>
           Debian Policy Manual §5.1</ulink>.  Check description files
           allow comments as described in the Policy Manual.
         </para>
diff --git a/mail-templates/license-problem-non-free-RFC b/mail-templates/license-problem-non-free-RFC
index 3b414e6..2b9f9e6 100644
--- a/mail-templates/license-problem-non-free-RFC
+++ b/mail-templates/license-problem-non-free-RFC
@@ -26,7 +26,7 @@ DFSG-free, see:
 
 The severity is serious, because this violates the Debian policy:
 
- * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg
+ * https://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg
 
 There are (at least) three ways to fix this problem.  In order of
 preference:
diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index 1f40911..dc80245 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -2,10 +2,10 @@
   <div id="front">
     <div id="info">
       <p>
-        Lintian dissects <a href="http://www.debian.org/";>Debian</a>
+        Lintian dissects <a href="https://www.debian.org/";>Debian</a>
         <a href="http://packages.debian.org/";>packages</a> and tries to find
         bugs and policy violations. It contains automated checks for many
-        aspects of <a href="http://www.debian.org/doc/debian-policy/";>Debian
+        aspects of <a href="https://www.debian.org/doc/debian-policy/";>Debian
         policy</a> as well as some checks for common errors.
       </p>
 

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


Reply to: