diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 13:49:18 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 8d46a4770d26f9708e625621106408f2ba53183f (patch) | |
tree | d59772eefd71fb150e244773573a2a0e6d89b211 | |
parent | cf398da50bd992cf9188e250e161edb58ce334c1 (diff) | |
download | vyos-live-build-8d46a4770d26f9708e625621106408f2ba53183f.tar.gz vyos-live-build-8d46a4770d26f9708e625621106408f2ba53183f.zip |
Preparing live-helper 1.0~a37-1.
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rw-r--r-- | manpages/lh_binary.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_binary.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap_cdebootstrap.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap_cdebootstrap.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap_debootstrap.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_bootstrap_debootstrap.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_build.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_build.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_chroot.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_chroot.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_clean.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_clean.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_config.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_config.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_source.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_source.en.1 | 2 | ||||
-rw-r--r-- | manpages/lh_testroot.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_testroot.en.1 | 2 | ||||
-rw-r--r-- | manpages/live-helper.de.7 | 2 | ||||
-rw-r--r-- | manpages/live-helper.en.7 | 2 |
25 files changed, 32 insertions, 26 deletions
@@ -100,9 +100,9 @@ uninstall: update: set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-11\\-12/2007\\-11\\-19/' \ - -e 's/12.11.2007/19.11.2007/' \ - -e 's/1.0~a36/1.0~a37/' \ + sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \ + -e 's/19.11.2007/26.11.2007/' \ + -e 's/1.0~a37/1.0~a38/' \ $$FILE; \ done diff --git a/debian/changelog b/debian/changelog index 715181640..e292b8480 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-helper (1.0~a37-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100 + live-helper (1.0~a36-1) unstable; urgency=medium * New upstream release. diff --git a/functions/common.sh b/functions/common.sh index 1b80202d2..01ed6eb26 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a36" +VERSION="1.0~a37" diff --git a/manpages/lh_binary.de.1 b/manpages/lh_binary.de.1 index f56689483..d61213979 100644 --- a/manpages/lh_binary.de.1 +++ b/manpages/lh_binary.de.1 @@ -1,4 +1,4 @@ -.TH LH_BINARY 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_BINARY 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_binary \- Meta\-Helper f\[:u]r lh_binary_* diff --git a/manpages/lh_binary.en.1 b/manpages/lh_binary.en.1 index d1896d165..e0ed1497f 100644 --- a/manpages/lh_binary.en.1 +++ b/manpages/lh_binary.en.1 @@ -1,4 +1,4 @@ -.TH LH_BINARY 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_BINARY 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_binary \- meta\-helper for lh_binary_* diff --git a/manpages/lh_bootstrap.de.1 b/manpages/lh_bootstrap.de.1 index b57dc67f4..46706cdb5 100644 --- a/manpages/lh_bootstrap.de.1 +++ b/manpages/lh_bootstrap.de.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap \- Meta\-Helper f\[:u]r lh_bootstrap_* diff --git a/manpages/lh_bootstrap.en.1 b/manpages/lh_bootstrap.en.1 index 55c606e1e..ea6afedeb 100644 --- a/manpages/lh_bootstrap.en.1 +++ b/manpages/lh_bootstrap.en.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap \- meta\-helper for lh_bootstrap_* diff --git a/manpages/lh_bootstrap_cdebootstrap.de.1 b/manpages/lh_bootstrap_cdebootstrap.de.1 index 9a027f36d..76591c757 100644 --- a/manpages/lh_bootstrap_cdebootstrap.de.1 +++ b/manpages/lh_bootstrap_cdebootstrap.de.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap_cdebootstrap \- erstellt ein Debian-System mit \fIcdebootstrap\fR(1) diff --git a/manpages/lh_bootstrap_cdebootstrap.en.1 b/manpages/lh_bootstrap_cdebootstrap.en.1 index c0b6da8a6..37bbcb423 100644 --- a/manpages/lh_bootstrap_cdebootstrap.en.1 +++ b/manpages/lh_bootstrap_cdebootstrap.en.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap_cdebootstrap \- bootstrap a Debian system with \fIcdebootstrap\fR(1) diff --git a/manpages/lh_bootstrap_debootstrap.de.1 b/manpages/lh_bootstrap_debootstrap.de.1 index b1188f467..9e511a742 100644 --- a/manpages/lh_bootstrap_debootstrap.de.1 +++ b/manpages/lh_bootstrap_debootstrap.de.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap_debootstrap \- erstellt ein Debian-System mit \fIdebootstrap\fR(8) diff --git a/manpages/lh_bootstrap_debootstrap.en.1 b/manpages/lh_bootstrap_debootstrap.en.1 index 5aa0a4259..56111bfdd 100644 --- a/manpages/lh_bootstrap_debootstrap.en.1 +++ b/manpages/lh_bootstrap_debootstrap.en.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_bootstrap_debootstrap \- bootstrap a Debian system with \fIdebootstrap\fR(8) diff --git a/manpages/lh_build.de.1 b/manpages/lh_build.de.1 index 57d4a7b73..a100b57a8 100644 --- a/manpages/lh_build.de.1 +++ b/manpages/lh_build.de.1 @@ -1,4 +1,4 @@ -.TH LH_BUILD 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_BUILD 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_build \- erstellen eines Live-Systemes diff --git a/manpages/lh_build.en.1 b/manpages/lh_build.en.1 index 59cb2e355..96d1e4de2 100644 --- a/manpages/lh_build.en.1 +++ b/manpages/lh_build.en.1 @@ -1,4 +1,4 @@ -.TH LH_BUILD 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_BUILD 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_build \- building a live system diff --git a/manpages/lh_chroot.de.1 b/manpages/lh_chroot.de.1 index 7af5f751e..3d97b45bd 100644 --- a/manpages/lh_chroot.de.1 +++ b/manpages/lh_chroot.de.1 @@ -1,4 +1,4 @@ -.TH LH_CHROOT 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_CHROOT 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_chroot \- Meta\-Helper f\[:u]r lh_chroot_* diff --git a/manpages/lh_chroot.en.1 b/manpages/lh_chroot.en.1 index 1ecde7bc1..2260122f1 100644 --- a/manpages/lh_chroot.en.1 +++ b/manpages/lh_chroot.en.1 @@ -1,4 +1,4 @@ -.TH LH_CHROOT 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_CHROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_chroot \- meta\-helper for lh_chroot_* diff --git a/manpages/lh_clean.de.1 b/manpages/lh_clean.de.1 index 741764ab8..328896edf 100644 --- a/manpages/lh_clean.de.1 +++ b/manpages/lh_clean.de.1 @@ -1,4 +1,4 @@ -.TH LH_CLEAN 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_CLEAN 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_clean \- r\[:a]umt das Build-Verzeichnis auf diff --git a/manpages/lh_clean.en.1 b/manpages/lh_clean.en.1 index eae459bc2..9609070ba 100644 --- a/manpages/lh_clean.en.1 +++ b/manpages/lh_clean.en.1 @@ -1,4 +1,4 @@ -.TH LH_CLEAN 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_CLEAN 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_clean \- clean up system build directories diff --git a/manpages/lh_config.de.1 b/manpages/lh_config.de.1 index a62332670..4bb6cd1c1 100644 --- a/manpages/lh_config.de.1 +++ b/manpages/lh_config.de.1 @@ -1,4 +1,4 @@ -.TH LH_CONFIG 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_CONFIG 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_config \- erstellt live-helper(7) Konfiguration diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 9b9b9fdbe..71e5a0282 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -1,4 +1,4 @@ -.TH LH_CONFIG 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_CONFIG 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_config \- create configuration for live-helper(7) diff --git a/manpages/lh_source.de.1 b/manpages/lh_source.de.1 index 2a981d849..647c3d7a5 100644 --- a/manpages/lh_source.de.1 +++ b/manpages/lh_source.de.1 @@ -1,4 +1,4 @@ -.TH LH_SOURCE 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_SOURCE 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_source \- Meta\-Helper f\[:u]r lh_source_* diff --git a/manpages/lh_source.en.1 b/manpages/lh_source.en.1 index 911043b62..bc4748c98 100644 --- a/manpages/lh_source.en.1 +++ b/manpages/lh_source.en.1 @@ -1,4 +1,4 @@ -.TH LH_SOURCE 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_SOURCE 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_source \- meta\-helper for lh_source_* diff --git a/manpages/lh_testroot.de.1 b/manpages/lh_testroot.de.1 index 07d95e2a2..612d547ff 100644 --- a/manpages/lh_testroot.de.1 +++ b/manpages/lh_testroot.de.1 @@ -1,4 +1,4 @@ -.TH LH_TESTROOT 1 "12.11.2007" "1.0~a36" "live\-helper" +.TH LH_TESTROOT 1 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME lh_testroot \- stellt sicher dass das System als root gebaut wird diff --git a/manpages/lh_testroot.en.1 b/manpages/lh_testroot.en.1 index 13fc22393..57c2893d9 100644 --- a/manpages/lh_testroot.en.1 +++ b/manpages/lh_testroot.en.1 @@ -1,4 +1,4 @@ -.TH LH_TESTROOT 1 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LH_TESTROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME lh_testroot \- ensure that a system is built as root diff --git a/manpages/live-helper.de.7 b/manpages/live-helper.de.7 index a4e01d9ac..459efdf79 100644 --- a/manpages/live-helper.de.7 +++ b/manpages/live-helper.de.7 @@ -1,4 +1,4 @@ -.TH LIVE\-HELPER 7 "12.11.2007" "1.0~a36" "live\-helper" +.TH LIVE\-HELPER 7 "19.11.2007" "1.0~a37" "live\-helper" .SH NAME live\-helper \- Debian Live Helper-Programme diff --git a/manpages/live-helper.en.7 b/manpages/live-helper.en.7 index eefe54271..113509cd1 100644 --- a/manpages/live-helper.en.7 +++ b/manpages/live-helper.en.7 @@ -1,4 +1,4 @@ -.TH LIVE\-HELPER 7 "2007\-11\-12" "1.0~a36" "live\-helper" +.TH LIVE\-HELPER 7 "2007\-11\-19" "1.0~a37" "live\-helper" .SH NAME live\-helper \- Debian Live helper programs |