[Debian-live-changes] r1679 - in dists/trunk/live-helper: . debian examples/cron functions manpages

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 09:57:34 UTC 2007


Author: daniel
Date: 2007-05-24 09:57:34 +0000 (Thu, 24 May 2007)
New Revision: 1679

Modified:
   dists/trunk/live-helper/Makefile
   dists/trunk/live-helper/debian/changelog
   dists/trunk/live-helper/examples/cron/etch+beryl.sh
   dists/trunk/live-helper/examples/cron/etch.sh
   dists/trunk/live-helper/functions/common.sh
   dists/trunk/live-helper/manpages/lh_binary.de.1
   dists/trunk/live-helper/manpages/lh_binary.en.1
   dists/trunk/live-helper/manpages/lh_bootstrap.de.1
   dists/trunk/live-helper/manpages/lh_bootstrap.en.1
   dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.de.1
   dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.en.1
   dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.de.1
   dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.en.1
   dists/trunk/live-helper/manpages/lh_build.de.1
   dists/trunk/live-helper/manpages/lh_build.en.1
   dists/trunk/live-helper/manpages/lh_chroot.de.1
   dists/trunk/live-helper/manpages/lh_chroot.en.1
   dists/trunk/live-helper/manpages/lh_clean.de.1
   dists/trunk/live-helper/manpages/lh_clean.en.1
   dists/trunk/live-helper/manpages/lh_source.de.1
   dists/trunk/live-helper/manpages/lh_source.en.1
   dists/trunk/live-helper/manpages/lh_testroot.de.1
   dists/trunk/live-helper/manpages/lh_testroot.en.1
   dists/trunk/live-helper/manpages/live-helper.de.7
   dists/trunk/live-helper/manpages/live-helper.en.7
   dists/trunk/live-helper/manpages/make-live.de.1
   dists/trunk/live-helper/manpages/make-live.en.1
Log:


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/Makefile	2007-05-24 09:57:34 UTC (rev 1679)
@@ -88,16 +88,16 @@
 update:
 	set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \
 	do \
-		sed -i	-e 's/2007\\-05\\-07/2007\\-05\\-14/' \
-			-e 's/07.05.2007/14.05.2007/' \
-			-e 's/1.0~a9/1.0~a10/' \
+		sed -i	-e 's/2007\\-05\\-14/2007\\-05\\-21/' \
+			-e 's/14.05.2007/21.05.2007/' \
+			-e 's/1.0~a10/1.0~a11/' \
 		$$MANPAGE; \
 	done
 
-	sed -i -e 's/1.0~a9/1.0~a10/' functions/common.sh
+	sed -i -e 's/1.0~a10/1.0~a11/' functions/common.sh
 
-	sed -i -e 's/1.0~a9/1.0~a10/' examples/cron/etch.sh
-	sed -i -e 's/1.0~a9/1.0~a10/' examples/cron/etch+beryl.sh
+	sed -i -e 's/1.0~a10/1.0~a11/' examples/cron/etch.sh
+	sed -i -e 's/1.0~a10/1.0~a11/' examples/cron/etch+beryl.sh
 
 clean:
 

Modified: dists/trunk/live-helper/debian/changelog
===================================================================
--- dists/trunk/live-helper/debian/changelog	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/debian/changelog	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,3 +1,9 @@
+live-helper (1.0~a11-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 21 May 2007 00:00:00 +0200
+
 live-helper (1.0~a10-1) unstable; urgency=medium
 
   * New upstream release:

Modified: dists/trunk/live-helper/examples/cron/etch+beryl.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch+beryl.sh	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/examples/cron/etch+beryl.sh	2007-05-24 09:57:34 UTC (rev 1679)
@@ -7,7 +7,7 @@
 # Begin custom defaults
 AUTOBUILD="enabled"
 
-DATE="r0_1.0~a10-1"
+DATE="r0_1.0~a11-1"
 DESTDIR="/srv/debian-unofficial/ftp/debian-live"
 TEMPDIR="/srv/tmp/live-helper"
 

Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/examples/cron/etch.sh	2007-05-24 09:57:34 UTC (rev 1679)
@@ -7,7 +7,7 @@
 # Begin custom defaults
 AUTOBUILD="enabled"
 
-DATE="r0_1.0~a10-1"
+DATE="r0_1.0~a11-1"
 DESTDIR="/srv/debian-unofficial/ftp/debian-live"
 TEMPDIR="/srv/tmp/live-helper"
 

Modified: dists/trunk/live-helper/functions/common.sh
===================================================================
--- dists/trunk/live-helper/functions/common.sh	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/functions/common.sh	2007-05-24 09:57:34 UTC (rev 1679)
@@ -10,4 +10,4 @@
 set -e
 
 PROGRAM="`basename ${0}`"
-VERSION="1.0~a10"
+VERSION="1.0~a11"

Modified: dists/trunk/live-helper/manpages/lh_binary.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_binary.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_binary.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_BINARY 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_binary \- Meta\-Helper f\[:u]r lh_binary_*

Modified: dists/trunk/live-helper/manpages/lh_binary.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_binary.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_binary.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_BINARY 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_binary \- meta\-helper for lh_binary_*

Modified: dists/trunk/live-helper/manpages/lh_bootstrap.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap \- Meta\-Helper f\[:u]r lh_bootstrap_*

Modified: dists/trunk/live-helper/manpages/lh_bootstrap.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap \- meta\-helper for lh_bootstrap_*

Modified: dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap_cdebootstrap \- erstellt ein Debian-System mit \fIcdebootstrap\fR(1)

Modified: dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap_cdebootstrap.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap_cdebootstrap \- bootstrap a Debian system with \fIcdebootstrap\fR(1)

Modified: dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap_debootstrap \- erstellt ein Debian-System mit \fIdebootstrap\fR(8)

Modified: dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_bootstrap_debootstrap.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_bootstrap_debootstrap \- bootstrap a Debian system with \fIdebootstrap\fR(8)

Modified: dists/trunk/live-helper/manpages/lh_build.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_build.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_build.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_BUILD 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_build \- erstellen eines Live-Systemes

Modified: dists/trunk/live-helper/manpages/lh_build.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_build.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_build.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_BUILD 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_build \- building a live system

Modified: dists/trunk/live-helper/manpages/lh_chroot.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_chroot.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_chroot.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_CHROOT 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_chroot \- Meta\-Helper f\[:u]r lh_chroot_*

Modified: dists/trunk/live-helper/manpages/lh_chroot.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_chroot.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_chroot.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_CHROOT 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_chroot \- meta\-helper for lh_chroot_*

Modified: dists/trunk/live-helper/manpages/lh_clean.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_clean.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_clean.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_CLEAN 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_clean \- r\[:a]umt das Build-Verzeichnis auf

Modified: dists/trunk/live-helper/manpages/lh_clean.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_clean.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_clean.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_CLEAN 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_clean \- clean up system build directories

Modified: dists/trunk/live-helper/manpages/lh_source.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_source.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_source.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_SOURCE 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_source \- Meta\-Helper f\[:u]r lh_source_*

Modified: dists/trunk/live-helper/manpages/lh_source.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_source.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_source.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_SOURCE 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_source \- meta\-helper for lh_source_*

Modified: dists/trunk/live-helper/manpages/lh_testroot.de.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_testroot.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_testroot.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LH_TESTROOT 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_testroot \- stellt sicher dass das System als root gebaut wird

Modified: dists/trunk/live-helper/manpages/lh_testroot.en.1
===================================================================
--- dists/trunk/live-helper/manpages/lh_testroot.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/lh_testroot.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LH_TESTROOT 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 lh_testroot \- ensure that a system is built as root

Modified: dists/trunk/live-helper/manpages/live-helper.de.7
===================================================================
--- dists/trunk/live-helper/manpages/live-helper.de.7	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/live-helper.de.7	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "14.05.2007" "1.0~a10" "live\-helper"
+.TH LIVE\-HELPER 7 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 live\-helper \- Debian Live Helper-Programme

Modified: dists/trunk/live-helper/manpages/live-helper.en.7
===================================================================
--- dists/trunk/live-helper/manpages/live-helper.en.7	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/live-helper.en.7	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH LIVE\-HELPER 7 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 live\-helper \- Debian Live helper programs

Modified: dists/trunk/live-helper/manpages/make-live.de.1
===================================================================
--- dists/trunk/live-helper/manpages/make-live.de.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/make-live.de.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH MAKE\-LIVE 1 "14.05.2007" "1.0~a10" "live\-helper"
+.TH MAKE\-LIVE 1 "21.05.2007" "1.0~a11" "live\-helper"
 
 .SH NAME
 make\-live \- erstellt ein Debian Live-System

Modified: dists/trunk/live-helper/manpages/make-live.en.1
===================================================================
--- dists/trunk/live-helper/manpages/make-live.en.1	2007-05-24 09:56:23 UTC (rev 1678)
+++ dists/trunk/live-helper/manpages/make-live.en.1	2007-05-24 09:57:34 UTC (rev 1679)
@@ -1,4 +1,4 @@
-.TH MAKE\-LIVE 1 "2007\-05\-14" "1.0~a10" "live\-helper"
+.TH MAKE\-LIVE 1 "2007\-05\-21" "1.0~a11" "live\-helper"
 
 .SH NAME
 make\-live \- build a Debian Live system




More information about the Debian-live-changes mailing list