[Git][debian-gis-team/debian-gis-team.pages.debian.net][master] 2 commits: Fix spelling errors.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 15 09:01:45 BST 2021



Bas Couwenberg pushed to branch master at Debian GIS Project / debian-gis-team.pages.debian.net


Commits:
3b5bc629 by Bas Couwenberg at 2021-08-15T10:00:12+02:00
Fix spelling errors.

- - - - -
8031f703 by Bas Couwenberg at 2021-08-15T10:00:31+02:00
Update for bullseye.

- - - - -


6 changed files:

- policy.xml
- public/policy/index.html
- public/policy/packaging.html
- public/policy/policy.html
- public/policy/repositories.html
- public/policy/tasks.html


Changes:

=====================================
policy.xml
=====================================
@@ -403,7 +403,7 @@ debian-gis-team/
           Changes uploaded to other distributions than Debian
           <literal>unstable</literal> can be stored in other branches,
           named for instance <literal>experimental</literal>,
-          <literal>buster</literal>, etc.
+          <literal>bullseye</literal>, etc.
         </para>
         <para>
           This is useful in case updates to packages in Debian
@@ -1207,7 +1207,7 @@ DIST=<replaceable><distribution></replaceable> ARCH=<replaceable><archi
           <para>
             To build the package for a different distribution than the default
             <literal>sid</literal> such as <literal>experimental</literal> or
-            <literal>buster-backports</literal>, use the
+            <literal>bullseye-backports</literal>, use the
             <option>--git-dist</option> option.
 <programlisting>
 <command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist=<replaceable><distribution></replaceable></option>
@@ -1278,9 +1278,9 @@ DIST=<replaceable><distribution></replaceable> ARCH=<replaceable><archi
 <programlisting>
 <command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist=<replaceable><distribution></replaceable></option> <option>--git-debian-branch=<replaceable><branch></replaceable></option>
 </programlisting>
-            For example, use the <literal>buster</literal> distribution and
-            the <literal>buster-backports</literal> branch to build a backport.
-            Or using both the <literal>buster</literal> distribution and branch
+            For example, use the <literal>bullseye</literal> distribution and
+            the <literal>bullseye-backports</literal> branch to build a backport.
+            Or using both the <literal>bullseye</literal> distribution and branch
             to build the package for <literal>stable-proposed-updates</literal>.
           </para>
           <para>
@@ -1489,7 +1489,7 @@ allowed_distributions = .*
             <title>Upload to ftp-master</title>
             <para>
               DDs and DMs (for specific packages) can upload to the archive
-              directly withouth going through
+              directly without going through
               <link linkend="git-upload-mentors">mentors</link> first.
             </para>
             <para>
@@ -1563,16 +1563,16 @@ allowed_distributions = .*
           First create a branch from the tag that represents the version
           currently in the archive if there is no release specific branch yet:
 <programlisting>
-<command>git checkout</command> <option>-b</option> <replaceable>buster</replaceable> <replaceable>debian/1.2.0-1</replaceable>
+<command>git checkout</command> <option>-b</option> <replaceable>bullseye</replaceable> <replaceable>debian/1.2.0-1</replaceable>
 </programlisting>
-          If the <replaceable>buster</replaceable> branch already exists,
+          If the <replaceable>bullseye</replaceable> branch already exists,
           check it out and merge the version currently in the archive:
 <programlisting>
-<command>git checkout</command> <replaceable>buster</replaceable>
+<command>git checkout</command> <replaceable>bullseye</replaceable>
 <command>git merge</command> <replaceable>debian/1.2.0-1</replaceable>
 </programlisting>
           From this point on, work normally in the
-          <replaceable>buster</replaceable> branch,
+          <replaceable>bullseye</replaceable> branch,
           <link linkend="git-build-package">build</link>,
           <link linkend="git-tag-release">tag</link> and
           <link linkend="git-push-to-salsa">push</link>.
@@ -1587,8 +1587,8 @@ allowed_distributions = .*
           Backports are maintained in separate
           <link linkend="git-package-branches">branches</link>
           named after the distribution in question
-          (<literal>stretch-backports</literal>,
-           <literal>buster-backports</literal>, etc.).
+          (<literal>buster-backports</literal>,
+           <literal>bullseye-backports</literal>, etc.).
         </para>
         <para>
           For UbuntuGIS and OSGeo-Live
@@ -1624,7 +1624,7 @@ allowed_distributions = .*
             To create a backport, first create the branch from the release tag
             of the version in testing:
 <programlisting>
-<command>git checkout</command> <option>-b</option> <replaceable>buster-backports</replaceable> <replaceable>debian/1.2.3-1</replaceable>
+<command>git checkout</command> <option>-b</option> <replaceable>bullseye-backports</replaceable> <replaceable>debian/1.2.3-1</replaceable>
 </programlisting>
           </para>
           <para>
@@ -1633,7 +1633,7 @@ allowed_distributions = .*
             to have <command>git-buildpackage</command> use the backports
             branch instead of <literal>master</literal>:
 <programlisting>
-<command>sed</command> <option>-i</option> <literal>'s/^debian-branch\s*=.*/debian-branch = <replaceable>buster-backports</replaceable>/g'</literal> <filename>debian/gbp.conf</filename>
+<command>sed</command> <option>-i</option> <literal>'s/^debian-branch\s*=.*/debian-branch = <replaceable>bullseye-backports</replaceable>/g'</literal> <filename>debian/gbp.conf</filename>
 </programlisting>
           </para>
           <para>
@@ -1642,7 +1642,7 @@ allowed_distributions = .*
             for <command>debcheckout</command> to use the backports branch
             instead of the default:
 <programlisting>
-<command>sed</command> <option>-i</option> <literal>'s/\(^Vcs-Git: .*\.git\).*/\1 -b <replaceable>buster-backports</replaceable>/g'</literal> <filename>debian/control</filename>
+<command>sed</command> <option>-i</option> <literal>'s/\(^Vcs-Git: .*\.git\).*/\1 -b <replaceable>bullseye-backports</replaceable>/g'</literal> <filename>debian/control</filename>
 </programlisting>
           </para>
           <para>
@@ -1699,7 +1699,7 @@ allowed_distributions = .*
             To update an existing backport, checkout the backports branch and
             merge the release tag of the version in testing:
 <programlisting>
-<command>git checkout</command> <replaceable>buster-backports</replaceable>
+<command>git checkout</command> <replaceable>bullseye-backports</replaceable>
 <command>git merge</command> <replaceable>debian/1.3.2-1</replaceable>
 </programlisting>
           </para>
@@ -1750,7 +1750,7 @@ allowed_distributions = .*
         <sect4 id="git-build-backport">
           <title>Building a backport</title>
           <para>
-            The procedure to build a backport is nearly idential to
+            The procedure to build a backport is nearly identical to
             <link linkend="git-build-package">building a regular package</link>,
             in addition to the <command>git-buildpackage</command>
             <option>--git-pbuilder</option> option, the appropriate
@@ -1759,14 +1759,14 @@ allowed_distributions = .*
             package in the stable release or backports with the
             <option>-v</option> option:
 <programlisting>
-<command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist</option>=<replaceable>buster</replaceable> <option>-v</option><replaceable>1.2.0-1</replaceable>
+<command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist</option>=<replaceable>bullseye</replaceable> <option>-v</option><replaceable>1.2.0-1</replaceable>
 </programlisting>
           </para>
           <para>
             If the build dependencies cannot be satisfied in the stable release,
             use the backports chroot instead:
 <programlisting>
-<command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist</option>=<replaceable>buster-backports</replaceable> <option>-v</option><replaceable>1.2.0-1</replaceable>
+<command>gbp buildpackage</command> <option>--git-pbuilder</option> <option>--git-dist</option>=<replaceable>bullseye-backports</replaceable> <option>-v</option><replaceable>1.2.0-1</replaceable>
 </programlisting>
           </para>
           <para>
@@ -1830,9 +1830,9 @@ allowed_distributions = .*
               <blockquote>
                 <para>
                   Make sure that you have a proper build environment that only
-                  contains the suite for which the backport is for (e.g. buster
-                  if you want to upload to buster-backports) and no unneeded
-                  backports. [...]
+                  contains the suite for which the backport is for (e.g.
+                  bullseye if you want to upload to bullseye-backports) and no
+                  unneeded backports. [...]
                 </para>
               </blockquote>
             </para>
@@ -1859,8 +1859,8 @@ allowed_distributions = .*
               Plain stable cowbuilder chroots can be created with:
 <programlisting>
 <command>sudo cowbuilder</command> <option>--create</option> \
-                <option>--distribution</option>=<replaceable>buster</replaceable> \
-                <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>buster</replaceable>.cow \
+                <option>--distribution</option>=<replaceable>bullseye</replaceable> \
+                <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>bullseye</replaceable>.cow \
                 <option>--hookdir=/var/cache/pbuilder/hook.d/</option>
 </programlisting>
             </para>
@@ -1868,8 +1868,8 @@ allowed_distributions = .*
               To create a chroot with the backports repository enabled, use:
 <programlisting>
 <command>sudo cowbuilder</command> <option>--create</option> \
-                <option>--distribution</option>=<replaceable>buster-backports</replaceable> \
-                <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>buster-backports</replaceable>.cow \
+                <option>--distribution</option>=<replaceable>bullseye-backports</replaceable> \
+                <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>bullseye-backports</replaceable>.cow \
                 <option>--hookdir=/var/cache/pbuilder/hook.d/</option>
 </programlisting>
             </para>
@@ -1919,7 +1919,7 @@ allowed_distributions = .*
             option needs to be used to track changes from the origin
             repository on Salsa:
 <programlisting>
-<command>git push</command> origin <replaceable>buster-backports</replaceable> <option>--set-upstream</option>
+<command>git push</command> origin <replaceable>bullseye-backports</replaceable> <option>--set-upstream</option>
 </programlisting>
             Plain <command>git push</command> is sufficient when the backports
             branch was checked out from the origin repository on Salsa:
@@ -2255,8 +2255,8 @@ get-orig-source:
       <para>
         Backports of Debian GIS packages should be kept as branches in the
         package <link linkend="git-repository">Git repository</link> (e.g.
-        <literal>stretch-backports</literal>,
-        <literal>buster-backports</literal>, etc.).
+        <literal>buster-backports</literal>,
+        <literal>bullseye-backports</literal>, etc.).
       </para>
       <para>
         To upload backports DDs (and DMs for their packages) need to be added
@@ -2790,7 +2790,7 @@ pbuilder-options = --source-only-changes
           <ulink url="https://manpages.debian.org/unstable/debhelper/debhelper.7.en.html#COMPATIBILITY_LEVELS">compatibility levels</ulink>
           to control the behavior of its commands.
           We currently recommend to use the level <literal>10</literal> which
-          is available in current <literal>oldstable</literal> (stretch)..
+          is available in current <literal>oldstable</literal> (buster).
           It is also supported in <literal>Ubuntu bionic</literal> and
           backported to <literal>Ubuntu xenial</literal>.
           If support for these is not required version 12 can be used.


=====================================
public/policy/index.html
=====================================
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Debian GIS Policy</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="next" href="repositories.html" title="Repositories" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Debian GIS Policy</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="repositories.html">Next</a></td></tr></table><hr /></div><div class="article"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Debian GIS Policy</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Andreas</span> <span class="surname">Tille</span></h3><span class="contrib">First review (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:tille at debian.org">tille at debian.org</a>></code></div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Paleino</span></h3><span class="contrib">Initial writing (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:d.paleino at gmail.com">d.paleino at gmail.com</a>></code></div><div class="author"><h3 class="author"><span class="firstname">Charles</span> <span class="surname">Plessy</span></h3><span class="contrib">Contributions in 2008 and 2011 (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:plessy at debian.org">plessy at debian.org</a>></code></div><div class="author"><h3 class="author"><span class="firstname">Bas</span> <span class="surname">Couwenberg</span></h3><span class="contrib">Changes for Debian GIS version</span> <code class="email"><<a class="email" href="mailto:sebastic at debian.org">sebastic at debian.org</a>></code></div></div></div><div><p class="releaseinfo">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Debian GIS Policy</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="next" href="repositories.html" title="Repositories" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Debian GIS Policy</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="repositories.html">Next</a></td></tr></table><hr /></div><div class="article"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Debian GIS Policy</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Andreas</span> <span class="surname">Tille</span></h3><span class="contrib">First review (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:tille at debian.org">tille at debian.org</a>></code></div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Paleino</span></h3><span class="contrib">Initial writing (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:d.paleino at gmail.com">d.paleino at gmail.com</a>></code></div><div class="author"><h3 class="author"><span class="firstname">Charles</span> <span class="surname">Plessy</span></h3><span class="contrib">Contributions in 2008 and 2011 (Debian Med version)</span> <code class="email"><<a class="email" href="mailto:plessy at debian.org">plessy at debian.org</a>></code></div><div class="author"><h3 class="author"><span class="firstname">Bas</span> <span class="surname">Couwenberg</span></h3><span class="contrib">Changes for Debian GIS version</span> <code class="email"><<a class="email" href="mailto:sebastic at debian.org">sebastic at debian.org</a>></code></div></div></div><div><p class="releaseinfo">
       Source:
       <a class="ulink" href="https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/blob/master/policy.xml" target="_top">https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/blob/master/policy.xml</a>
     </p></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="index.html#introduction">Introduction</a></span></dt><dd><dl><dt><span class="sect2"><a href="index.html#contribute">How to Contribute</a></span></dt><dt><span class="sect2"><a href="index.html#membership">Membership</a></span></dt><dt><span class="sect2"><a href="index.html#readings">Essential readings</a></span></dt></dl></dd><dt><span class="sect1"><a href="repositories.html">Repositories</a></span></dt><dd><dl><dt><span class="sect2"><a href="repositories.html#source">Give me the source!</a></span></dt><dt><span class="sect2"><a href="repositories.html#ssh-tips">SSH tips</a></span></dt><dt><span class="sect2"><a href="repositories.html#git-repository">Git repository</a></span></dt></dl></dd><dt><span class="sect1"><a href="packaging.html">Packaging</a></span></dt><dd><dl><dt><span class="sect2"><a href="packaging.html#packaging-guidelines">Newcomer guidelines for building proper Debian packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#itp">Announcing intent to package</a></span></dt><dt><span class="sect2"><a href="packaging.html#git-packaging">Packaging with Git</a></span></dt><dt><span class="sect2"><a href="packaging.html#backports">Backports</a></span></dt><dt><span class="sect2"><a href="packaging.html#ubuntugis-ppa">PPA for Ubuntu by UbuntuGIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#derivatives">Derivatives working together with Debian GIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#r-packages">R packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#sponsorship">Sponsorship</a></span></dt></dl></dd><dt><span class="sect1"><a href="tasks.html">Blend Tasks</a></span></dt><dd><dl><dt><span class="sect2"><a href="tasks.html#installing-tasks">Installing Debian GIS Blend tasks</a></span></dt></dl></dd><dt><span class="sect1"><a href="policy.html">Policy</a></span></dt><dd><dl><dt><span class="sect2"><a href="policy.html#debian-control"><code class="filename">debian/control</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-copyright"><code class="filename">debian/copyright</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-changelog"><code class="filename">debian/changelog</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-upstream"><code class="filename">debian/upstream</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-gbp.conf"><code class="filename">debian/gbp.conf</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-source"><code class="filename">debian/README.source</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-test"><code class="filename">debian/README.test</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-format"><code class="filename">debian/source/format</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-option"><code class="filename">debian/source/option</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-compat"><code class="filename">debian/compat</code></a></span></dt><dt><span class="sect2"><a href="policy.html#vcs">Version control systems</a></span></dt><dt><span class="sect2"><a href="policy.html#new-package">New package</a></span></dt><dt><span class="sect2"><a href="policy.html#new-packages-in-tasks">The Debian GIS Blend tasks</a></span></dt><dt><span class="sect2"><a href="policy.html#building-and-tagging">Building and tagging the packages</a></span></dt><dt><span class="sect2"><a href="policy.html#patches">Handling patches</a></span></dt><dt><span class="sect2"><a href="policy.html#contributing">Contributing to the GIS Policy</a></span></dt></dl></dd></dl></div><div class="mediaobject" align="center"><img src="img/debiangis_mollweide.png" align="middle" /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="introduction"></a>Introduction</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="index.html#contribute">How to Contribute</a></span></dt><dd><dl><dt><span class="sect3"><a href="index.html#translations">Translations</a></span></dt><dt><span class="sect3"><a href="index.html#debtags">Debtags</a></span></dt><dt><span class="sect3"><a href="index.html#screenshots">Screenshots</a></span></dt><dt><span class="sect3"><a href="index.html#bugs">Squashing Bugs</a></span></dt><dt><span class="sect3"><a href="index.html#policy-updates">Policy Updates</a></span></dt></dl></dd><dt><span class="sect2"><a href="index.html#membership">Membership</a></span></dt><dt><span class="sect2"><a href="index.html#readings">Essential readings</a></span></dt></dl></div><p>


=====================================
public/policy/packaging.html
=====================================
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Packaging</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="repositories.html" title="Repositories" /><link rel="next" href="tasks.html" title="Blend Tasks" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Packaging</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="repositories.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="tasks.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="packaging"></a>Packaging</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="packaging.html#packaging-guidelines">Newcomer guidelines for building proper Debian packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#itp">Announcing intent to package</a></span></dt><dt><span class="sect2"><a href="packaging.html#git-packaging">Packaging with Git</a></span></dt><dd><dl><dt><span class="sect3"><a href="packaging.html#git-tools">Tools</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-walkthrough">Packaging walkthrough</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-package-branches">Branches</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-backports">Backports with Git</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-import-dsc">Importing source packages</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-patches">Patches</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-commit-policy">Commit policy</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-remove-package">Removing packages</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-tips">Tips & tricks</a></span></dt></dl></dd><dt><span class="sect2"><a href="packaging.html#backports">Backports</a></span></dt><dt><span class="sect2"><a href="packaging.html#ubuntugis-ppa">PPA for Ubuntu by UbuntuGIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#derivatives">Derivatives working together with Debian GIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#r-packages">R packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#sponsorship">Sponsorship</a></span></dt></dl></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="packaging-guidelines"></a>Newcomer guidelines for building proper Debian packages</h3></div></div></div><p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Packaging</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="repositories.html" title="Repositories" /><link rel="next" href="tasks.html" title="Blend Tasks" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Packaging</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="repositories.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="tasks.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="packaging"></a>Packaging</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="packaging.html#packaging-guidelines">Newcomer guidelines for building proper Debian packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#itp">Announcing intent to package</a></span></dt><dt><span class="sect2"><a href="packaging.html#git-packaging">Packaging with Git</a></span></dt><dd><dl><dt><span class="sect3"><a href="packaging.html#git-tools">Tools</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-walkthrough">Packaging walkthrough</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-package-branches">Branches</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-backports">Backports with Git</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-import-dsc">Importing source packages</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-patches">Patches</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-commit-policy">Commit policy</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-remove-package">Removing packages</a></span></dt><dt><span class="sect3"><a href="packaging.html#git-tips">Tips & tricks</a></span></dt></dl></dd><dt><span class="sect2"><a href="packaging.html#backports">Backports</a></span></dt><dt><span class="sect2"><a href="packaging.html#ubuntugis-ppa">PPA for Ubuntu by UbuntuGIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#derivatives">Derivatives working together with Debian GIS</a></span></dt><dt><span class="sect2"><a href="packaging.html#r-packages">R packages</a></span></dt><dt><span class="sect2"><a href="packaging.html#sponsorship">Sponsorship</a></span></dt></dl></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="packaging-guidelines"></a>Newcomer guidelines for building proper Debian packages</h3></div></div></div><p>
         Some newcomers tend to go the create DEBIAN dir, move files around and
         `dpkg-deb -b` way to create Debian packages.
         Short answer: Forget about this.
@@ -492,7 +492,7 @@ DIST=<em class="replaceable"><code><distribution></code></em> ARCH=<em cla
           </p><p>
             To build the package for a different distribution than the default
             <code class="literal">sid</code> such as <code class="literal">experimental</code> or
-            <code class="literal">buster-backports</code>, use the
+            <code class="literal">bullseye-backports</code>, use the
             <code class="option">--git-dist</code> option.
 </p><pre class="programlisting">
 <span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist=<em class="replaceable"><code><distribution></code></em></code>
@@ -556,9 +556,9 @@ DIST=<em class="replaceable"><code><distribution></code></em> ARCH=<em cla
 </p><pre class="programlisting">
 <span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist=<em class="replaceable"><code><distribution></code></em></code> <code class="option">--git-debian-branch=<em class="replaceable"><code><branch></code></em></code>
 </pre><p>
-            For example, use the <code class="literal">buster</code> distribution and
-            the <code class="literal">buster-backports</code> branch to build a backport.
-            Or using both the <code class="literal">buster</code> distribution and branch
+            For example, use the <code class="literal">bullseye</code> distribution and
+            the <code class="literal">bullseye-backports</code> branch to build a backport.
+            Or using both the <code class="literal">bullseye</code> distribution and branch
             to build the package for <code class="literal">stable-proposed-updates</code>.
           </p><p>
             Packages targeting <a class="link" href="packaging.html#ubuntugis-ppa" title="PPA for Ubuntu by UbuntuGIS">UbuntuGIS</a>
@@ -710,7 +710,7 @@ allowed_distributions = .*
               upload to the archive.
             </p></div><div class="sect5"><div class="titlepage"><div><div><h6 class="title"><a id="git-upload-archive"></a>Upload to ftp-master</h6></div></div></div><p>
               DDs and DMs (for specific packages) can upload to the archive
-              directly withouth going through
+              directly without going through
               <a class="link" href="packaging.html#git-upload-mentors" title="Upload to mentors">mentors</a> first.
             </p><p>
               The default <span class="command"><strong>dput</strong></span> configuration in
@@ -767,16 +767,16 @@ allowed_distributions = .*
           First create a branch from the tag that represents the version
           currently in the archive if there is no release specific branch yet:
 </p><pre class="programlisting">
-<span class="command"><strong>git checkout</strong></span> <code class="option">-b</code> <em class="replaceable"><code>buster</code></em> <em class="replaceable"><code>debian/1.2.0-1</code></em>
+<span class="command"><strong>git checkout</strong></span> <code class="option">-b</code> <em class="replaceable"><code>bullseye</code></em> <em class="replaceable"><code>debian/1.2.0-1</code></em>
 </pre><p>
-          If the <em class="replaceable"><code>buster</code></em> branch already exists,
+          If the <em class="replaceable"><code>bullseye</code></em> branch already exists,
           check it out and merge the version currently in the archive:
 </p><pre class="programlisting">
-<span class="command"><strong>git checkout</strong></span> <em class="replaceable"><code>buster</code></em>
+<span class="command"><strong>git checkout</strong></span> <em class="replaceable"><code>bullseye</code></em>
 <span class="command"><strong>git merge</strong></span> <em class="replaceable"><code>debian/1.2.0-1</code></em>
 </pre><p>
           From this point on, work normally in the
-          <em class="replaceable"><code>buster</code></em> branch,
+          <em class="replaceable"><code>bullseye</code></em> branch,
           <a class="link" href="packaging.html#git-build-package" title="Building the package">build</a>,
           <a class="link" href="packaging.html#git-tag-release" title="Tag a release">tag</a> and
           <a class="link" href="packaging.html#git-push-to-salsa" title="Push the package">push</a>.
@@ -787,8 +787,8 @@ allowed_distributions = .*
           Backports are maintained in separate
           <a class="link" href="packaging.html#git-package-branches" title="Branches">branches</a>
           named after the distribution in question
-          (<code class="literal">stretch-backports</code>,
-           <code class="literal">buster-backports</code>, etc.).
+          (<code class="literal">buster-backports</code>,
+           <code class="literal">bullseye-backports</code>, etc.).
         </p><p>
           For UbuntuGIS and OSGeo-Live
           <a class="link" href="repositories.html#other-git-branches" title="Other Git branches">their respective branches</a>
@@ -817,7 +817,7 @@ allowed_distributions = .*
             To create a backport, first create the branch from the release tag
             of the version in testing:
 </p><pre class="programlisting">
-<span class="command"><strong>git checkout</strong></span> <code class="option">-b</code> <em class="replaceable"><code>buster-backports</code></em> <em class="replaceable"><code>debian/1.2.3-1</code></em>
+<span class="command"><strong>git checkout</strong></span> <code class="option">-b</code> <em class="replaceable"><code>bullseye-backports</code></em> <em class="replaceable"><code>debian/1.2.3-1</code></em>
 </pre><p>
           </p><p>
             Update the <code class="literal">debian-branch</code> option in
@@ -825,7 +825,7 @@ allowed_distributions = .*
             to have <span class="command"><strong>git-buildpackage</strong></span> use the backports
             branch instead of <code class="literal">master</code>:
 </p><pre class="programlisting">
-<span class="command"><strong>sed</strong></span> <code class="option">-i</code> <code class="literal">'s/^debian-branch\s*=.*/debian-branch = <em class="replaceable"><code>buster-backports</code></em>/g'</code> <code class="filename">debian/gbp.conf</code>
+<span class="command"><strong>sed</strong></span> <code class="option">-i</code> <code class="literal">'s/^debian-branch\s*=.*/debian-branch = <em class="replaceable"><code>bullseye-backports</code></em>/g'</code> <code class="filename">debian/gbp.conf</code>
 </pre><p>
           </p><p>
             Also update the <code class="literal">Vcs-Git</code> URL in
@@ -833,7 +833,7 @@ allowed_distributions = .*
             for <span class="command"><strong>debcheckout</strong></span> to use the backports branch
             instead of the default:
 </p><pre class="programlisting">
-<span class="command"><strong>sed</strong></span> <code class="option">-i</code> <code class="literal">'s/\(^Vcs-Git: .*\.git\).*/\1 -b <em class="replaceable"><code>buster-backports</code></em>/g'</code> <code class="filename">debian/control</code>
+<span class="command"><strong>sed</strong></span> <code class="option">-i</code> <code class="literal">'s/\(^Vcs-Git: .*\.git\).*/\1 -b <em class="replaceable"><code>bullseye-backports</code></em>/g'</code> <code class="filename">debian/control</code>
 </pre><p>
           </p><p>
             Ensure that the proper version and distribution for the backport
@@ -880,7 +880,7 @@ allowed_distributions = .*
             To update an existing backport, checkout the backports branch and
             merge the release tag of the version in testing:
 </p><pre class="programlisting">
-<span class="command"><strong>git checkout</strong></span> <em class="replaceable"><code>buster-backports</code></em>
+<span class="command"><strong>git checkout</strong></span> <em class="replaceable"><code>bullseye-backports</code></em>
 <span class="command"><strong>git merge</strong></span> <em class="replaceable"><code>debian/1.3.2-1</code></em>
 </pre><p>
           </p><p>
@@ -922,7 +922,7 @@ allowed_distributions = .*
 <span class="command"><strong>debcommit</strong></span> <code class="option">-a</code>
 </pre><p>
           </p></div><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a id="git-build-backport"></a>Building a backport</h5></div></div></div><p>
-            The procedure to build a backport is nearly idential to
+            The procedure to build a backport is nearly identical to
             <a class="link" href="packaging.html#git-build-package" title="Building the package">building a regular package</a>,
             in addition to the <span class="command"><strong>git-buildpackage</strong></span>
             <code class="option">--git-pbuilder</code> option, the appropriate
@@ -931,13 +931,13 @@ allowed_distributions = .*
             package in the stable release or backports with the
             <code class="option">-v</code> option:
 </p><pre class="programlisting">
-<span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist</code>=<em class="replaceable"><code>buster</code></em> <code class="option">-v</code><em class="replaceable"><code>1.2.0-1</code></em>
+<span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist</code>=<em class="replaceable"><code>bullseye</code></em> <code class="option">-v</code><em class="replaceable"><code>1.2.0-1</code></em>
 </pre><p>
           </p><p>
             If the build dependencies cannot be satisfied in the stable release,
             use the backports chroot instead:
 </p><pre class="programlisting">
-<span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist</code>=<em class="replaceable"><code>buster-backports</code></em> <code class="option">-v</code><em class="replaceable"><code>1.2.0-1</code></em>
+<span class="command"><strong>gbp buildpackage</strong></span> <code class="option">--git-pbuilder</code> <code class="option">--git-dist</code>=<em class="replaceable"><code>bullseye-backports</code></em> <code class="option">-v</code><em class="replaceable"><code>1.2.0-1</code></em>
 </pre><p>
           </p><p>
             Specifying the version is one of the
@@ -992,9 +992,9 @@ allowed_distributions = .*
               from the Debian Backports documentation:
               </p><div class="blockquote"><blockquote class="blockquote"><p>
                   Make sure that you have a proper build environment that only
-                  contains the suite for which the backport is for (e.g. buster
-                  if you want to upload to buster-backports) and no unneeded
-                  backports. [...]
+                  contains the suite for which the backport is for (e.g.
+                  bullseye if you want to upload to bullseye-backports) and no
+                  unneeded backports. [...]
                 </p></blockquote></div><p>
             </p><p>
               Ideally only the (build) dependencies from the stable release are
@@ -1016,16 +1016,16 @@ allowed_distributions = .*
               Plain stable cowbuilder chroots can be created with:
 </p><pre class="programlisting">
 <span class="command"><strong>sudo cowbuilder</strong></span> <code class="option">--create</code> \
-                <code class="option">--distribution</code>=<em class="replaceable"><code>buster</code></em> \
-                <code class="option">--basepath</code>=/var/cache/pbuilder/base-<em class="replaceable"><code>buster</code></em>.cow \
+                <code class="option">--distribution</code>=<em class="replaceable"><code>bullseye</code></em> \
+                <code class="option">--basepath</code>=/var/cache/pbuilder/base-<em class="replaceable"><code>bullseye</code></em>.cow \
                 <code class="option">--hookdir=/var/cache/pbuilder/hook.d/</code>
 </pre><p>
             </p><p>
               To create a chroot with the backports repository enabled, use:
 </p><pre class="programlisting">
 <span class="command"><strong>sudo cowbuilder</strong></span> <code class="option">--create</code> \
-                <code class="option">--distribution</code>=<em class="replaceable"><code>buster-backports</code></em> \
-                <code class="option">--basepath</code>=/var/cache/pbuilder/base-<em class="replaceable"><code>buster-backports</code></em>.cow \
+                <code class="option">--distribution</code>=<em class="replaceable"><code>bullseye-backports</code></em> \
+                <code class="option">--basepath</code>=/var/cache/pbuilder/base-<em class="replaceable"><code>bullseye-backports</code></em>.cow \
                 <code class="option">--hookdir=/var/cache/pbuilder/hook.d/</code>
 </pre><p>
             </p><p>
@@ -1067,7 +1067,7 @@ allowed_distributions = .*
             option needs to be used to track changes from the origin
             repository on Salsa:
 </p><pre class="programlisting">
-<span class="command"><strong>git push</strong></span> origin <em class="replaceable"><code>buster-backports</code></em> <code class="option">--set-upstream</code>
+<span class="command"><strong>git push</strong></span> origin <em class="replaceable"><code>bullseye-backports</code></em> <code class="option">--set-upstream</code>
 </pre><p>
             Plain <span class="command"><strong>git push</strong></span> is sufficient when the backports
             branch was checked out from the origin repository on Salsa:
@@ -1310,8 +1310,8 @@ get-orig-source:
       </p><p>
         Backports of Debian GIS packages should be kept as branches in the
         package <a class="link" href="repositories.html#git-repository" title="Git repository">Git repository</a> (e.g.
-        <code class="literal">stretch-backports</code>,
-        <code class="literal">buster-backports</code>, etc.).
+        <code class="literal">buster-backports</code>,
+        <code class="literal">bullseye-backports</code>, etc.).
       </p><p>
         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


=====================================
public/policy/policy.html
=====================================
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Policy</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="tasks.html" title="Blend Tasks" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Policy</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tasks.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="policy"></a>Policy</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="policy.html#debian-control"><code class="filename">debian/control</code></a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#cme">Config::Model</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#debian-copyright"><code class="filename">debian/copyright</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-changelog"><code class="filename">debian/changelog</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-upstream"><code class="filename">debian/upstream</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-gbp.conf"><code class="filename">debian/gbp.conf</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-source"><code class="filename">debian/README.source</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-test"><code class="filename">debian/README.test</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-format"><code class="filename">debian/source/format</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-option"><code class="filename">debian/source/option</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-compat"><code class="filename">debian/compat</code></a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#debhelper">Debhelper</a></span></dt><dt><span class="sect3"><a href="policy.html#cdbs">CDBS</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#vcs">Version control systems</a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#vcs-git">Source package stored in a Git repository</a></span></dt><dt><span class="sect3"><a href="policy.html#vcs-tags">Tags</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#new-package">New package</a></span></dt><dt><span class="sect2"><a href="policy.html#new-packages-in-tasks">The Debian GIS Blend tasks</a></span></dt><dt><span class="sect2"><a href="policy.html#building-and-tagging">Building and tagging the packages</a></span></dt><dt><span class="sect2"><a href="policy.html#patches">Handling patches</a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#quilt">Using <span class="command"><strong>quilt</strong></span></a></span></dt><dt><span class="sect3"><a href="policy.html#dpatch">Using <span class="command"><strong>dpatch</strong></span></a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#contributing">Contributing to the GIS Policy</a></span></dt></dl></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="debian-control"></a><code class="filename">debian/control</code></h3></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect3"><a href="policy.html#cme">Config::Model</a></span></dt></dl></div><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p><strong>Section. </strong>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Policy</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="tasks.html" title="Blend Tasks" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Policy</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tasks.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="policy"></a>Policy</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="policy.html#debian-control"><code class="filename">debian/control</code></a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#cme">Config::Model</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#debian-copyright"><code class="filename">debian/copyright</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-changelog"><code class="filename">debian/changelog</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-upstream"><code class="filename">debian/upstream</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-gbp.conf"><code class="filename">debian/gbp.conf</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-source"><code class="filename">debian/README.source</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-readme-test"><code class="filename">debian/README.test</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-format"><code class="filename">debian/source/format</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-source-option"><code class="filename">debian/source/option</code></a></span></dt><dt><span class="sect2"><a href="policy.html#debian-compat"><code class="filename">debian/compat</code></a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#debhelper">Debhelper</a></span></dt><dt><span class="sect3"><a href="policy.html#cdbs">CDBS</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#vcs">Version control systems</a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#vcs-git">Source package stored in a Git repository</a></span></dt><dt><span class="sect3"><a href="policy.html#vcs-tags">Tags</a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#new-package">New package</a></span></dt><dt><span class="sect2"><a href="policy.html#new-packages-in-tasks">The Debian GIS Blend tasks</a></span></dt><dt><span class="sect2"><a href="policy.html#building-and-tagging">Building and tagging the packages</a></span></dt><dt><span class="sect2"><a href="policy.html#patches">Handling patches</a></span></dt><dd><dl><dt><span class="sect3"><a href="policy.html#quilt">Using <span class="command"><strong>quilt</strong></span></a></span></dt><dt><span class="sect3"><a href="policy.html#dpatch">Using <span class="command"><strong>dpatch</strong></span></a></span></dt></dl></dd><dt><span class="sect2"><a href="policy.html#contributing">Contributing to the GIS Policy</a></span></dt></dl></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="debian-control"></a><code class="filename">debian/control</code></h3></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect3"><a href="policy.html#cme">Config::Model</a></span></dt></dl></div><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p><strong>Section. </strong>
               Should be <span class="quote">“<span class="quote">science</span>”</span> for the source package.
 </p><pre class="programlisting">
 Section: science
@@ -204,7 +204,7 @@ pbuilder-options = --source-only-changes
           <a class="ulink" href="https://manpages.debian.org/unstable/debhelper/debhelper.7.en.html#COMPATIBILITY_LEVELS" target="_top">compatibility levels</a>
           to control the behavior of its commands.
           We currently recommend to use the level <code class="literal">10</code> which
-          is available in current <code class="literal">oldstable</code> (stretch).
+          is available in current <code class="literal">oldstable</code> (buster).
           It is also supported in <code class="literal">Ubuntu bionic</code> and
           backported to <code class="literal">Ubuntu xenial</code>.
           If support for these is not required version 12 can be used.


=====================================
public/policy/repositories.html
=====================================
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Repositories</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="index.html" title="Debian GIS Policy" /><link rel="next" href="packaging.html" title="Packaging" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Repositories</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="packaging.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="repositories"></a>Repositories</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="repositories.html#source">Give me the source!</a></span></dt><dt><span class="sect2"><a href="repositories.html#ssh-tips">SSH tips</a></span></dt><dt><span class="sect2"><a href="repositories.html#git-repository">Git repository</a></span></dt><dd><dl><dt><span class="sect3"><a href="repositories.html#git-branches">Common Git branches</a></span></dt><dt><span class="sect3"><a href="repositories.html#other-git-branches">Other Git branches</a></span></dt><dt><span class="sect3"><a href="repositories.html#git-tags">Tags for upstream and package releases</a></span></dt><dt><span class="sect3"><a href="repositories.html#git-upstream-repositories">Upstream Git repositories</a></span></dt></dl></dd></dl></div><p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Repositories</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="index.html" title="Debian GIS Policy" /><link rel="next" href="packaging.html" title="Packaging" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Repositories</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="packaging.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="repositories"></a>Repositories</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="repositories.html#source">Give me the source!</a></span></dt><dt><span class="sect2"><a href="repositories.html#ssh-tips">SSH tips</a></span></dt><dt><span class="sect2"><a href="repositories.html#git-repository">Git repository</a></span></dt><dd><dl><dt><span class="sect3"><a href="repositories.html#git-branches">Common Git branches</a></span></dt><dt><span class="sect3"><a href="repositories.html#other-git-branches">Other Git branches</a></span></dt><dt><span class="sect3"><a href="repositories.html#git-tags">Tags for upstream and package releases</a></span></dt><dt><span class="sect3"><a href="repositories.html#git-upstream-repositories">Upstream Git repositories</a></span></dt></dl></dd></dl></div><p>
       We use Git repositories, hosted by Debian.
       You can have a look at the repositories through the
       <a class="ulink" href="https://salsa.debian.org/debian-gis-team" target="_top">web interface</a>.
@@ -96,7 +96,7 @@ debian-gis-team/
           Changes uploaded to other distributions than Debian
           <code class="literal">unstable</code> can be stored in other branches,
           named for instance <code class="literal">experimental</code>,
-          <code class="literal">buster</code>, etc.
+          <code class="literal">bullseye</code>, etc.
         </p><p>
           This is useful in case updates to packages in Debian
           <code class="literal">stable</code> are made and the <code class="literal">master</code>


=====================================
public/policy/tasks.html
=====================================
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Blend Tasks</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="packaging.html" title="Packaging" /><link rel="next" href="policy.html" title="Policy" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Blend Tasks</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="packaging.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="policy.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="tasks"></a>Blend Tasks</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="tasks.html#installing-tasks">Installing Debian GIS Blend tasks</a></span></dt></dl></div><p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Blend Tasks</title><link rel="stylesheet" type="text/css" href="policy.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Debian GIS Policy" /><link rel="up" href="index.html" title="Debian GIS Policy" /><link rel="prev" href="packaging.html" title="Packaging" /><link rel="next" href="policy.html" title="Policy" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Blend Tasks</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="packaging.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="policy.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="tasks"></a>Blend Tasks</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="tasks.html#installing-tasks">Installing Debian GIS Blend tasks</a></span></dt></dl></div><p>
       The Debian GIS
       <a class="ulink" href="https://blends.debian.org/blends" target="_top">Debian Pure Blend</a>
       is organized by



View it on GitLab: https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/-/compare/6521913c0102554c42746b587e0815c1a86b849d...8031f7031aa78c78d0c85144315b2a4d87789d2a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/-/compare/6521913c0102554c42746b587e0815c1a86b849d...8031f7031aa78c78d0c85144315b2a4d87789d2a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210815/c69c37ab/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list