Debranding package for derivatives.

This commit is contained in:
Daniel Baumann 2013-03-11 06:35:40 +01:00
parent 1083985682
commit c287072126
58 changed files with 426 additions and 467 deletions

2
bin/lb
View File

@ -14,7 +14,7 @@ set -e
[ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
# Setting static variables
DESCRIPTION="$(Echo 'utility to build Debian Live systems')"
DESCRIPTION="$(Echo 'utility to build live systems')"
HELP="FIXME"
USAGE="FIXME"

View File

@ -30,7 +30,7 @@ then
man live-build
exit 0
else
Echo "live-build is a set of scripts to build Debian Live system images."
Echo "live-build is a set of scripts to build live system images."
echo
Echo "The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image."
echo

8
debian/control vendored
View File

@ -1,13 +1,13 @@
Source: live-build
Section: misc
Priority: optional
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://live.debian.net/devel/live-build/
Vcs-Browser: http://live.debian.net/gitweb/?p=live-build.git
Vcs-Git: git://live.debian.net/git/live-build.git
Homepage: http://live-systems.org/devel/live-build/
Vcs-Browser: http://live-systems.org/gitweb/?p=live-build.git
Vcs-Git: git://live-systems.org/git/live-build.git
Package: live-build
Architecture: all

24
debian/copyright vendored
View File

@ -1,16 +1,12 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: live-build
Upstream-Contact: Debian Live Project <debian-live@lists.debian.org>
Source: http://live.debian.net/archive/packages/live-build/
Upstream-Contact: Live Systems Project <debian-live@lists.debian.org>
Source: http://live-systems.org/archive/packages/live-build/
Files: *
Copyright: 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
License: GPL-3+
Files: share/bootloaders/*/splash.svg.in
Copyright: 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
License: other
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -27,19 +23,3 @@ License: GPL-3+
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-3 file.
License: other
The splash for Debian Live was made by Daniel Baumann <mail@daniel-baumann.ch> based
on the Debian Open Use Logo.
.
The contribution of Daniel is hereby placed in the public domain (no rights
reserved).
.
Debian Open Use Logo License
.
Copyright (c) 1999 Software in the Public Interest
This logo or a modified version may be used by anyone to refer to the Debian
project, but does not indicate endorsement by the project.
.
Note: we would appreciate that you make the image a link to
http://www.debian.org/ if you use it on a web page.

View File

@ -1,7 +1,7 @@
Before submitting a bug report against live-build, please make sure
that you have read your guidelines for Debian Live bug reports:
that you have read your guidelines for live systems bug reports:
http://live.debian.net/manual/
http://live-systems.org/manual/
By providing the required information as outlined in the guidelines makes
sure that we can optimally reproduce and fix bugs, not doing so wastes a

View File

@ -10,7 +10,7 @@ _DESTDIR="/srv/debian-live/build/www"
_TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}"
_TEMPDIR="/srv/debian-live/build/tmp"
_SERVER="http://live.debian.net/build"
_SERVER="http://live-systems.org/build"
_LB_GIT="git://live-systems.org/git/live-images.git"

View File

@ -977,7 +977,7 @@ Set_defaults ()
esac
# Set iso preparer
LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://packages.qa.debian.org/live-build}"
LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://live-systems.org/devel/live-build}"
# Set iso publisher
case "${LB_MODE}" in
@ -986,7 +986,7 @@ Set_defaults ()
;;
*)
LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; http://live.debian.net/; debian-live@lists.debian.org}"
LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; http://live-systems.org/; debian-live@lists.debian.org}"
;;
esac

View File

@ -31,6 +31,6 @@ Help ()
echo
fi
Echo "Report bugs to Debian Live project <http://live.debian.net/>."
Echo "Report bugs to the Live Systems project <http://live-systems.org/>."
exit 0
}

View File

@ -25,7 +25,7 @@ for MANPAGE in en/*
do
SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')"
sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE}
sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE}
done
# European date format

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
@ -14,8 +14,8 @@
\fBlb\fP [\fIlive\-build\ options\fP]
.SH DESCRIPTION
\fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
Live tool suite.
\fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the live
systems tool suite.
.PP
.\" FIXME
@ -33,16 +33,16 @@ options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
\fBlb binary\fP calls all necessary live\-build programs in the correct order to
complete the binary stage.
@ -32,16 +32,16 @@ options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
\fBlb bootstrap\fP calls all necessary live\-build programs in the correct order
to complete the bootstrap stage.
@ -32,16 +32,16 @@ live\-build options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
\fBlb build\fP calls all necessary live\-build programs in the correct order to
complete the bootstrap, chroot, binary, and source stages.
@ -34,16 +34,16 @@ options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
\fBlb chroot\fP calls all necessary live\-build programs in the correct order to
complete the chroot stage.
@ -32,16 +32,16 @@ options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
.\" FIXME
.\" FIXME
@ -58,16 +58,16 @@ removes all source related caches, files, directories, and stage files.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -234,7 +234,7 @@
.SH DESCRIPTION
\fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
.\" FIXME
\fBlb config\fP populates the configuration directory for live\-build. By
@ -498,7 +498,7 @@ http://packages.qa.debian.org/live\-build", whereas VERSION is expanded to
the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
sets the PUBLISHED field in the header of a resulting CD/DVD image. By
default, this is set to 'Debian Live project; http:/live.debian.net/;
default, this is set to 'Live Systems project; http:/live\-systems.org/;
debian\-live@lists.debian.org'. Remember to change this to the appropriate
values at latest when you distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
@ -765,16 +765,16 @@ LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
@ -13,7 +13,7 @@
.SH DESCRIPTION
\fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
\fBlb source\fP calls all necessary live\-build programs in the correct order to
complete the source stage.
@ -32,16 +32,16 @@ options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root
@ -13,12 +13,12 @@
.SH DESCRIPTION
\fBlb testroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
live systems tool suite.
.PP
.\" FIXME
.\" FIXME
\fBlb testroot\fP simply checks to see if you are root. If not, it exits with
an error. Debian Live images must currently be built as real root (using
an error. live system images must currently be built as real root (using
sudo is fine too).
.SH OPTIONS
@ -35,16 +35,16 @@ live\-build options.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -3,10 +3,10 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 10.03.2013 4.0~a15\-1 "Debian Live Project"
.TH LIVE\-BUILD 7 11.03.2013 4.0~a15\-1 "Live Systems Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
\fBlive\-build\fP \- the live systems tool suite
.SH SYNOPSIS
.\" FIXME
@ -17,16 +17,16 @@
.SH DESCRIPTION
.\" FIXME
live\-build is a set of scripts to build Debian Live system images. The idea
behind live\-build is a tool suite that uses a configuration directory to
completely automate and customize all aspects of building a Live image.
live\-build is a set of scripts to build live system images. The idea behind
live\-build is a tool suite that uses a configuration directory to completely
automate and customize all aspects of building a Live image.
.PP
The \fICOMMAND\fP is a name of a live\-build command (see below).
.PP
.\" FIXME
More documentation about how to use live\-build is available in the
individual manpages for each helper and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
<\fIhttp://live\-systems.org/manual/\fP>.
.SH OPTIONS
.\" FIXME
@ -271,16 +271,16 @@ also put comments in these files; lines beginning with "#" are ignored.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-build and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-build was written by Daniel Baumann
<\fImail@daniel\-baumann.ch\fP>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs
@ -9,7 +9,7 @@
\fBlb\fR [\fIlive\-build\ options\fR]
.SH DESCRIPTION
\fBlb\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
.\" FIXME
@ -25,10 +25,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage
@ -7,7 +7,7 @@
\fBlb binary\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb binary\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb binary\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
\fBlb binary\fR calls all necessary live\-build programs in the correct order to complete the binary stage.
@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage
@ -7,7 +7,7 @@
\fBlb bootstrap\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb bootstrap\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb bootstrap\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
\fBlb bootstrap\fR calls all necessary live\-build programs in the correct order to complete the bootstrap stage.
@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
@ -7,7 +7,7 @@
\fBlb build\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb build\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb build\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
\fBlb build\fR calls all necessary live\-build programs in the correct order to complete the bootstrap, chroot, binary, and source stages.
@ -25,10 +25,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage
@ -7,7 +7,7 @@
\fBlb chroot\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb chroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb chroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
\fBlb chroot\fR calls all necessary live\-build programs in the correct order to complete the chroot stage.
@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb clean\fR \- Clean build directory
@ -7,7 +7,7 @@
\fBlb clean\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
.\" FIXME
\fBlb clean\fR is responsible for cleaning up after a system is built. It removes the build directories, and removes some other files including stage files, and any detritus left behind by other live\-build commands.
@ -46,10 +46,10 @@ removes all source related caches, files, directories, and stage files.
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb config\fR \- Create config directory
@ -227,7 +227,7 @@
.\" FIXME
.SH DESCRIPTION
\fBlb config\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb config\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
.\" FIXME
\fBlb config\fR populates the configuration directory for live\-build. By default, this directory is named 'config' and is created in the current directory where \fBlb config\fR was executed.
@ -342,7 +342,7 @@ sets the APPLICATION field in the header of a resulting CD/DVD image and default
.IP "\fB\-\-iso\-preparer\fR \fINAME\fR" 4
sets the PREPARER field in the header of a resulting CD/DVD image. By default this is set to "live\-build \fIVERSION\fR; http://packages.qa.debian.org/live\-build", whereas VERSION is expanded to the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fR \fINAME\fR" 4
sets the PUBLISHED field in the header of a resulting CD/DVD image. By default, this is set to 'Debian Live project; http:/live.debian.net/; debian\-live@lists.debian.org'. Remember to change this to the appropriate values at latest when you distributing custom and unofficial images.
sets the PUBLISHED field in the header of a resulting CD/DVD image. By default, this is set to 'Live Systems project; http:/live-systems.org/; debian\-live@lists.debian.org'. Remember to change this to the appropriate values at latest when you distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fR \fINAME\fR" 4
sets the VOLUME field in the header of a resulting CD/DVD and defaults to '(\fIMODE\fR) (\fIDISTRIBUTION\fR) (\fIDATE\fR)' whereas MODE is expanded to the name of the mode in use, DISTRIBUTION the distribution name, and DATE with the current date and time of the generation.
.IP "\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR" 4
@ -488,10 +488,10 @@ An optional, global configuration file for \fBlb config\fR variables. It is usef
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian\-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb source\fR \- Complete the source stage
@ -7,7 +7,7 @@
\fBlb source\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb source\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb source\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
\fBlb source\fR calls all necessary live\-build programs in the correct order to complete the source stage.
@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlb testroot\fR \- Ensure that a system is built as root
@ -7,10 +7,10 @@
\fBlb testroot\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb testroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb testroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
.PP
.\" FIXME
\fBlb testroot\fR simply checks to see if you are root. If not, it exits with an error. Debian Live images must currently be built as real root (using sudo is fine too).
\fBlb testroot\fR 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).
.\" FIXME
.SH OPTIONS
@ -25,10 +25,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -1,7 +1,7 @@
.TH LIVE\-BUILD 7 2013\-03\-10 4.0~a15-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2013\-03\-11 4.0~a15-1 "Live Systems Project"
.SH NAME
\fBlive\-build\fR \- the Debian Live tool suite
\fBlive\-build\fR \- the live systems tool suite
.SH SYNOPSIS
.\" FIXME
@ -10,11 +10,11 @@
.SH DESCRIPTION
.\" FIXME
live\-build is a set of scripts to build Debian Live system images. The idea behind live\-build is a tool suite that uses a configuration directory to completely automate and customize all aspects of building a Live image.
live\-build is a set of scripts to build live system images. The idea behind live\-build is a tool suite that uses a configuration directory to completely automate and customize all aspects of building a Live image.
.PP
The \fICOMMAND\fR is a name of a live\-build command (see below).
.PP
More documentation about how to use live\-build is available in the individual manpages for each helper and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
More documentation about how to use live\-build is available in the individual manpages for each helper and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
.\" FIXME
.SH OPTIONS
@ -224,10 +224,10 @@ All config files are shell scripts which are sourced by a live\-build program. T
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
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 Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
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> for the Debian project.
live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -89,8 +89,8 @@ msgstr ""
#. type: Plain text
#: en/lb.1:13
msgid ""
"B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
"Live tool suite."
"B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
"systems tool suite."
msgstr ""
#. type: SH
@ -159,9 +159,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -178,8 +178,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -196,6 +196,5 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -129,9 +129,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -148,8 +148,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -166,8 +166,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -184,7 +183,7 @@ msgstr ""
#: en/lb_binary.1:11
msgid ""
"B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -129,9 +129,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -148,8 +148,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -166,8 +166,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -184,7 +183,7 @@ msgstr ""
#: en/lb_bootstrap.1:11
msgid ""
"B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -122,9 +122,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -141,8 +141,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -159,8 +159,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -177,7 +176,7 @@ msgstr ""
#: en/lb_build.1:11
msgid ""
"B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -129,9 +129,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -148,8 +148,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -166,8 +166,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -184,7 +183,7 @@ msgstr ""
#: en/lb_chroot.1:11
msgid ""
"B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -122,9 +122,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -141,8 +141,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -159,8 +159,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -177,7 +176,7 @@ msgstr ""
#: en/lb_clean.1:11
msgid ""
"B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -122,9 +122,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -141,8 +141,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -159,8 +159,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -727,7 +726,7 @@ msgstr ""
#: en/lb_config.1:231
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME
@ -1513,9 +1512,9 @@ msgstr ""
#: en/lb_config.1:346
msgid ""
"sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
"default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
"live@lists.debian.org'. Remember to change this to the appropriate values at "
"latest when you distributing custom and unofficial images."
"default, this is set to 'Live Systems project; http:/live-systems.org/; "
"debian-live@lists.debian.org'. Remember to change this to the appropriate "
"values at latest when you distributing custom and unofficial images."
msgstr ""
#. type: IP

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -129,9 +129,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -148,8 +148,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -166,8 +166,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -184,7 +183,7 @@ msgstr ""
#: en/lb_source.1:11
msgid ""
"B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -129,9 +129,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -148,8 +148,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -166,8 +166,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -184,7 +183,7 @@ msgstr ""
#: en/lb_testroot.1:11
msgid ""
"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME
@ -193,7 +192,7 @@ msgstr ""
#: en/lb_testroot.1:15
msgid ""
"B<lb testroot> simply checks to see if you are root. If not, it exits with "
"an error. Debian Live images must currently be built as real root (using "
"an error. live system images must currently be built as real root (using "
"sudo is fine too)."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~a15-1\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -28,8 +28,8 @@ 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-03-10"
msgstr "10.03.2013"
msgid "2013-03-11"
msgstr "11.03.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
@ -44,7 +44,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -115,9 +115,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -134,8 +134,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -152,8 +152,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
@ -192,7 +191,7 @@ msgstr ""
#. type: Plain text
#: en/live-build.7:5
msgid "B<live-build> - the Debian Live tool suite"
msgid "B<live-build> - the live systems tool suite"
msgstr ""
#. FIXME
@ -209,9 +208,9 @@ msgstr ""
#. type: Plain text
#: en/live-build.7:14
msgid ""
"live-build is a set of scripts to build Debian Live system images. The idea "
"behind live-build is a tool suite that uses a configuration directory to "
"completely automate and customize all aspects of building a Live image."
"live-build is a set of scripts to build live system images. The idea behind "
"live-build is a tool suite that uses a configuration directory to completely "
"automate and customize all aspects of building a Live image."
msgstr ""
#. type: Plain text
@ -224,8 +223,8 @@ msgstr ""
#: en/live-build.7:19
msgid ""
"More documentation about how to use live-build is available in the "
"individual manpages for each helper and in the manual at E<lt>I<http://live."
"debian.net/manual/>E<gt>."
"individual manpages for each helper and in the manual at E<lt>I<http://live-"
"systems.org/manual/>E<gt>."
msgstr ""
#. FIXME

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -90,8 +90,8 @@ msgstr ""
#. type: Plain text
#: en/lb.1:13
msgid ""
"B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
"Live tool suite."
"B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
"systems tool suite."
msgstr ""
#. type: SH
@ -160,9 +160,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -179,8 +179,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -197,6 +197,5 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -130,9 +130,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -149,8 +149,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -167,8 +167,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -185,7 +184,7 @@ msgstr ""
#: en/lb_binary.1:11
msgid ""
"B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -130,9 +130,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -149,8 +149,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -167,8 +167,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -185,7 +184,7 @@ msgstr ""
#: en/lb_bootstrap.1:11
msgid ""
"B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -123,9 +123,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -142,8 +142,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -160,8 +160,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -178,7 +177,7 @@ msgstr ""
#: en/lb_build.1:11
msgid ""
"B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -130,9 +130,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -149,8 +149,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -167,8 +167,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -185,7 +184,7 @@ msgstr ""
#: en/lb_chroot.1:11
msgid ""
"B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -123,9 +123,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -142,8 +142,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -160,8 +160,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -178,7 +177,7 @@ msgstr ""
#: en/lb_clean.1:11
msgid ""
"B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -123,9 +123,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -142,8 +142,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -160,8 +160,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -728,7 +727,7 @@ msgstr ""
#: en/lb_config.1:231
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME
@ -1514,9 +1513,9 @@ msgstr ""
#: en/lb_config.1:346
msgid ""
"sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
"default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
"live@lists.debian.org'. Remember to change this to the appropriate values at "
"latest when you distributing custom and unofficial images."
"default, this is set to 'Live Systems project; http:/live-systems.org/; "
"debian-live@lists.debian.org'. Remember to change this to the appropriate "
"values at latest when you distributing custom and unofficial images."
msgstr ""
#. type: IP

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -130,9 +130,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -149,8 +149,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -167,8 +167,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -185,7 +184,7 @@ msgstr ""
#: en/lb_source.1:11
msgid ""
"B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. type: Plain text

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -130,9 +130,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -149,8 +149,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -167,8 +167,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: Plain text
@ -185,7 +184,7 @@ msgstr ""
#: en/lb_testroot.1:11
msgid ""
"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
"live systems tool suite."
msgstr ""
#. FIXME
@ -194,7 +193,7 @@ msgstr ""
#: en/lb_testroot.1:15
msgid ""
"B<lb testroot> simply checks to see if you are root. If not, it exits with "
"an error. Debian Live images must currently be built as real root (using "
"an error. live system images must currently be built as real root (using "
"sudo is fine too)."
msgstr ""

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-03-10 22:19+0100\n"
"POT-Creation-Date: 2013-03-11 06:26+0100\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-03-10"
msgid "2013-03-11"
msgstr ""
#. type: TH
@ -45,7 +45,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 "Debian Live Project"
msgid "Live Systems Project"
msgstr ""
#. type: SH
@ -116,9 +116,9 @@ msgstr ""
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
#: en/lb_testroot.1:29 en/live-build.7:228
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
"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
@ -135,8 +135,8 @@ msgstr ""
#: 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 Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"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 ""
@ -153,8 +153,7 @@ msgstr ""
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 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> "
"for the Debian project."
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
@ -193,7 +192,7 @@ msgstr ""
#. type: Plain text
#: en/live-build.7:5
msgid "B<live-build> - the Debian Live tool suite"
msgid "B<live-build> - the live systems tool suite"
msgstr ""
#. FIXME
@ -210,9 +209,9 @@ msgstr ""
#. type: Plain text
#: en/live-build.7:14
msgid ""
"live-build is a set of scripts to build Debian Live system images. The idea "
"behind live-build is a tool suite that uses a configuration directory to "
"completely automate and customize all aspects of building a Live image."
"live-build is a set of scripts to build live system images. The idea behind "
"live-build is a tool suite that uses a configuration directory to completely "
"automate and customize all aspects of building a Live image."
msgstr ""
#. type: Plain text
@ -225,8 +224,8 @@ msgstr ""
#: en/live-build.7:19
msgid ""
"More documentation about how to use live-build is available in the "
"individual manpages for each helper and in the manual at E<lt>I<http://live."
"debian.net/manual/>E<gt>."
"individual manpages for each helper and in the manual at E<lt>I<http://live-"
"systems.org/manual/>E<gt>."
msgstr ""
#. FIXME

View File

@ -194,10 +194,10 @@ EOF
then
for REPOSITORY in ${LB_ARCHIVES}
do
# ubuntu workaround to allow using live.debian.net
# ubuntu workaround to allow using live-systems.org
case "${LB_MODE}" in
ubuntu)
if [ "${REPOSITORY}" = "live.debian.net" ]
if [ "${REPOSITORY}" = "live-systems.org" ]
then
_DISTRIBUTION="sid"
else

View File

@ -40,7 +40,7 @@ Set_defaults
# Avoid cases were users accidentally nuke their config/binary
if [ ! -d config ] && [ "$(basename ${PWD})" = "config" ]
then
Echo_error "%s is not a good Debian Live working directory to clean." "${PWD}"
Echo_error "%s is not a good live-build working directory to clean." "${PWD}"
exit 1
fi

View File

@ -0,0 +1,3 @@
# Live Systems Project
deb http://live-systems.org/ @DISTRIBUTION@-snapshots @ARCHIVE_AREAS@
deb-src http://live-systems.org/ @DISTRIBUTION@-snapshots @ARCHIVE_AREAS@

View File

@ -1,3 +0,0 @@
# Debian Live Project
deb http://live.debian.net/ @DISTRIBUTION@-snapshots @ARCHIVE_AREAS@
deb-src http://live.debian.net/ @DISTRIBUTION@-snapshots @ARCHIVE_AREAS@

View File

@ -1,14 +1,14 @@
<hr>
<footer>
<a href="http://live.debian.net/devel/live-build/">live-build</a> VERSION <a class="muted pull-right" href="http://live.debian.net/project/legal/">Legal Information</a></p>
<a href="http://live-systems.org/devel/live-build/">live-build</a> VERSION <a class="muted pull-right" href="http://live-systems.org/project/legal/">Legal Information</a></p>
</footer>
</div> <!-- /container -->
<!-- Le javascript -->
<script src="http://live.debian.net/stuff/jquery/jquery.min.js"></script>
<script src="http://live.debian.net/stuff/bootstrap/js/bootstrap.min.js"></script>
<script src="http://live-systems.org/stuff/jquery/jquery.min.js"></script>
<script src="http://live-systems.org/stuff/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -1,5 +1,5 @@
<h3>Submit your parameters (<b>working</b> email address is required) to generate your very own Debian Live system.</h3>
<h3>Submit your parameters (<b>working</b> email address is required) to generate your very own live system.</h3>
<form action="live-build" method="get">
@ -186,11 +186,11 @@
</tr>
<tr>
<td><label for="Iso_Preparer">--iso-preparer:</label> </td>
<td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-build; http://packages.qa.debian.org/live-build" /></td>
<td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-build; http://live-systems.org/devel/live-build/" /></td>
</tr>
<tr>
<td><label for="Iso_Publisher">--iso-publisher:</label> </td>
<td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org" /></td>
<td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Live Systems project; http://live-systems.org/; debian-live@lists.debian.org" /></td>
</tr>
<tr>
<td><label for="Iso_Volume">--iso-volume:</label> </td>

View File

@ -2,14 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Debian Live - Live Debian Systems!</title>
<title>Live Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Debian Live - Live Debian Systems!">
<meta name="author" content="Debian Live <debian-live@lists.debian.org>">
<meta name="keywords" content="Debian, Live, Systems">
<meta name="description" content="Live Systems">
<meta name="author" content="Live Systems Project <debian-live@lists.debian.org>">
<!-- Le styles -->
<link href="http://live.debian.net/stuff/spacelab/bootstrap.min.css" rel="stylesheet">
<link href="http://live-systems.org/stuff/spacelab/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
@ -38,19 +37,19 @@
}
</script>
<link href="http://live.debian.net/stuff/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://live-systems.org/stuff/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://live.debian.net/stuff/html5shiv/html5shiv.min.js"></script>
<script src="http://live-systems.org/stuff/html5shiv/html5shiv.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://live.debian.net/stuff/images/logo-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://live.debian.net/stuff/images/logo-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://live.debian.net/stuff/images/logo-72.png">
<link rel="apple-touch-icon-precomposed" href="http://live.debian.net/stuff/images/logo-57.png">
<link rel="shortcut icon" href="http://live.debian.net/stuff/images/logo-16.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://live-systems.org/stuff/images/logo-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://live-systems.org/stuff/images/logo-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://live-systems.org/stuff/images/logo-72.png">
<link rel="apple-touch-icon-precomposed" href="http://live-systems.org/stuff/images/logo-57.png">
<link rel="shortcut icon" href="http://live-systems.org/stuff/images/logo-16.png">
</head>
<body>
@ -63,11 +62,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Debian Live</a>
<a class="brand" href="/">Live Systems</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="http://live-build.debian.net/">Build</a></li>
<li><a href="http://live.debian.net/">WWW</a></li>
<li><a href="http://live-systems.org/">WWW</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>

View File

@ -1,10 +1,10 @@
Subject: Debian Live, live-build web-frontend - Build BUILD
From: Debian Live live-build web-frontend <debian-live@lists.debian.org>
Subject: Live Systems, live-build web-frontend - Build BUILD
From: Live Systems live-build web-frontend <debian-live@lists.debian.org>
To: EMAIL
Hi,
This is live-build web-frontend <http://live-build.debian.net/> of the Debian Live project <http://live.debian.net/>.
This is live-build web-frontend <http://live-build.debian.net/> of the Live Systems project <http://live-systems.org/>.
Your build BUILD was started DATE_START and ended DATE_END with status 'STATUS'.
@ -12,7 +12,7 @@ You can see the log file and download the image from <SERVER/BUILD/>.
Note that builds are removed after 24 hours.
Feedback about all Debian Live matters can be sent to our mailinglist at debian-live@lists.debian.org (no subscription required).
Feedback about all Live Systems matters can be sent to our mailinglist at debian-live@lists.debian.org (no subscription required).
Have fun,
The Debian Live Team
The Live Systems Team