Preparing live-helper 1.0~a38-1.
This commit is contained in:
parent
fced466056
commit
bef3eea04e
8
Makefile
8
Makefile
|
@ -98,11 +98,11 @@ uninstall:
|
|||
done
|
||||
|
||||
update:
|
||||
set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
|
||||
set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.en.*; \
|
||||
do \
|
||||
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/' \
|
||||
sed -i -e 's/2007\\-11\\-26/2007\\-12\\-03/' \
|
||||
-e 's/26.11.2007/03.12.2007/' \
|
||||
-e 's/1.0~a38/1.0~a39/' \
|
||||
$$FILE; \
|
||||
done
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
set -e
|
||||
|
||||
PROGRAM="$(basename ${0})"
|
||||
VERSION="1.0~a37"
|
||||
VERSION="1.0~a38"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
live\-helper \- generic live\-helper wrapper
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_BINARY 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_BINARY 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_binary \- meta\-helper for lh_binary_*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_BOOTSTRAP 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_BOOTSTRAP 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_bootstrap \- meta\-helper for lh_bootstrap_*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_BUILD 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_BUILD 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_build \- meta\-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_CHROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_CHROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_chroot \- meta\-helper for lh_chroot_*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_CLEAN 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_CLEAN 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_clean \- clean up system build directories
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_CONFIG 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_CONFIG 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_config \- create configuration for live\-helper
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_SOURCE 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_SOURCE 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_source \- meta\-helper for lh_source_*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LH_TESTROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LH_TESTROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
lh_testroot \- ensure that a system is built as root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-HELPER 7 "2007\-11\-19" "1.0~a37" "live\-helper"
|
||||
.TH LIVE\-HELPER 7 "2007\-11\-26" "1.0~a38" "live\-helper"
|
||||
|
||||
.SH NAME
|
||||
live\-helper \- the Debian Live tool suite
|
||||
|
|
Loading…
Reference in New Issue