[website] 01/01: Switch more URLs to HTTPS.
Bas Couwenberg
sebastic at debian.org
Fri Jul 8 22:32:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository website.
commit a4eeaf56782d7302b3558d661b131abba35c0f07
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 9 00:32:35 2016 +0200
Switch more URLs to HTTPS.
---
policy.xml | 82 +++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
diff --git a/policy.xml b/policy.xml
index da9d7d7..bc49c2a 100644
--- a/policy.xml
+++ b/policy.xml
@@ -49,7 +49,7 @@
<title>Introduction</title>
<para>
Debian GIS is a
- <quote><ulink url="http://blends.debian.org/blends">Debian Pure Blend</ulink></quote>
+ <quote><ulink url="https://blends.debian.org/blends">Debian Pure Blend</ulink></quote>
with the aim to develop Debian into the best distribution for
Geographical Information System applications and users.
</para>
@@ -67,7 +67,7 @@
used by efforts to support current GIS software on Debian derivatives
such as <ulink url="https://wiki.ubuntu.com/UbuntuGIS">UbuntuGIS</ulink>,
which provides backports of GIS packages for Ubuntu,
- and <ulink url="http://live.osgeo.org/">OSGeo-Live</ulink> for their
+ and <ulink url="https://live.osgeo.org/">OSGeo-Live</ulink> for their
Ubuntu based distribution.
</para>
<sect2 id="contribute">
@@ -129,7 +129,7 @@
<para>
A good route to find the Debian GIS descriptions needing translation is
to use one of the Debian GIS task pages (for example the
- <ulink url="http://blends.debian.org/gis/tasks/workstation">workstation task</ulink>).
+ <ulink url="https://blends.debian.org/gis/tasks/workstation">workstation task</ulink>).
If you are using a non-English locale, you should see that untranslated
descriptions are in English, and there is a button you can click to
contribute a translation.
@@ -145,7 +145,7 @@
for packages that they might need. Please help us to make sure a
user will find our packages if they are searching for them.
On the Debian GIS task pages, if a package is currently not tagged,
- you should see a "<ulink url="http://debtags.debian.net/edit/">Go tagging</ulink>"
+ you should see a "<ulink url="https://debtags.debian.org/edit/">Go tagging</ulink>"
button.
By clicking "Edit Tags", you can also double check the packages that
have already been tagged.
@@ -156,7 +156,7 @@
<para>
A well chosen screenshot can also help to sell each Debian GIS package.
Clicking on
- "<ulink url="http://screenshots.debian.net/uploadfile">Upload screenshot</ulink>"
+ "<ulink url="https://screenshots.debian.net/uploadfile">Upload screenshot</ulink>"
on the Debian GIS tasks pages will take you to a page where you can
upload a screenshot.
Instructions can be found on the page that you are taken to.
@@ -534,8 +534,8 @@ pkg-grass/
<title>Upstream Git repositories</title>
<para>
For some projects, like the ones hosted on
- <ulink url="http://www.github.com">GitHub</ulink> or
- <ulink url="http://www.gitorious.com">Gitorious</ulink>,
+ <ulink url="https://github.com">GitHub</ulink> or
+ <ulink url="https://gitlab.com">GitLab</ulink>,
it may be easier to forward changes made in the Debian package
if this one is itself mirrored on the same platform, as a clone.
In that case, the layouts may vary from package to package,
@@ -714,7 +714,7 @@ pkg-grass/
</para>
<para>
For a more general guide to Git, see the Git User's Manual at
- <ulink url="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html">http://www.kernel.org/pub/software/scm/git/docs/user-manual.html</ulink>.
+ <ulink url="https://www.kernel.org/pub/software/scm/git/docs/user-manual.html">https://www.kernel.org/pub/software/scm/git/docs/user-manual.html</ulink>.
</para>
<sect3 id="git-tools">
<title>Tools</title>
@@ -732,15 +732,15 @@ pkg-grass/
<command>devscripts</command>
(<ulink url="https://tracker.debian.org/pkg/devscripts">PTS</ulink>)
provides <command>debcheckout</command>
- (<ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=debcheckout">man</ulink>),
+ (<ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=debcheckout">man</ulink>),
<command>debcommit</command>
- (<ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=debcommit">man</ulink>),
+ (<ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=debcommit">man</ulink>),
<command>debuild</command>
- (<ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=debuild">man</ulink>),
+ (<ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=debuild">man</ulink>),
<command>uscan</command>
- (<ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=uscan">man</ulink>),
+ (<ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=uscan">man</ulink>),
<command>licensecheck</command>
- (<ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=licensecheck">man</ulink>),
+ (<ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=licensecheck">man</ulink>),
and many other commonly used programs in the Debian source
packaging work flow.
</para>
@@ -749,7 +749,7 @@ pkg-grass/
<para>
<command>git-buildpackage</command>
(<ulink url="https://tracker.debian.org/pkg/git-buildpackage">PTS</ulink>,
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=git-buildpackage">man</ulink>)
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=git-buildpackage">man</ulink>)
and its helper tools are used by most source packages maintained
as Git repositories in Debian GIS.
</para>
@@ -758,7 +758,7 @@ pkg-grass/
<para>
<command>pristine-tar</command>
(<ulink url="https://tracker.debian.org/pkg/pristine-tar">PTS</ulink>,
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=pristine-tar">man</ulink>)
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=pristine-tar">man</ulink>)
is used to allow byte-identical recreation of the original
tarball from the <literal>upstream</literal> branch.
</para>
@@ -774,11 +774,11 @@ pkg-grass/
<para>
<command>pbuilder</command>
(<ulink url="https://tracker.debian.org/pkg/pbuilder">PTS</ulink>,
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=pbuilder">man</ulink>)
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=pbuilder">man</ulink>)
and
<command>cowbuilder</command>
(<ulink url="https://tracker.debian.org/pkg/cowdancer">PTS</ulink>,
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=cowbuilder">man</ulink>)
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=cowbuilder">man</ulink>)
are used for clean builds from the source packages in
distribution specific <literal>chroot</literal> environments.
</para>
@@ -938,7 +938,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, /usr/sbin/cowbuilder
</para>
<para id="git-pbuilder-tip">
You can also use the
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=git-pbuilder">git-pbuilder</ulink>
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=git-pbuilder">git-pbuilder</ulink>
wrapper to create (and
<link linkend="git-pbuilder-update">update</link>)
<command>cowbuilder</command> chroots for
@@ -1101,7 +1101,7 @@ DIST=<replaceable><distribution></replaceable> ARCH=<replaceable><archi
</para>
<para>
And don't be afraid to
- <ulink url="http://git-scm.com/book/en/Git-Branching-Rebasing">rebase</ulink>
+ <ulink url="https://git-scm.com/book/en/Git-Branching-Rebasing">rebase</ulink>
your local branches into coherent commits before
<link linkend="git-push">pushing your changes to git.debian.org</link>.
</para>
@@ -1401,7 +1401,7 @@ DIST=<replaceable><distribution></replaceable> ARCH=<replaceable><archi
<para>
Packages targeting <link linkend="ubuntugis-ppa">UbuntuGIS</link>
or derivatives such as
- <ulink url="http://live.osgeo.org/">OSGeo-Live</ulink> can be
+ <ulink url="https://live.osgeo.org/">OSGeo-Live</ulink> can be
built from their distribution specific branches.
<itemizedlist>
<listitem>
@@ -1538,7 +1538,7 @@ DIST=<replaceable><distribution></replaceable> ARCH=<replaceable><archi
If you are not a DD or lack the DM permissions to upload the
package to <literal>ftp-master.debian.org</literal>, the package
can be uploaded to
- <ulink url="http://mentors.debian.net/">mentors.debian.net</ulink>.
+ <ulink url="https://mentors.debian.net/">mentors.debian.net</ulink>.
<warning id="security-uploads">
<para>
Security uploads <emphasis>must</emphasis> be coordinated with
@@ -1945,7 +1945,7 @@ lintian ../build-area/*changes
<para>
Debian offers backports of newer package versions for its stable
(and oldstable) release via
- <ulink url="http://backports.debian.org">backports.debian.org</ulink>.
+ <ulink url="https://backports.debian.org">backports.debian.org</ulink>.
</para>
<para>
Backports of Debian GIS packages should be kept as branches in the
@@ -1956,7 +1956,7 @@ lintian ../build-area/*changes
<para>
To upload backports DDs (and DMs for their packages) need to be added
to the backports ACL, and follow the Basic Rules as documented in
- <ulink url="http://backports.debian.org/Contribute/">Debian Backports ›› Contribute</ulink>
+ <ulink url="https://backports.debian.org/Contribute/">Debian Backports ›› Contribute</ulink>
on the Backports website.
</para>
</sect2>
@@ -1997,7 +1997,7 @@ lintian ../build-area/*changes
<para>
Debian GIS is proud that derivatives (like for instance
<link linkend="ubuntugis-ppa">UbuntuGIS</link> and
- <ulink url="http://live.osgeo.org/">OSGeo-Live</ulink>)
+ <ulink url="https://live.osgeo.org/">OSGeo-Live</ulink>)
are profiting from our work inside Debian and we try to establish
strong connections to these derivatives.
With UbuntuGIS the connection is as strong that a common work flow
@@ -2035,7 +2035,7 @@ lintian ../build-area/*changes
the normal Debian process and file a Request For Sponsorship (RFS) bug. The Debian
Mentors website is the best place to upload your package to attract sponsors, and a
template for your RFS bug is automatically produced:
- <ulink url="http://mentors.debian.net/intro-maintainers">Debian Mentors</ulink>
+ <ulink url="https://mentors.debian.net/intro-maintainers">Debian Mentors</ulink>
</para>
<para>
The RFS bug should also be copied to the
@@ -2055,13 +2055,13 @@ lintian ../build-area/*changes
<title>Blend Tasks</title>
<para>
The Debian GIS
- <ulink url="http://blends.debian.org/blends">Debian Pure Blend</ulink>
+ <ulink url="https://blends.debian.org/blends">Debian Pure Blend</ulink>
is organized by
- <ulink url="http://blends.debian.org/gis/tasks/index">tasks</ulink>,
+ <ulink url="https://blends.debian.org/gis/tasks/index">tasks</ulink>,
that group packages around broad themes such as
- <ulink url="http://blends.debian.org/gis/tasks/web">web services</ulink>
+ <ulink url="https://blends.debian.org/gis/tasks/web">web services</ulink>
and
- <ulink url="http://blends.debian.org/gis/tasks/workstation">workstation</ulink>.
+ <ulink url="https://blends.debian.org/gis/tasks/workstation">workstation</ulink>.
The tasks list programs that are already packaged in Debian as well as
packages in preparation.
</para>
@@ -2079,7 +2079,7 @@ lintian ../build-area/*changes
<para>
The syntax of the tasks files is very similar to Debian control files,
and described on the
- <ulink url="http://blends.debian.org/blends/ch08.html">Debian Blends website</ulink>.
+ <ulink url="https://blends.debian.org/blends/ch08.html">Debian Blends website</ulink>.
</para>
<sect2 id="installing-tasks">
<title>Installing Debian GIS Blend tasks</title>
@@ -2109,42 +2109,42 @@ lintian ../build-area/*changes
<itemizedlist>
<listitem>
<para>
- gis-data - <ulink url="http://blends.debian.org/gis/tasks/data">Debian GIS data</ulink>
+ gis-data - <ulink url="https://blends.debian.org/gis/tasks/data">Debian GIS data</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-gps - <ulink url="http://blends.debian.org/gis/tasks/gps">GPS related programs</ulink>
+ gis-gps - <ulink url="https://blends.debian.org/gis/tasks/gps">GPS related programs</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-osm - <ulink url="http://blends.debian.org/gis/tasks/osm">OpenStreetMap related programs</ulink>
+ gis-osm - <ulink url="https://blends.debian.org/gis/tasks/osm">OpenStreetMap related programs</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-remotesensing - <ulink url="http://blends.debian.org/gis/tasks/remotesensing">Remote sensing and earth observation</ulink>
+ gis-remotesensing - <ulink url="https://blends.debian.org/gis/tasks/remotesensing">Remote sensing and earth observation</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-statistics - <ulink url="http://blends.debian.org/gis/tasks/statistics">Statistics with geographic data</ulink>
+ gis-statistics - <ulink url="https://blends.debian.org/gis/tasks/statistics">Statistics with geographic data</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-web - <ulink url="http://blends.debian.org/gis/tasks/web">Present geographic information via web mapserver</ulink>
+ gis-web - <ulink url="https://blends.debian.org/gis/tasks/web">Present geographic information via web mapserver</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-workstation - <ulink url="http://blends.debian.org/gis/tasks/workstation">Geographic Information Systems (GIS) workstation</ulink>
+ gis-workstation - <ulink url="https://blends.debian.org/gis/tasks/workstation">Geographic Information Systems (GIS) workstation</ulink>
</para>
</listitem>
<listitem>
<para>
- gis-devel - <ulink url="http://blends.debian.org/gis/tasks/devel">GIS development packages</ulink>
+ gis-devel - <ulink url="https://blends.debian.org/gis/tasks/devel">GIS development packages</ulink>
</para>
</listitem>
</itemizedlist>
@@ -2364,7 +2364,7 @@ Vcs-Svn: svn://anonscm.debian.org/pkg-grass/packages/<replaceable><package>
This can be done automatically by declaring
<literal><varname>DEBCHANGE_RELEASE_HEURISTIC</varname>=<replaceable>changelog</replaceable></literal>
in <filename>~/.devscripts</filename> and using
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=dch"><command>dch</command></ulink>.
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=dch"><command>dch</command></ulink>.
</para>
</sect2>
<sect2 id="debian-upstream">
@@ -2750,7 +2750,7 @@ QUILT_PATCHES="debian/patches"
<title>Other commands</title>
<para>
Please see
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=quilt"><command>man</command> <literal>1</literal> <literal>quilt</literal></ulink>
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=quilt"><command>man</command> <literal>1</literal> <literal>quilt</literal></ulink>
to have a comprehensive list of commands.
</para>
</sect4>
@@ -2855,7 +2855,7 @@ clean-patched:
<listitem id="dpatch-other">
<para>
Other commands: please see
- <ulink url="http://manpages.debian.org/cgi-bin/man.cgi?query=dpatch"><command>man</command> <literal>1</literal> <literal>dpatch</literal></ulink>
+ <ulink url="https://manpages.debian.org/cgi-bin/man.cgi?query=dpatch"><command>man</command> <literal>1</literal> <literal>dpatch</literal></ulink>
for a comprehensive list of commands.
</para>
</listitem>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git
More information about the Pkg-grass-devel
mailing list