[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774730: marked as done (Update manpages)



Your message dated Fri, 02 Dec 2016 22:49:02 +0000
with message-id <E1cCwda-000EaB-Na@fasolo.debian.org>
and subject line Bug#774730: fixed in live-build 1:20161202
has caused the Debian Bug report #774730,
regarding Update manpages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
774730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774730
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-build
Version: 4.0.4-1
Tags: patch

Man pages brought fully up to date as far as v4.0.4-1

Note, chroot_ profixed files split into two separate sections to provide
much greater clarity. This also helps pave the way to a new prefix used
for one of these sets in a large set of restructuring work I have been
preparing.
commit d20e8e5d3b1768ff61cdbb14c652e75527845544
Author: jnqnfe <jnqnfe@gmail.com>
Date:   Tue Jan 6 20:56:05 2015 +0000

    Bring manpages up to date (as far as v4.0.4-1)

diff --git a/manpages/en/lb_installer.1 b/manpages/en/lb_installer.1
new file mode 100644
index 0000000..c8dec01
--- /dev/null
+++ b/manpages/en/lb_installer.1
@@ -0,0 +1,32 @@
+.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
+
+.SH NAME
+\fBlb installer\fR \- Complete the installer stage
+
+.SH SYNOPSIS
+\fBlb installer\fR [\fIlive\-build options\fR]
+
+.SH DESCRIPTION
+\fBlb installer\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+.PP
+\fBlb installer\fR calls all necessary live\-build programs in the correct order to complete the installer stage.
+
+.SH OPTIONS
+\fBlb installer\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
+
+.SH FILES
+.IP "\fBnone\fR" 4
+
+.SH SEE ALSO
+\fIlive\-build\fR(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 0b7e9ca..1af92ce 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -55,153 +55,173 @@ pages for additional documentation.
 .\" FIXME
 We separate the porcelain commands into the main commands and some ancillary user utilities.
 .SS Main porcelain commands
-.IP "\fBlb_config\fR(1)" 4
-create configuration for live\-build
-.IP "\fBlb_bootstrap\fR(1)" 4
-create the first stage by bootstrapping a basic debian system
-.IP "\fBlb_chroot\fR(1)" 4
-create the second stage by customizing the chroot
-.IP "\fBlb_binary\fR(1)" 4
-create the third stage by generating a binary image
-.IP "\fBlb_source\fR(1)" 4
-create the optional fourth stage by generating a source image
-.IP "\fBlb_clean\fR(1)" 4
-clean up system build directories
+.IP "\fBlb config\fR(1)" 4
+creates configuration for live\-build
+.IP "\fBlb bootstrap\fR(1)" 4
+executes the first build stage by bootstrapping a basic debian system
+.IP "\fBlb chroot\fR(1)" 4
+executes the second build stage by customizing the chroot
+.IP "\fBlb installer\fR(1)" 4
+executes the third build stage by obtaining installer components (optional)
+.IP "\fBlb binary\fR(1)" 4
+executes the fourth build stage by generating a binary image
+.IP "\fBlb source\fR(1)" 4
+executes the fifth build stage by generating a source image (optional)
+.IP "\fBlb clean\fR(1)" 4
+cleanes up system build directories
 .SS Ancillary Commands
 .IP "\fBlb\fR(1)" 4
-generic live\-build wrapper
-.IP "\fBlb_build\fR(1)" 4
-alias for all stages
-.IP "\fBlb_local\fR(1)" 4
-helper for using a local live\-build
-.IP "\fBlb_testroot\fR(1)" 4
-ensure that a system is built as root
+generic live\-build script execution wrapper
+.IP "\fBlb build\fR(1)" 4
+alias for all build stages
 .\" FIXME
 
-.SH LOW\-LEVEL COMMANDS (PLUMBING)
+.SH LOW\-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS
 .\" FIXME
 The actual work of live\-build is implemented in the low-level commands, called plumbing. They are not supposed to be used by end users, they should stick with porcelains as they ensure that all the different plumbing commands are executed in the right order. However, if you intend to reuse live\-build commands in your own scripts, then the plumbings might be of interest for you.
 .PP
 Note that the interface (set of options and the semantics) to these low\-level commands are meant to be a lot more stable than Porcelain level commands. The interface to Porcelain commands on the other hand are subject to change in order to improve the end user experience.
-.SS Bootstrap commands
-.IP "\fBlb_bootstrap_cache\fR(1)" 4
-cache bootstrap stage
-.IP "\fBlb_bootstrap_debootstrap\fR(1)" 4
-bootstrap a Debian system with debootstrap(8)
-.SS Chroot commands
-.IP "\fBlb_chroot_apt\fR(1)" 4
-manage /etc/apt/apt.conf
-.IP "\fBlb_chroot_cache\fR(1)" 4
-cache chroot stage
-.IP "\fBlb_chroot_debianchroot\fR(1)" 4
-manage /etc/debian_chroot
-.IP "\fBlb_chroot_devpts\fR(1)" 4
-mount /dev/pts
-.IP "\fBlb_chroot_dpkg\fR(1)" 4
-manage /sbin/dpkg
-.IP "\fBlb_chroot_hacks\fR(1)" 4
-execute hacks in chroot
-.IP "\fBlb_chroot_hostname\fR(1)" 4
-manage /bin/hostname
-.IP "\fBlb_chroot_hosts\fR(1)" 4
-manage /etc/hosts
-.IP "\fBlb_chroot_install\-packages\fR(1)" 4
-install queued packages into chroot
-.IP "\fBlb_chroot_interactive\fR(1)" 4
-make build interactive
-.IP "\fBlb_chroot_linux\-image\fR(1)" 4
-manage /etc/kernel\-img.conf
-.IP "\fBlb_chroot_hooks\fR(1)" 4
-execute local hooks in chroot
-.IP "\fBlb_chroot_local\-includes\fR(1)" 4
-copy local files into chroot
-.IP "\fBlb_chroot_packages\fR(1)" 4
-queue install of packages into chroot
-.IP "\fBlb_chroot_local\-patches\fR(1)" 4
-apply local patches against chroot
-.IP "\fBlb_chroot_local\-preseed\fR(1)" 4
-use debconf local preseeding file
-.IP "\fBlb_chroot_packagelists\fR(1)" 4
-queue install of package lists into chroot
-.IP "\fBlb_chroot_proc\fR(1)" 4
-mount /proc
-.IP "\fBlb_chroot_resolv\fR(1)" 4
-manage /etc/resolv.conf
-.IP "\fBlb_chroot_selinuxfs\fR(1)" 4
-mount /selinux
-.IP "\fBlb_chroot_archives\fR(1)" 4
-manage /etc/apt/sources.list
-.IP "\fBlb_chroot_sysfs\fR(1)" 4
-mount /sys
-.IP "\fBlb_chroot_sysv\-rc\fR(1)" 4
-manage /usr/sbin/policy\-rc.d
-.IP "\fBlb_chroot_task\-lists\fR(1)" 4
-install task lists into chroot
-.SS Binary commands
-.IP "\fBlb_binary_chroot\fR(1)" 4
-copy chroot into chroot
-.IP "\fBlb_binary_debian\-installer\fR(1)" 4
-install debian\-installer into binary
-.IP "\fBlb_binary_disk\fR(1)" 4
-install disk information into binary
-.IP "\fBlb_binary_grub\fR(1)" 4
-installs grub into binary
-.IP "\fBlb_binary_grub2\fR(1)" 4
-installs grub2 into binary
-.IP "\fBlb_binary_includes\fR(1)" 4
-copy files into binary
-.IP "\fBlb_binary_iso\fR(1)" 4
-build iso binary image
-.IP "\fBlb_binary_linux\-image\fR(1)" 4
-install linux\-image into binary
-.IP "\fBlb_binary_local\-hooks\fR(1)" 4
-execute local hooks in binary
-.IP "\fBlb_binary_local\-includes\fR(1)" 4
-copy files into binary
-.IP "\fBlb_binary_local\-packagelists\fR(1)" 4
-install local package lists into binary
-.IP "\fBlb_binary_manifest\fR(1)" 4
-create manifest
-.IP "\fBlb_binary_checksums\fR(1)" 4
-create binary checksums (md5, sha1, and/or sha256)
-.IP "\fBlb_binary_memtest\fR(1)" 4
-installs a memtest into binary
-.IP "\fBlb_binary_net\fR(1)" 4
-build netboot binary image
-.IP "\fBlb_binary_rootfs\fR(1)" 4
-build rootfs image
-.IP "\fBlb_binary_syslinux\fR(1)" 4
-installs syslinux into binary
-.IP "\fBlb_binary_tar\fR(1)" 4
-build harddisk binary image
-.IP "\fBlb_binary_hdd\fR(1)" 4
-build binary hdd image
-.IP "\fBlb_binary_win32\-loader\fR(1)" 4
-installs win32\-loader into binary
-.SS Source commands
-.IP "\fBlb_source_debian\fR(1)" 4
-download sources
-.IP "\fBlb_source_debian\-live\fR(1)" 4
-copy debian\-live config into source
-.IP "\fBlb_source_disk\fR(1)" 4
-install disk information into source
-.IP "\fBlb_source_iso\fR(1)" 4
-build iso source image
-.IP "\fBlb_source_checksums\fR(1)" 4
-create source checksums (md5, sha1, and/or sha256)
-.IP "\fBlb_source_net\fR(1)" 4
-build source net image
-.IP "\fBlb_source_tar\fR(1)" 4
-build source tarball
-.IP "\fBlb_source_hdd\fR(1)" 4
-build source hdd image
+.SS Bootstrap stage specific commands
+.IP "\fBlb bootstrap_archive-keys\fR(1)" 4
+installs derivative distribution archive keys into bootstrap directory (currently applies to progress-linux builds only)
+.IP "\fBlb bootstrap_archives\fR(1)" 4
+applies apt archive configuration
+.IP "\fBlb bootstrap_cache\fR(1)" 4
+in save mode, saves to cache a copy of the generated bootstrap directory, and in restore mode, restores from cache a previously generated copy
+.IP "\fBlb bootstrap_cdebootstrap\fR(1)" 4
+creates (bootstrap) a basic Debian root filesystem using cdebootstrap(8)
+.IP "\fBlb bootstrap_debootstrap\fR(1)" 4
+creates (bootstrap) a basic Debian root filesystem using debootstrap(8)
+.SS Chroot stage specific commands
+.PP
+Note: The following chroot_ prefixed commands are used in building the live OS filesystem. Another set of similarly prefixed files are listed separately (see further down).
+.IP "\fBlb chroot_cache\fR(1)" 4
+in save mode, saves to cache a copy of the chroot directory, and in restore mode, restores from cache a previously generated copy
+.IP "\fBlb chroot_firmware\fR(1)" 4
+compiles a list of firmware packages to be installed in the live OS root filesystem
+.IP "\fBlb chroot_hacks\fR(1)" 4
+executes local hacks against the live OS root filesystem, if any are provided
+.IP "\fBlb chroot_hooks\fR(1)" 4
+executes local hooks against the live OS root filesystem, if any are provided
+.IP "\fBlb chroot_includes\fR(1)" 4
+copies a set of local files from the config directory into the live OS root filesystem, if any are provided
+.IP "\fBlb chroot_install\-packages\fR(1)" 4
+installs into the live OS root filesystem any packages listed in local package lists
+.IP "\fBlb chroot_interactive\fR(1)" 4
+pauses the build process and starts an interactive shell from the live OS root filesystem, providing an oportunity for manual modifications or testing; note that this is (currently) usually executed with several chroot prep modifications applied (see description of these further down)
+.IP "\fBlb chroot_linux\-image\fR(1)" 4
+compiles a list of kernel images to be installed in the live OS root filesystem
+.IP "\fBlb chroot_live\-packages\fR(1)" 4
+installs a set of live system specific packages to the live OS root filesystem
+.IP "\fBlb chroot_package\-lists\fR(1)" 4
+compiles a list of packages provided in the user\' local config to be installed in the live OS root filesystem
+.IP "\fBlb chroot_preseed\fR(1)" 4
+installs pre-configured answers to certain install prompts into the live OS root filesystem
+.SS Installer stage specific commands
+.IP "\fBlb installer_debian-installer\fR(1)" 4
+obtains and sets up Debian installer(d-i) components
+.IP "\fBlb installer_preseed\fR(1)" 4
+installs pre-configured answers to certain install prompts
+.SS Binary stage specific commands
+.IP "\fBlb binary_checksums\fR(1)" 4
+creates checksums (md5, sha1, and/or sha256) for live image content
+.IP "\fBlb binary_chroot\fR(1)" 4
+duplicates the chroot directory, to place a copy of what whould be the completed live OS root filesystem to one side, allowing the original to continue to be used in executing certain parts of the remainder of the build process
+.IP "\fBlb binary_disk\fR(1)" 4
+creates disk information files to be added to live image
+.IP "\fBlb binary_grub\fR(1)" 4
+installs grub into live image to provide image boot capability
+.IP "\fBlb binary_grub2\fR(1)" 4
+installs grub2 into live image to provide image boot capability
+.IP "\fBlb binary_hdd\fR(1)" 4
+compiles the final live image into an hdd image file
+.IP "\fBlb binary_hooks\fR(1)" 4
+executes local hooks against the live image, if any are provided
+.IP "\fBlb binary_includes\fR(1)" 4
+copies a set of local files from the config directory into the live image, if any are provided
+.IP "\fBlb binary_iso\fR(1)" 4
+compiles the final live image into an iso file
+.IP "\fBlb binary_linux\-image\fR(1)" 4
+copies the linux\-image into the live image
+.IP "\fBlb binary_loadlin\fR(1)" 4
+bundles a copy of loadlin into the live image
+.IP "\fBlb binary_manifest\fR(1)" 4
+creates manifest of packages installed into live OS filesystem, and list of packages to be excluded by a persistence mechanism installing the live OS to disk
+.IP "\fBlb binary_memtest\fR(1)" 4
+bundles a copy of memtest into the live image
+.IP "\fBlb binary_netboot\fR(1)" 4
+compiles the final live image into a netboot tar archive
+.IP "\fBlb binary_package\-lists\fR(1)" 4
+processes local lists of packages to obtain and bundle into image (from which they could later be installed if not already)
+.IP "\fBlb binary_rootfs\fR(1)" 4
+wraps up the completed live OS root filesystem into a virtual file system image
+.IP "\fBlb binary_syslinux\fR(1)" 4
+installs syslinux into live image to provide image boot capability
+.IP "\fBlb binary_tar\fR(1)" 4
+compiles the final live image into a tar archive
+.IP "\fBlb binary_win32\-loader\fR(1)" 4
+bundles a copy of win32\-loader into the live image and creates an autorun.inf file
+.IP "\fBlb binary_zsync\fR(1)" 4
+builds zsync control files
+.SS Source stage specific commands
+.IP "\fBlb source_checksums\fR(1)" 4
+creates checksums (md5, sha1, and/or sha256) for source image content
+.IP "\fBlb source_debian\fR(1)" 4
+downloads source packages for bundling into source image
+.IP "\fBlb source_disk\fR(1)" 4
+creates disk information files to be added to source image
+.IP "\fBlb source_hdd\fR(1)" 4
+compiles the final source image into an hdd image file
+.IP "\fBlb source_hooks\fR(1)" 4
+executes local hooks against the source image, if any are provided
+.IP "\fBlb source_iso\fR(1)" 4
+compiles the final source image into an iso file
+.IP "\fBlb source_live\fR(1)" 4
+copies live-build config into source
+.IP "\fBlb source_tar\fR(1)" 4
+compiles the final source image into a tar archive
+.\" FIXME
+
+.SH LOW\-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS
+.\" FIXME
+The notes above under the section regarding build-stage specific low-level plumbing commands also apply here.
+.PP
+The following chroot_ prefixed commands are used throughout the various primary stages of the build process to apply and remove modifications to a chroot root filesystem. Generally these are used to apply modification that setup the chroot for use (execution of programs within it) during the build process, and later to remove those modification, unmounting things that were mounted, and making the chroot suitable for use as the root filesystem of the live OS to be bundled into the live image.
+.IP "\fBlb chroot_apt\fR(1)" 4
+manages apt configuration; in apply mode it applies configuration for use during build process, and in remove mode removes that configuration
+.IP "\fBlb chroot_archives\fR(1)" 4
+manages apt archive source lists; in apply mode it applies source list configurations suitable for use of the chroot in the build process, and in remove mode replaces that with a configuration suitable for the final live OS
+.IP "\fBlb chroot_debianchroot\fR(1)" 4
+manages a /etc/debian_chroot file
+.IP "\fBlb chroot_devpts\fR(1)" 4
+manages mounting of /dev/pts
+.IP "\fBlb chroot_dpkg\fR(1)" 4
+manages dpkg; in apply mode disabling things like the start-stop-daemon, and in remove mode enabling them again
+.IP "\fBlb chroot_hostname\fR(1)" 4
+manages the hostname configuration
+.IP "\fBlb chroot_hosts\fR(1)" 4
+manages the /etc/hosts file
+.IP "\fBlb chroot_proc\fR(1)" 4
+manages mounting of /proc
+.IP "\fBlb chroot_resolv\fR(1)" 4
+manages configuration of the /etc/resolv.conf file
+.IP "\fBlb chroot_selinuxfs\fR(1)" 4
+manages mounting of /sys/fs/selinux
+.IP "\fBlb chroot_sysfs\fR(1)" 4
+manages mounting of /sys
+.IP "\fBlb chroot_sysv\-rc\fR(1)" 4
+manages the /usr/sbin/policy\-rc.d file
+.IP "\fBlb chroot_tmpfs\fR(1)" 4
+manages configuration of dpkg to use a tmpfs filesystem
+.IP "\fBlb chroot_upstart\fR(1)" 4
+manages use of upstart /sbin/initctl program; in apply mode blocking execution through a dpkg diversion, and in remove mode enabling execution again
 .\" FIXME
 
 .SH CONFIG FILES
 .\" FIXME
 Many live\-build commands make use of files in the \fIconfig/\fR directory to control what they do. Besides the common \fIconfig/common\fR, which is used by all live\-build commands, some additional files can be used to configure the behavior of specific live\-build commands. These files are typically named config/stage or config/stage_helper (where "stage" of course, is replaced with the name of the stage that they belong to, and "helper" with the name of the helper).
 .PP
-For example, lb_bootstrap_debootstrap uses files named config/bootstrap and config/bootstrap_debootstrap to read the options it will use. See the man pages of individual commands for details about the names and formats of the files they use. Generally, these files contain variables with values assigned, one variable per line. Some programs in live\-build use pairs of values or slightly more complicated variable assignments.
+For example, lb bootstrap_debootstrap uses files named config/bootstrap and config/bootstrap_debootstrap to read the options it will use. See the man pages of individual commands for details about the names and formats of the files they use. Generally, these files contain variables with values assigned, one variable per line. Some programs in live\-build use pairs of values or slightly more complicated variable assignments.
 .PP
 Note that live\-build will respect environment variables which are present in the context of the shell it is running. If variables can be read from config files, then they override environment variables, and if command line options are used, they override values from config files. If no value for a given variable can be found and thus is unset, live\-build will automatically set it to the default value.
 .PP
diff --git a/manpages/po/ja/lb_testroot.1.po b/manpages/po/ja/lb_testroot.1.po
deleted file mode 100644
index 1dd1e86..0000000
--- a/manpages/po/ja/lb_testroot.1.po
+++ /dev/null
@@ -1,221 +0,0 @@
-# Japanese translations for live-build package
-# Copyright (C) 2014 victory <victory.deb@gmail.com>
-# This file is distributed under the same license as the live-build package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build\n"
-"POT-Creation-Date: 2014-08-27 23:56+0200\n"
-"PO-Revision-Date: 2014-08-28 02:52+0900\n"
-"Last-Translator: victory <victory.deb@gmail.com>\n"
-"Language-Team: none\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "LIVE-BUILD"
-msgstr "LIVE-BUILD"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "2014-09-12"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "4.0~alpha39-1"
-msgstr "4.0~alpha39-1"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "Live Systems Project"
-msgstr "Live システムプロジェクト"
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
-#: en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr "å??å‰?"
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
-#: en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr "概�"
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:225 en/lb_source.1:9
-#: en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr "説明"
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:234 en/lb_source.1:14
-#: en/lb_testroot.1:16 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr "オプション"
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:466 en/lb_source.1:17
-#: en/lb_testroot.1:19 en/live-build.7:215
-#, no-wrap
-msgid "FILES"
-msgstr "ファイル"
-
-#. type: IP
-#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
-#: en/lb_source.1:18 en/lb_testroot.1:20
-#, no-wrap
-msgid "B<none>"
-msgstr "B<ç„¡ã?—>"
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:473 en/lb_source.1:20
-#: en/lb_testroot.1:22 en/live-build.7:219
-#, no-wrap
-msgid "SEE ALSO"
-msgstr "関連項目"
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:475 en/lb_source.1:22
-#: en/lb_testroot.1:24
-msgid "I<live-build>(7)"
-msgstr "I<live-build>(7)"
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:481 en/lb_source.1:24
-#: en/lb_testroot.1:26 en/live-build.7:225
-msgid "This program is a part of live-build."
-msgstr "��プログラム� live-build �一部��。"
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:482 en/lb_source.1:25
-#: en/lb_testroot.1:27 en/live-build.7:226
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr "ホームページ"
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:484 en/lb_source.1:27
-#: en/lb_testroot.1:29 en/live-build.7:228
-msgid ""
-"More information about live-build and the Live Systems project can be found "
-"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
-"at E<lt>I<http://live-systems.org/manual/>E<gt>."
-msgstr ""
-"live-build �� Live システムプロジェクト������ら�る情報��"
-"E<lt>I<http://live-systems.org/>E<gt> �ホームページや E<lt>I<http://live-";
-"systems.org/manual/>E<gt> �マニュアル��り��。"
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:485 en/lb_source.1:28
-#: en/lb_testroot.1:30 en/live-build.7:229
-#, no-wrap
-msgid "BUGS"
-msgstr "�グ"
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:487 en/lb_source.1:30
-#: en/lb_testroot.1:32 en/live-build.7:231
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
-"debian.org>E<gt>."
-msgstr ""
-"�グ� E<lt>I<http://bugs.debian.org/>E<gt> ��る�グ追跡システム� live-"
-"build パッケージã?®ãƒ?グ報告ã?¨ã?—ã?¦æ??出ã?™ã‚‹ã?‹ã€?E<lt>I<debian-live@lists.debian."
-"org>E<gt> ã?«ã?‚ã‚‹ Live システムã?®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆå®›ã?¦ã?«ãƒ¡ãƒ¼ãƒ«ã‚’書ã??ã?“ã?¨ã?«ã‚ˆã‚Š"
-"報告ã?§ã??ã?¾ã?™ã€‚"
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:488 en/lb_source.1:31
-#: en/lb_testroot.1:33 en/live-build.7:232
-#, no-wrap
-msgid "AUTHOR"
-msgstr "作者"
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:489 en/lb_source.1:32
-#: en/lb_testroot.1:34 en/live-build.7:233
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
-msgstr ""
-"live-build � Daniel Baumann �ん E<lt>I<mail@daniel-baumann.ch>E<gt> �より"
-"書�れ���。"
-
-#. type: Plain text
-#: en/lb_testroot.1:5
-msgid "B<lb testroot> - Ensure that a system is built as root"
-msgstr "B<lb testroot> - システム� root �より構��れ��る��を確����"
-
-#. type: Plain text
-#: en/lb_testroot.1:8
-msgid "B<lb testroot> [I<live-build options>]"
-msgstr "B<lb testroot> [I<live-build オプション>]"
-
-#. type: Plain text
-#: en/lb_testroot.1:11
-msgid ""
-"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
-"live systems tool suite."
-msgstr ""
-"B<lb testroot> � Live システムツール集 I<live-build>(7) �高レベルコマンド "
-"(porcelain) ��。"
-
-#.  FIXME
-#.  FIXME
-#. type: Plain text
-#: en/lb_testroot.1:15
-msgid ""
-"B<lb testroot> simply checks to see if you are root. If not, it exits with "
-"an error. live system images must currently be built as real root (using "
-"sudo is fine too)."
-msgstr ""
-"B<lb testroot> ��� root �実行���る��確����。root ���場��エ"
-"ラーを返��終了���。Live システム�イメージ��在実際� root (sudo を使�"
-"�も�) �ビルドる必���り��。"
-
-#. type: Plain text
-#: en/lb_testroot.1:18
-msgid ""
-"B<lb testroot> has no specific options but understands all generic live-"
-"build options. See I<live-build>(7) for a complete list of all generic live-"
-"build options."
-msgstr ""
-"B<lb testroot> ��特定�オプション��り��ん��live-build 全般�オプ"
-"ションを全��解���。live-build 全般�オプション�全容����� I<live-"
-"build>(7) を見ã?¦ã??ã? ã?•ã?„。"
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
deleted file mode 100644
index f71263a..0000000
--- a/manpages/pot/lb_testroot.1.pot
+++ /dev/null
@@ -1,206 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build 4.0~alpha39-1\n"
-"POT-Creation-Date: 2014-08-27 23:56+0200\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "2014-08-27"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "4.0~alpha39-1"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
-#: 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 "Live Systems Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
-#: en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
-#: en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:225 en/lb_source.1:9
-#: en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:234 en/lb_source.1:14
-#: en/lb_testroot.1:16 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:466 en/lb_source.1:17
-#: en/lb_testroot.1:19 en/live-build.7:215
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: IP
-#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
-#: en/lb_source.1:18 en/lb_testroot.1:20
-#, no-wrap
-msgid "B<none>"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:473 en/lb_source.1:20
-#: en/lb_testroot.1:22 en/live-build.7:219
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:475 en/lb_source.1:22
-#: en/lb_testroot.1:24
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:481 en/lb_source.1:24
-#: en/lb_testroot.1:26 en/live-build.7:225
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:482 en/lb_source.1:25
-#: en/lb_testroot.1:27 en/live-build.7:226
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:484 en/lb_source.1:27
-#: en/lb_testroot.1:29 en/live-build.7:228
-msgid ""
-"More information about live-build and the Live Systems project can be found "
-"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
-"at E<lt>I<http://live-systems.org/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:485 en/lb_source.1:28
-#: en/lb_testroot.1:30 en/live-build.7:229
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:487 en/lb_source.1:30
-#: en/lb_testroot.1:32 en/live-build.7:231
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:488 en/lb_source.1:31
-#: en/lb_testroot.1:33 en/live-build.7:232
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:489 en/lb_source.1:32
-#: en/lb_testroot.1:34 en/live-build.7:233
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_testroot.1:5
-msgid "B<lb testroot> - Ensure that a system is built as root"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_testroot.1:8
-msgid "B<lb testroot> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_testroot.1:11
-msgid ""
-"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
-"live systems tool suite."
-msgstr ""
-
-#.  FIXME
-#.  FIXME
-#. type: Plain text
-#: en/lb_testroot.1:15
-msgid ""
-"B<lb testroot> simply checks to see if you are root. If not, it exits with "
-"an error. live system images must currently be built as real root (using "
-"sudo is fine too)."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_testroot.1:18
-msgid ""
-"B<lb testroot> has no specific options but understands all generic live-"
-"build options. See I<live-build>(7) for a complete list of all generic live-"
-"build options."
-msgstr ""

--- End Message ---
--- Begin Message ---
Source: live-build
Source-Version: 1:20161202

We believe that the bug you reported is fixed in the latest version of
live-build, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 774730@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <hertzog@debian.org> (supplier of updated live-build package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 02 Dec 2016 23:33:45 +0100
Source: live-build
Binary: live-build
Architecture: source
Version: 1:20161202
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <debian-live@lists.debian.org>
Changed-By: Raphaël Hertzog <hertzog@debian.org>
Description:
 live-build - Live System Build Components
Closes: 731709 773775 773833 774730 774807 775989 790033 801379 801712 806782 808048 809699 816204 818916 831379 832998
Changes:
 live-build (1:20161202) unstable; urgency=medium
 .
   [ Raphaël Hertzog ]
   * Officially adopt the package. Closes: #808048
   * Better handle empty package lists.
   * Drop ixp4xx from available armel flavors, the image has been gone since
     linux 3.17.
   * Add symlinks for libgpl.c32 and libmenu.c32 which are required by
     the "Hardware Detection Tool (HDT)" menu entry that live-build adds
     in the advanced menu.
   * Add EFI boot support with grub-efi, thanks to Adrian Gibanel Lopez.
     Closes: #731709
   * Fix usage of config/packages.chroot/*.deb that has been broken by the
     switch to GnuPG2 by default by no longer using GnuPG but relying
     on APT's trusted=yes attribute instead.
     Thus we no longer have remaining key in /etc/apt/trusted.gpg
     after building. Closes: #816204
   * Try to reuse /isolinux/splash.png in default grub configuration.
   * Drop debian/source/{local-options,options} as they are no longer needed.
   * Pass components to debootstrap --second-stage. Closes: #806782
     Thanks to Sjoerd Simons <sjoerd.simons@collabora.co.uk> for the patch.
   * Fix behaviour of (undocumented) "#nif" conditional test. Closes: #801379
     Thanks to Erik Cumps <erik.cumps@esaturnus.com> for the patch.
   * Export SOURCE_DATE_EPOCH when running chroot commands. Closes: #832998
     Thanks to Chris Lamb <lamby@debian.org> for the patch.
   * Set xorriso's "modification time" to SOURCE_DATE_EPOCH. Closes: #831379
     Thanks to Chris Lamb <lamby@debian.org> for the patch.
   * Support “lb config --debootstrap-script <script>” to use an alternate
     bootstrap script when running debootstrap. Thanks to Sjoerd Simons
     <sjoerd@debian.org> for the initial patch. Closes: #790033
   * Manual pages updates by jnqnfe. Closes: #774730
   * Drop left-over translation files for removed lb_testroot command.
   * Get rid of useless bootstrap_archive-keys script. Closes: #773775
   * Drop an optimization in chroot_archives that has undesired side-effects.
     Thanks to jnqnfe for the patch. Closes: #775989
   * Drop gpgv and debian-keyring from Suggests.
   * Fix Check_installed function when checking against host. Thanks to jnqnfe
     for the report. Closes: #774807
   * Bump debhelper compat level to 10.
   * Bump Standards-Version to 3.9.8.
   * Use a grub theme that integrates reasonably well with the current
     background picture.
   * Default for LB_UNION_FILESYSTEM is now "overlay" just like in live-boot.
   * Update the way we generate the version of live-build that is displayed by
     lb --version.
   * Instead of renaming kernel for syslinux, create hardlinks.
   * Simplify grub configuration code to use only long kernel names. Put
     advanced options in a submenu. Use distro-agnostic labels.
 .
   [ Kristian Klausen ]
   * Include ext{3,4} journal size when calculating image size. Closes: #801712
   * Switch d-i.debian.org URIs from http to https. Closes: #809699
   * Fix typo in binary_syslinux. Closes: #818916
   * Correct syslinux/extlinux mbr.bin path. Closes: #773833
Checksums-Sha1:
 e783fa6b0d05665b6f469a129c9879fd09bd7eaa 1369 live-build_20161202.dsc
 aafba09d63b5272b406faeb78f29c0693ad2403f 352376 live-build_20161202.tar.xz
Checksums-Sha256:
 794d5ac54770ee627c1e65c3a97db626f426d3e0414045fa7f4ee34e888b3ecc 1369 live-build_20161202.dsc
 e3930f826ecd3a3b8b49df56f7c130c087c9268fe8dda16aa340be15b1c9b148 352376 live-build_20161202.tar.xz
Files:
 b0b7bc9164340ae43a2fe2654692fa29 1369 misc optional live-build_20161202.dsc
 39cb06ac14afe4e6c8de32aeeac6e08a 352376 misc optional live-build_20161202.tar.xz

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlhB9vcACgkQA4gdq+vC
mrnfbQf+K+CbLMaL6+aCMvN7UI9JtDOvB6K9wu8dDnNUNLJcRqgvdx+03DfU08oD
X3UhZWJGhxVUvVIM+HSt/JXi9KKCfOxG4WnCiEzj1ewYihjgD2SICh1OrsL/SswS
dCwNAPGJYfWOFwvESBbf3Q6XdVuKqj17ImjICtYfsirD/1vuQU4bCepi1ZJShXrs
RdDpeVbzsti4hJlMax9xTxmmmercVq2fm81X5CHSnGh/IRIc77akJH5D+vRhZSM1
aAEQANEzof4TySnk7I62QJn0ik/Uykuk2w8DoRH6f3fZCOxagnm0bHW9WzhP6Zu/
dtD4kG3TrZAikkCeStx6hxGZxhFD8A==
=vy9F
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: