diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-25 12:42:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-25 12:42:42 +0200 |
commit | b19795614fdcf8cd38ddda9cf738407d9dda3c4b (patch) | |
tree | c406c60cab70374fa3a8a4e388deca41c50dc0cf | |
parent | ea0a65be4c61f594229805f3907a9c6b84e5a11a (diff) | |
download | vyos-live-build-b19795614fdcf8cd38ddda9cf738407d9dda3c4b.tar.gz vyos-live-build-b19795614fdcf8cd38ddda9cf738407d9dda3c4b.zip |
Releasing debian version 3.0.2-1.debian/3.0.2-1
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | debian/changelog | 66 | ||||
-rw-r--r-- | manpages/en/lb.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_binary.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_bootstrap.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_build.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_chroot.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_clean.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_config.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_source.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_testroot.1 | 2 | ||||
-rw-r--r-- | manpages/en/live-build.7 | 2 | ||||
-rw-r--r-- | manpages/pot/lb.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_binary.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_bootstrap.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_build.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_chroot.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_clean.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_config.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_source.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/lb_testroot.1.pot | 6 | ||||
-rw-r--r-- | manpages/pot/live-build.7.pot | 6 |
22 files changed, 107 insertions, 41 deletions
@@ -1 +1 @@ -3.0.1-1 +3.0.2-1 diff --git a/debian/changelog b/debian/changelog index d1f3d3bfe..b5cd847c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +live-build (3.0.2-1) unstable; urgency=low + + [ Daniel Baumann ] + * Allowing to use parted its automatic offset handling at the beginning + of a disk, rather than to harcode it to first block (Closes: #647607). + * Aborting with error if hdd label has a whitespace (Closes: #648861). + * Updating d-i suite symlink for wheezy release. + * Correcting typo in grub2 config template. + * Synchronise grub and grub2 splashes with internal live-build splash + for syslinux bootloaders. + * Removing non-existent --apt-indices none references. + * Also showing distribution in lb config initial messages. + * Making messages about reading system conffiles in lb config more + accurate. + * Harmonize handling of pre-existing gnupg dotfiles in chroot when + handling fake signing keys for local repository. + * Making some more debian source-selections conditional on certain image + options. + * Adding source_hooks for hooks on source images like already supported + on binary images. + + [ Richard Nelson ] + * Add sanity check on config type to build for l-b-cgi. + * Add _CGI_CONFIG_APPEND varialbe for appending options to lb config + call on l-b-cgi frontend. + * Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi + frontend. + * Removing quotes around _CGI_CONFIG_APPEND to handle multiple + parameters correctly on l-b-cgi frontend. + * Adding binary image type to config call on l-b-cgi frontend. + * Add log information of git:://url for l-b-cgi frontend. + * Append to log file on errors and not truncate the file on l-b-cgi + frontend. + + [ Daniel Baumann ] + * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam- + barratt.org.uk>. + + [ Raphaƫl Hertzog ] + * Fixing win32-loader.ini by including the GTK related entries. + + [ Daniel Baumann ] + * Correcting typo directory when dereferencing syslinux symlinks when + building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>. + * Using dpkg-divert in chroot_upstart script to handle upgrades of + upstart during the build (Closes: #702537). + * Using dpkg-divert for other diversions too to handle upgrades of the + diverted stuff during build. + * Adding generic live-build handle in chroot_dpkg for other live + packages to act upon. + * Updating fallback help message in live-build pseudo-command. + * Correcting grammer error in live-build description. + * Adding set -e in example auto scripts. + + [ Richard Nelson ] + * Converting l-b-cgi frontend to process forms with post. + + [ Daniel Baumann ] + * Cleaning up installer file locations for progress-linux. + * Stripping out comments in package lists. + * Updating derivatives archive-key signature validiation to look by + default at both debian and debian-maintainers keyrings. + * Updating bootstrap mirror for progress-linux. + + -- Daniel Baumann <daniel@debian.org> Thu, 25 Apr 2013 12:41:54 +0200 + live-build (3.0.1-1) unstable; urgency=low * Removing superfluous menu default directive in installer syslinux diff --git a/manpages/en/lb.1 b/manpages/en/lb.1 index a8f7fad66..eeb74e320 100644 --- a/manpages/en/lb.1 +++ b/manpages/en/lb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb\fR \- wrapper for live\-build programs diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1 index aafac7e56..70d77e082 100644 --- a/manpages/en/lb_binary.1 +++ b/manpages/en/lb_binary.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb binary\fR \- Complete the binary stage diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1 index 6b6111a3c..85ee0e5b1 100644 --- a/manpages/en/lb_bootstrap.1 +++ b/manpages/en/lb_bootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb bootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1 index 8e6d04554..061f5d29e 100644 --- a/manpages/en/lb_build.1 +++ b/manpages/en/lb_build.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1 index a31600d92..961191ec6 100644 --- a/manpages/en/lb_chroot.1 +++ b/manpages/en/lb_chroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb chroot\fR \- Complete the chroot stage diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 index 58945b20e..a0fab08e6 100644 --- a/manpages/en/lb_clean.1 +++ b/manpages/en/lb_clean.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb clean\fR \- Clean build directory diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 9eb5e60cf..ed1682686 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb config\fR \- Create config directory diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1 index 338a32c5d..9d005c8c4 100644 --- a/manpages/en/lb_source.1 +++ b/manpages/en/lb_source.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb source\fR \- Complete the source stage diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1 index 33243e027..443212644 100644 --- a/manpages/en/lb_testroot.1 +++ b/manpages/en/lb_testroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlb testroot\fR \- Ensure that a system is built as root diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index b21a61452..39797f2c6 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 7 2013\-04\-09 3.0.1-1 "Debian Live Project" +.TH LIVE\-BUILD 7 2013\-04\-25 3.0.2-1 "Debian Live Project" .SH NAME \fBlive\-build\fR \- the Debian Live tool suite diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index ce2107db1..454d57357 100644 --- a/manpages/pot/lb.1.pot +++ b/manpages/pot/lb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index 41f7764f7..56555b7c7 100644 --- a/manpages/pot/lb_binary.1.pot +++ b/manpages/pot/lb_binary.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index a872b2f62..4ec3718c9 100644 --- a/manpages/pot/lb_bootstrap.1.pot +++ b/manpages/pot/lb_bootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index 395a49e27..eb0c0a0c5 100644 --- a/manpages/pot/lb_build.1.pot +++ b/manpages/pot/lb_build.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index 50e7a73be..0dca181d9 100644 --- a/manpages/pot/lb_chroot.1.pot +++ b/manpages/pot/lb_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index 1e8a640d4..557b5a43c 100644 --- a/manpages/pot/lb_clean.1.pot +++ b/manpages/pot/lb_clean.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index 615111743..9a08d5d8a 100644 --- a/manpages/pot/lb_config.1.pot +++ b/manpages/pot/lb_config.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index 1c2d80d5e..7ee1e845b 100644 --- a/manpages/pot/lb_source.1.pot +++ b/manpages/pot/lb_source.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot index cd918bef5..144eaf475 100644 --- a/manpages/pot/lb_testroot.1.pot +++ b/manpages/pot/lb_testroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index e8775dbd8..d6a30e930 100644 --- a/manpages/pot/live-build.7.pot +++ b/manpages/pot/live-build.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-04-09 05:31+0300\n" +"POT-Creation-Date: 2013-04-25 12:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2013-04-09" +msgid "2013-04-25" msgstr "" #. type: TH @@ -37,7 +37,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "3.0.1-1" +msgid "3.0.2-1" msgstr "" #. type: TH |