Adding live-helper 1.0~a24-1.

This commit is contained in:
Daniel Baumann 2007-09-23 10:05:18 +02:00
parent 403452b08b
commit 1e10fc3a45
27 changed files with 105 additions and 89 deletions

View File

@ -91,9 +91,9 @@ uninstall:
update:
set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
do \
sed -i -e 's/2007\\-08\\-13/2007\\-08\\-20/' \
-e 's/13.08.2007/20.08.2007/' \
-e 's/1.0~a23/1.0~a24/' \
sed -i -e 's/2007\\-08\\-20/2007\\-08\\-27/' \
-e 's/20.08.2007/27.08.2007/' \
-e 's/1.0~a24/1.0~a25/' \
$$FILE; \
done

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
live-helper (1.0~a24-1) unstable; urgency=medium
* New upstream release:
- lh_clean accepts more than one argument at the same time
(Closes: #439947).
-- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
live-helper (1.0~a23-1) unstable; urgency=medium
* New upstream release.

View File

@ -1,3 +1,8 @@
2007-08-28 Daniel Baumann <daniel@debian.org>
* helpers/lh_clean:
- Accepting more than one parameter at the same time.
2007-08-14 Daniel Baumann <daniel@debian.org>
* helpers/*:

View File

@ -10,4 +10,4 @@
set -e
PROGRAM="`basename ${0}`"
VERSION="1.0~a23"
VERSION="1.0~a24"

View File

@ -35,7 +35,9 @@ Set_defaults
rm -f .lock
case "${1}" in
for ARGUMENT in ${@}
do
case "${ARGUMENT}" in
all)
"${0}" chroot
"${0}" binary
@ -112,4 +114,5 @@ case "${1}" in
*)
"${0}" all
;;
esac
esac
done

View File

@ -1,4 +1,4 @@
.TH LH_BINARY 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_BINARY 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_binary \- Meta\-Helper f\[:u]r lh_binary_*

View File

@ -1,4 +1,4 @@
.TH LH_BINARY 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_BINARY 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_binary \- meta\-helper for lh_binary_*

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap \- Meta\-Helper f\[:u]r lh_bootstrap_*

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap \- meta\-helper for lh_bootstrap_*

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap_cdebootstrap \- erstellt ein Debian-System mit \fIcdebootstrap\fR(1)

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap_cdebootstrap \- bootstrap a Debian system with \fIcdebootstrap\fR(1)

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap_debootstrap \- erstellt ein Debian-System mit \fIdebootstrap\fR(8)

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_bootstrap_debootstrap \- bootstrap a Debian system with \fIdebootstrap\fR(8)

View File

@ -1,4 +1,4 @@
.TH LH_BUILD 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_BUILD 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_build \- erstellen eines Live-Systemes

View File

@ -1,4 +1,4 @@
.TH LH_BUILD 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_BUILD 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_build \- building a live system

View File

@ -1,4 +1,4 @@
.TH LH_CHROOT 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_CHROOT 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_chroot \- Meta\-Helper f\[:u]r lh_chroot_*

View File

@ -1,4 +1,4 @@
.TH LH_CHROOT 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_CHROOT 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_chroot \- meta\-helper for lh_chroot_*

View File

@ -1,4 +1,4 @@
.TH LH_CLEAN 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_CLEAN 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_clean \- r\[:a]umt das Build-Verzeichnis auf

View File

@ -1,4 +1,4 @@
.TH LH_CLEAN 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_CLEAN 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_clean \- clean up system build directories

View File

@ -1,4 +1,4 @@
.TH LH_CONFIG 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_CONFIG 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_config \- erstellt live-helper(7) Konfiguration

View File

@ -1,4 +1,4 @@
.TH LH_CONFIG 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_CONFIG 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_config \- create configuration for live-helper(7)

View File

@ -1,4 +1,4 @@
.TH LH_SOURCE 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_SOURCE 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_source \- Meta\-Helper f\[:u]r lh_source_*

View File

@ -1,4 +1,4 @@
.TH LH_SOURCE 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_SOURCE 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_source \- meta\-helper for lh_source_*

View File

@ -1,4 +1,4 @@
.TH LH_TESTROOT 1 "13.08.2007" "1.0~a23" "live\-helper"
.TH LH_TESTROOT 1 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
lh_testroot \- stellt sicher dass das System als root gebaut wird

View File

@ -1,4 +1,4 @@
.TH LH_TESTROOT 1 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LH_TESTROOT 1 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
lh_testroot \- ensure that a system is built as root

View File

@ -1,4 +1,4 @@
.TH LIVE\-HELPER 7 "13.08.2007" "1.0~a23" "live\-helper"
.TH LIVE\-HELPER 7 "20.08.2007" "1.0~a24" "live\-helper"
.SH NAME
live\-helper \- Debian Live Helper-Programme

View File

@ -1,4 +1,4 @@
.TH LIVE\-HELPER 7 "2007\-08\-13" "1.0~a23" "live\-helper"
.TH LIVE\-HELPER 7 "2007\-08\-20" "1.0~a24" "live\-helper"
.SH NAME
live\-helper \- Debian Live helper programs