Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add link to compat levels - update supported versions
· e92b935b
Johan Van de Wauw
authored
Mar 23, 2018
and
Bas Couwenberg
committed
Mar 23, 2018
e92b935b
Correct suite for wheezy, suggest compat 11 too.
· 07835ab0
Bas Couwenberg
authored
Mar 23, 2018
07835ab0
Show whitespace changes
Inline
Side-by-side
policy.xml
View file @
07835ab0
...
...
@@ -2787,11 +2787,15 @@ pristine-tar = True
<sect3
id=
"debhelper"
>
<title>
Debhelper
</title>
<para>
Debhelper uses compatibility levels to control the behavior of its
commands.
Debhelper uses
<ulink
url=
"https://manpages.debian.org/testing/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>
9
</literal>
which
is available in current
<literal>
stable
</literal>
(Wheezy) and
backported to
<literal>
oldstable
</literal>
.
is available in current
<literal>
stable
</literal>
(Stretch) and
backported to
<literal>
oldoldstable
</literal>
(Wheezy). It is also
the version supported in
<literal>
Ubuntu trusty
</literal>
and
<literal>
Ubuntu xenial
</literal>
. If support for these is not
required version 10 or 11 can be used.
However, there is no urgent need to touch packages only because it
has an older Debhelper version.
</para>
...
...