diff options
author | Niels Thykier <niels@thykier.net> | 2016-09-11 08:49:52 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-09-11 08:49:52 +0000 |
commit | c669561b092b46e81d77d120063089a05b5380c7 (patch) | |
tree | 477fbe0d72b6b8398aab6cfa05832377f2eb62c7 | |
parent | ac8d70569d4a424014be4c2626183fc761ef0452 (diff) | |
download | debhelper-c669561b092b46e81d77d120063089a05b5380c7.tar.gz |
Mark compat 10 as the recommended compat level
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | debhelper.pod | 5 | ||||
-rw-r--r-- | man/po4a/po4a.cfg | 1 | ||||
-rw-r--r-- | strings-kept-translations.pod | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/debhelper.pod b/debhelper.pod index 9b8be860..a97fef6b 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -391,8 +391,6 @@ B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to F<Makefil =item v9 -This is the recommended mode of operation. - Changes from v8 are: =over 8 @@ -448,7 +446,8 @@ configuration. =item v10 -This compatibility level is open for beta testing; changes may occur. +This is the recommended mode of operation. + Changes from v9 are: diff --git a/man/po4a/po4a.cfg b/man/po4a/po4a.cfg index ac02a1cc..7b593d25 100644 --- a/man/po4a/po4a.cfg +++ b/man/po4a/po4a.cfg @@ -59,3 +59,4 @@ [type: pod] dh_usrlocal $lang:man/$lang/dh_usrlocal.pod add_fr:man/po4a/add.fr add_es:man/po4a/add2.es add_de:man/po4a/add.de add_pt:man/po4a/add.pt [type: pod] dh_systemd_enable $lang:man/$lang/dh_systemd_enable.pod add_fr:man/po4a/add.fr add_es:man/po4a/add2.es add_de:man/po4a/add.de add_pt:man/po4a/add.pt [type: pod] dh_systemd_start $lang:man/$lang/dh_systemd_start.pod add_fr:man/po4a/add.fr add_es:man/po4a/add2.es add_de:man/po4a/add.de add_pt:man/po4a/add.pt +[type: pod] strings-kept-translations.pod $lang:man/$lang/strings-kept-translations.pod diff --git a/strings-kept-translations.pod b/strings-kept-translations.pod new file mode 100644 index 00000000..457b40da --- /dev/null +++ b/strings-kept-translations.pod @@ -0,0 +1,10 @@ +# This document contains strings that has been previously translated +# and will (almost certainly) re-occur later. They are kept here +# to avoid needing to have them re-translated. + +=pod + +This compatibility level is open for beta testing; changes may occur. + +=cut + |