summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 12:56:10 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 12:56:10 +0100
commit6ec9186c3710d4d39fcd937c7139ca9cf91022aa (patch)
tree429dd7416d050e2de8c942029d539c3bf78368ef
parent7f18bcaba8d146ea057a00150ed4fec32ad103fb (diff)
downloadvyos-live-build-6ec9186c3710d4d39fcd937c7139ca9cf91022aa.tar.gz
vyos-live-build-6ec9186c3710d4d39fcd937c7139ca9cf91022aa.zip
Updating manpage year handling for 2013.
-rwxr-xr-xmanpages/bin/update-version.sh10
-rw-r--r--manpages/de/lb.de.12
-rw-r--r--manpages/de/lb_binary.de.12
-rw-r--r--manpages/de/lb_bootstrap.de.12
-rw-r--r--manpages/de/lb_build.de.12
-rw-r--r--manpages/de/lb_chroot.de.12
-rw-r--r--manpages/de/lb_clean.de.12
-rw-r--r--manpages/de/lb_config.de.12
-rw-r--r--manpages/de/lb_source.de.12
-rw-r--r--manpages/de/lb_testroot.de.12
-rw-r--r--manpages/de/live-build.de.72
-rw-r--r--manpages/po/de/lb.1.po4
-rw-r--r--manpages/po/de/lb_binary.1.po4
-rw-r--r--manpages/po/de/lb_bootstrap.1.po4
-rw-r--r--manpages/po/de/lb_build.1.po4
-rw-r--r--manpages/po/de/lb_chroot.1.po4
-rw-r--r--manpages/po/de/lb_clean.1.po4
-rw-r--r--manpages/po/de/lb_config.1.po4
-rw-r--r--manpages/po/de/lb_source.1.po4
-rw-r--r--manpages/po/de/lb_testroot.1.po4
-rw-r--r--manpages/po/de/live-build.7.po4
21 files changed, 37 insertions, 33 deletions
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index b996d7c25..d73c008bc 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@@ -35,7 +35,9 @@ do
then
for _FILE in po/${_LANGUAGE}/*.po
do
- sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
+ sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
+ -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
+ "${_FILE}"
done
fi
done
@@ -45,6 +47,8 @@ if ls po/pt_BR/*.po > /dev/null 2>&1
then
for _FILE in po/pt_BR/*.po
do
- sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
+ sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
+ -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
+ "${_FILE}"
done
fi
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 37c08e75b..98256a9db 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index 82837548e..e324912ae 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index b0db029ad..6f1d1eed7 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index ef3a6b953..178a4a7f8 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index 3c5333a4c..bfb2d78f4 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index 5c8c87cbc..96a072251 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index ebdb32abf..a0a1f2130 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index ed72b5773..c3ac6065f 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index 5f326649c..452760189 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index bb2ed4c8d..fa5477f3c 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 7 2013\-01\-02 4.0~a7\-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 02.01.2013 4.0~a7\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 22de6d781..e3a90e711 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index b3e4f4291..812a181ba 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 18500c899..d46fe4a7d 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index 946680c2f..c57183fa3 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 43a621019..c16f76b30 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index e1f92435f..f14ec0359 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 117964177..3577d3d96 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index 3a211aec9..50a9163b5 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index db2e6eb3b..278134ca4 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 3433636a8..f23ddaad0 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -1,5 +1,5 @@
# German translations for live-build
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-build package.
#
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1