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

sebastic pushed a commit to branch master
in repository website.

commit 9aa6563407f69bdd09c036d2dca97c15799cc55e
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Wed Aug 19 13:43:36 2015 +0200

    Switch to HTTPS where possible for debian.org subdomains.
---
 HEADER.html   | 12 +++++-----
 debian.css    |  6 ++---
 josmredir.php |  2 +-
 policy.xml    | 70 +++++++++++++++++++++++++++++------------------------------
 4 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/HEADER.html b/HEADER.html
index 4184b3b..fbeec9c 100644
--- a/HEADER.html
+++ b/HEADER.html
@@ -21,7 +21,7 @@
 
     <h2>What is Debian GIS?</h2>
 
-    <p>Debian GIS is a “<a 
href="http://blends.alioth.debian.org/blends";>Debian Pure Blend</a>” with the 
aim to develop Debian into the best distribution for <strong>Geographical 
Information System</strong> applications and users.</p>
+    <p>Debian GIS is a “<a href="http://blends.debian.org/blends";>Debian Pure 
Blend</a>” with the aim to develop Debian into the best distribution for 
<strong>Geographical Information System</strong> applications and users.</p>
 
     <p>A good deal of GIS related software and libraries (e.g. GRASS GIS, 
GDAL, and PROJ.4) are already present in Debian.</p>
 
@@ -36,11 +36,11 @@
     We use:
 
     <dl>
-      <dt><a 
href="http://alioth.debian.org/projects/pkg-grass/";>http://alioth.debian.org/projects/pkg-grass/</a></dt>
+      <dt><a 
href="https://alioth.debian.org/projects/pkg-grass/";>https://alioth.debian.org/projects/pkg-grass/</a></dt>
 
       <dd>for group management, git repositories, and this webspace</dd>
 
-      <dt><a href="http://anonscm.debian.org/cgit/pkg-grass/";>our git 
repository</a></dt>
+      <dt><a href="https://anonscm.debian.org/cgit/pkg-grass/";>our git 
repository</a></dt>
 
       <dd>for storing of and working on our packages</dd>
 
@@ -60,7 +60,7 @@
       <dt><a 
href="mailto:pkg-grass-devel@lists.alioth.debian.org";>pkg-grass-devel@lists.alioth.debian.org</a></dt>
 
       <dd>for the Maintainer field and the automatic mails related to that;<br 
/>
-      mailing list subscription and archives are on <a 
href="http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel";>lists.alioth.debian.org</a></dd>
+      mailing list subscription and archives are on <a 
href="https://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel";>lists.alioth.debian.org</a></dd>
     </dl>
 
     <h2>Various useful links:</h2>
@@ -72,9 +72,9 @@
       
       <dd><a href="http://blends.debian.org/gis/thermometer/";>Debian GIS 
Blends Package Thermometer</a></dd>
 
-      <dd><a 
href="http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org";>Debian
 GIS DDPO page</a></dd>
+      <dd><a 
href="https://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org&amp;version=oldoldstable";>Debian
 GIS DDPO page</a></dd>
 
-      <dd><a 
href="http://udd.debian.org/dmd.cgi?email1=pkg-grass-devel%40lists.alioth.debian.org";>Debian
 GIS DMD page</a></dd>
+      <dd><a 
href="https://udd.debian.org/dmd.cgi?email1=pkg-grass-devel%40lists.alioth.debian.org#todo";>Debian
 GIS DMD page</a></dd>
 
       <dd><a href="https://wiki.debian.org/DebianGis";>Debian GIS page on 
wiki.debian.org</a></dd>
       <dd><a href="https://wiki.debian.org/Teams/DebianGis";>Debian GIS page on 
wiki.debian.org/Teams</a></dd>
diff --git a/debian.css b/debian.css
index 2739cab..a8dc89f 100644
--- a/debian.css
+++ b/debian.css
@@ -443,17 +443,17 @@ div.righthalf {
 
 #pdeps ul.uldep, #pdeps ul.uladep {
        list-style-type: disc;
-       list-style-image: url(http://packages.debian.org/Pics/dep.gif);
+       list-style-image: url(https://packages.debian.org/Pics/dep.gif);
 }
 
 #pdeps ul.ulrec, #pdeps ul.ulidep {
        list-style-type: disc;
-       list-style-image: url(http://packages.debian.org/Pics/rec.gif);
+       list-style-image: url(https://packages.debian.org/Pics/rec.gif);
 }
 
 #pdeps ul.ulsug {
        list-style-type: disc;
-       list-style-image: url(http://packages.debian.org/Pics/sug.gif);
+       list-style-image: url(https://packages.debian.org/Pics/sug.gif);
 }
 
 #pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep 
li, #pdeps ul.ulidep li {
diff --git a/josmredir.php b/josmredir.php
index b3d15e0..0660633 100755
--- a/josmredir.php
+++ b/josmredir.php
@@ -76,7 +76,7 @@ SVNREV=<?= $_GET["rev"] ?> make -f debian/rules 
get-orig-source
   For any issue contact the <a 
href="mailto:debian-...@lists.debian.org";>Debian GIS mailinglist</a>.<br/>
   <small>
     Source code available in the website git repository:
-    <a 
href="http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/josmredir.php";>http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/josmredir.php</a>.
+    <a 
href="https://anonscm.debian.org/cgit/pkg-grass/website.git/tree/josmredir.php";>https://anonscm.debian.org/cgit/pkg-grass/website.git/tree/josmredir.php</a>.
   </small>
 </address>
 
diff --git a/policy.xml b/policy.xml
index 44b68c2..45db216 100644
--- a/policy.xml
+++ b/policy.xml
@@ -3,7 +3,7 @@
         
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl";?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
-<article xml:base="http://pkg-grass.alioth.debian.org/";>
+<article xml:base="https://pkg-grass.alioth.debian.org/";>
   <title>Debian GIS Policy</title>
   <articleinfo>
     <authorgroup>
@@ -34,7 +34,7 @@
     </authorgroup>
     <releaseinfo>
       Source:
-      <ulink 
url="http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml";>http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml</ulink>
+      <ulink 
url="https://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml";>https://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml</ulink>
     </releaseinfo>
   </articleinfo>
   <mediaobject>
@@ -92,7 +92,7 @@
         All this work would not be very useful if it remains confidential or
         confined to the source packages of Debian and its derivative 
distributions.
         We also dedicate some time to advertise it to the world via
-        <ulink url="http://www.debian.org";>www.debian.org</ulink>
+        <ulink url="https://www.debian.org";>www.debian.org</ulink>
         and to ease the integration of new members.
         Maybe you could help out by writing articles about Debian GIS or the
         software we package? This could be for Magazines (online or in proint).
@@ -194,7 +194,7 @@
       <para>
         To request membership of the Debian GIS team, and access to our 
collaboration
         infrastructure on Alioth, please go to our
-        <ulink url="http://alioth.debian.org/projects/pkg-grass";>Alioth 
page</ulink>
+        <ulink url="https://alioth.debian.org/projects/pkg-grass";>Alioth 
page</ulink>
         or directly follow the
         <ulink 
url="https://alioth.debian.org/project/request.php?group_id=30241";>Request to 
join</ulink>
         link.
@@ -202,7 +202,7 @@
       <para>
         You need to register an Alioth account before you can request
         membership of the Debian GIS team, by submitting the
-        <ulink url="http://alioth.debian.org/account/register.php";>User 
Account Registration</ulink>
+        <ulink url="https://alioth.debian.org/account/register.php";>User 
Account Registration</ulink>
         form.
       </para>
       <para>
@@ -221,28 +221,28 @@
         <listitem>
           <para>
             The
-            <ulink url="http://www.debian.org/doc/debian-policy/";>Debian 
Policy</ulink>:
+            <ulink url="https://www.debian.org/doc/debian-policy/";>Debian 
Policy</ulink>:
             packages must conform to it.
           </para>
         </listitem>
         <listitem>
           <para>
             The
-            <ulink 
url="http://www.debian.org/doc/developers-reference/";>Developers 
Reference</ulink>:
+            <ulink 
url="https://www.debian.org/doc/developers-reference/";>Developers 
Reference</ulink>:
             details best packaging practices.
           </para>
         </listitem>
         <listitem>
           <para>
             The
-            <ulink url="http://www.debian.org/doc/maint-guide/";>New 
Maintainer's Guide</ulink>:
+            <ulink url="https://www.debian.org/doc/maint-guide/";>New 
Maintainer's Guide</ulink>:
             puts a bit of the two above in practice.
           </para>
         </listitem>
         <listitem>
           <para>
             The
-            <ulink url="http://pkg-grass.alioth.debian.org/policy.html";>Debian 
GIS Policy</ulink>
+            <ulink 
url="https://pkg-grass.alioth.debian.org/policy.html";>Debian GIS Policy</ulink>
             (this document): explains how the work is organized in our team.
            </para>
         </listitem>
@@ -254,8 +254,8 @@
     <para>
       We use Git and Subversion (SVN) repositories, hosted by Debian.
       You can have a look at each repository through Alioths web interfaces:
-      <ulink url="http://anonscm.debian.org/cgit/pkg-grass/";>cgit</ulink> and
-      <ulink url="http://anonscm.debian.org/viewvc/pkg-grass/";>ViewVC</ulink>.
+      <ulink url="https://anonscm.debian.org/cgit/pkg-grass/";>cgit</ulink> and
+      <ulink url="https://anonscm.debian.org/viewvc/pkg-grass/";>ViewVC</ulink>.
     </para>
     <para>
       The Git repository is the primary location for our source packages these
@@ -345,7 +345,7 @@ Host *.debian.org
       </para>
       <para id="wiki-alioth">
         In case of trouble getting SSH working it is a good idea to read the
-        <ulink url="http://wiki.debian.org/Alioth/SSH";>Alioth/SSH</ulink>
+        <ulink url="https://wiki.debian.org/Alioth/SSH";>Alioth/SSH</ulink>
         wiki article.
       </para>
     </sect2>
@@ -604,7 +604,7 @@ pkg-grass/
         <listitem>
           <para>
             Start the conversion as explained in the
-            <ulink 
url="http://wiki.debian.org/Alioth/Git#ConvertaSVNAliothrepositorytoGit";>Alioth/Git</ulink>
+            <ulink 
url="https://wiki.debian.org/Alioth/Git#ConvertaSVNAliothrepositorytoGit";>Alioth/Git</ulink>
             page of the Debian wiki.
             To be consistent with a later usage of
             <command>git-buildpackage</command>,
@@ -620,14 +620,14 @@ pkg-grass/
             for instance the ones that were part of a stable release).
             When this paragraph was written, it was necessary to follow special
             instruction detailed in
-            <ulink 
url="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560";>bug 
471560</ulink>.
+            <ulink 
url="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560";>bug 
471560</ulink>.
           </para>
         </listitem>
         <listitem>
           <para>
             Upload to git.debian.org/git/pkg-grass and set up the hooks and
             other meta-data as explained in the
-            <ulink url="http://wiki.debian.org/Alioth/Git";>Alioth/Git</ulink>
+            <ulink url="https://wiki.debian.org/Alioth/Git";>Alioth/Git</ulink>
             page of the Debian wiki.
           </para>
         </listitem>
@@ -669,11 +669,11 @@ pkg-grass/
         The only way to the official Debian mirror leads via proper source
         packages.
         The right way to build Debian packages is described in the
-        <ulink url="http://www.debian.org/doc/manuals/maint-guide/";>Debian New 
Maintainers' Guide</ulink>.
+        <ulink url="https://www.debian.org/doc/manuals/maint-guide/";>Debian 
New Maintainers' Guide</ulink>.
       </para>
       <para>
         See also the
-        <ulink 
url="http://anonscm.debian.org/cgit/pkg-grass/package_template.git";>package 
template</ulink>
+        <ulink 
url="https://anonscm.debian.org/cgit/pkg-grass/package_template.git";>package 
template</ulink>
         in our Git repository.
       </para>
     </sect2>
@@ -681,13 +681,13 @@ pkg-grass/
       <title>Announcing intent to package</title>
       <para>
         If you intent to work on a Debian package you should follow the
-        <ulink url="http://www.debian.org/devel/wnpp/#l1";>normal Debian 
rules</ulink>
+        <ulink url="https://www.debian.org/devel/wnpp/#l1";>normal Debian 
rules</ulink>
         and file a <acronym>WNPP</acronym> bug report.
       </para>
       <para>
         It is a good idea to keep the Debian GIS mailing list
         <ulink 
url="mailto:debian-...@lists.debian.org";>debian-...@lists.debian.org</ulink>
-        <ulink url="http://www.debian.org/Bugs/Reporting#xcc";>in CC</ulink>
+        <ulink url="https://www.debian.org/Bugs/Reporting#xcc";>in CC</ulink>
         and to set it as the owner of the ITP to keep your co-workers informed.
         This will ensure that we notice if for some reason the package has not
         been uploaded.
@@ -1902,7 +1902,7 @@ lintian ../build-area/*changes
         Please keep in mind issues like the possibility to upgrade to the next
         Ubuntu stable release.
         Packages that are backports can be made
-        <ulink 
url="http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version";>inferior
 in version by using a tilde</ulink>.
+        <ulink 
url="https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version";>inferior
 in version by using a tilde</ulink>.
         If the package contains additional development, a version number 
without
         the tilde will make it higher, but not as high as the next Debian
         revision.
@@ -1998,7 +1998,7 @@ lintian ../build-area/*changes
     </para>
     <para>
       The tasks files are not hosted in the Debian GIS repositories, but in the
-      <ulink 
url="http://anonscm.debian.org/cgit/blends/projects/gis.git";>Debian Blends 
repository</ulink>.
+      <ulink 
url="https://anonscm.debian.org/cgit/blends/projects/gis.git";>Debian Blends 
repository</ulink>.
       Interested members of the Debian GIS project on Alioth can
       <ulink 
url="https://alioth.debian.org/project/request.php?group_id=100278";>request 
commit access</ulink>
       to the Blends repository.
@@ -2107,7 +2107,7 @@ Section: science
             <para>
               Should be <quote>optional</quote> unless forbidden by the Debian
               policy
-              (<ulink 
url="http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities";>see 
§2.5</ulink>).
+              (<ulink 
url="https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities";>see 
§2.5</ulink>).
               Packages of priority <quote>extra</quote> are excluded from some
               QA tests.
 <programlisting>
@@ -2125,7 +2125,7 @@ Priority: optional
               Please subscribe to this list if you list yourself in the
               <code>Uploaders:</code> field of one of Debian GIS's packages.
               You can refer to the
-              <ulink 
url="http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org";>QA
 page</ulink>
+              <ulink 
url="https://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org&amp;version=oldoldstable";>QA
 page</ulink>
               corresponding to this email to gather information about the
               packages.
 <programlisting>
@@ -2143,7 +2143,7 @@ Maintainer: Debian GIS Project 
&lt;pkg-grass-devel@lists.alioth.debian.org&gt;
               Being Uploader means that you are expected to answer to the bug
               reports.
               For more occasional works, you can do a
-              <ulink 
url="http://www.debian.org/doc/developers-reference/pkgs#nmu-team-upload";>team 
upload</ulink>
+              <ulink 
url="https://www.debian.org/doc/developers-reference/pkgs#nmu-team-upload";>team 
upload</ulink>
               with <command>dch</command> <option>--team</option>.
 <programlisting>
 Uploaders: <replaceable>John Doe &lt;john...@example.com&gt;</replaceable>,
@@ -2182,15 +2182,15 @@ Homepage: 
<replaceable>http://www.example.com/</replaceable>
             <title>Vcs-Git and Vcs-Browser</title>
             <para>
               Please use the following templates, and refer to the Debian 
Policy
-              <ulink 
url="http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-VCS-fields";>§
 5.6.26</ulink>
+              <ulink 
url="https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-VCS-fields";>§
 5.6.26</ulink>
               for details:
 <programlisting>
-Vcs-Browser: 
http://anonscm.debian.org/cgit/pkg-grass/<replaceable>&lt;package&gt;</replaceable>.git/
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-grass/<replaceable>&lt;package&gt;</replaceable>.git/
 Vcs-Git: 
git://anonscm.debian.org/pkg-grass/<replaceable>&lt;package&gt;</replaceable>.git
 </programlisting>
               or
 <programlisting>
-Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-grass/packages/<replaceable>&lt;package&gt;</replaceable>/trunk/
+Vcs-Browser: 
https://anonscm.debian.org/viewvc/pkg-grass/packages/<replaceable>&lt;package&gt;</replaceable>/trunk/
 Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages/<replaceable>&lt;package&gt;</replaceable>/trunk/
 </programlisting>
             </para>
@@ -2243,7 +2243,7 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages/<replaceable>&lt;package&gt
       <title><filename>debian/copyright</filename></title>
       <para>
         We use the
-        <ulink 
url="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/";>machine-readable
 format</ulink>
+        <ulink 
url="https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/";>machine-readable
 format</ulink>
         for the <filename>debian/copyright</filename> file.
       </para>
       <para>
@@ -2302,7 +2302,7 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages/<replaceable>&lt;package&gt
       <title><filename>debian/upstream</filename></title>
       <para>
         We use the
-        <ulink 
url="http://wiki.debian.org/UpstreamMetadata#Fields";>bibliographic 
information</ulink>
+        <ulink 
url="https://wiki.debian.org/UpstreamMetadata#Fields";>bibliographic 
information</ulink>
         which should be stored in the file 
<filename>debian/upstream</filename>.
         The purpose of specifying this is to enhance the contact to upstream
         which thus gets an extra reward of their work if their citations show
@@ -2340,7 +2340,7 @@ pristine-tar = True
       <title><filename>debian/README.source</filename></title>
       <para>
         This file is recommended by the Policy
-        (<ulink 
url="http://www.debian.org/doc/debian-policy/ch-source.html#s-readmesource";>§ 
4.14</ulink>)
+        (<ulink 
url="https://www.debian.org/doc/debian-policy/ch-source.html#s-readmesource";>§ 
4.14</ulink>)
         from version 3.8.0 for documenting source package handling.
         Please follow the recommendation.
         For instance, this file is needed when we use a patch system,
@@ -2352,7 +2352,7 @@ pristine-tar = True
       <title><filename>debian/README.test</filename></title>
       <para>
         This file was
-        (<ulink 
url="http://lists.debian.org/debian-devel-announce/2011/01/msg00006.html";>recommended
 by the Security team</ulink>)
+        (<ulink 
url="https://lists.debian.org/debian-devel-announce/2011/01/msg00006.html";>recommended
 by the Security team</ulink>)
         for describing to others than the regular maintainer how the package
         functionality can properly be tested.
       </para>
@@ -2496,7 +2496,7 @@ pristine-tar = True
       <para>
         Once you injected a new package please make sure that it is mentioned
         in the appropriate <link linkend="tasks">tasks</link> file in the
-        <ulink 
url="http://anonscm.debian.org/cgit/blends/projects/gis.git";>source</ulink>
+        <ulink 
url="https://anonscm.debian.org/cgit/blends/projects/gis.git";>source</ulink>
         of the
         <ulink 
url="https://tracker.debian.org/pkg/debian-gis";><package>debian-gis</package></ulink>
         Blend package.
@@ -2538,7 +2538,7 @@ pristine-tar = True
         <command>dpatch</command> has been popular as well,
         but is not compatible with the <literal>3.0 (quilt)</literal>
         source format and is
-        <ulink 
url="http://lists.debian.org/878vqt6was....@luthien.mhp";>planned to be removed 
2017</ulink>.
+        <ulink 
url="https://lists.debian.org/878vqt6was....@luthien.mhp";>planned to be removed 
2017</ulink>.
         Please don't use any other patch system in Debian GIS,
         unless absolutely necessary.
       </para>
@@ -2560,7 +2560,7 @@ QUILT_PATCHES="debian/patches"
         <para>
           After this, you're ready to start working with quilt.
           See also the instructions in the
-          <ulink 
url="http://www.debian.org/doc/manuals/maint-guide/modify#quiltrc";>New 
Maintainer's Guide</ulink>.
+          <ulink 
url="https://www.debian.org/doc/manuals/maint-guide/modify#quiltrc";>New 
Maintainer's Guide</ulink>.
         </para>
         <sect4 id="quilt-create">
           <title>Creating a patch</title>
@@ -2754,7 +2754,7 @@ clean-patched:
         <para>
           <emphasis>
             Removal of <command>dpatch</command> is
-            <ulink 
url="http://lists.debian.org/878vqt6was....@luthien.mhp";>planned for 
2017</ulink>.
+            <ulink 
url="https://lists.debian.org/878vqt6was....@luthien.mhp";>planned for 
2017</ulink>.
             The commands below are for reference, but the use of
             <command>dpatch</command> in Debian GIS is discouraged.
             The quilt package contains a conversion script,

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to