[SCM] debian-live/live-helper branch, master, updated. 1.0_a31-1-1-gf5e1d17

Daniel Baumann daniel at debian.org
Tue Oct 9 19:36:54 UTC 2007


The branch, master has been updated
       via  f5e1d1721992df7df55a3e4b26e146155f332390 (commit)
      from  f91be2b7f3b21a482b8d8cc02ab1ce047def454a (commit)


- Shortlog ------------------------------------------------------------
f5e1d17 Preparing live-helper 1.0~a32-1.

Summary of changes:
 Makefile                                |    6 +++---
 debian/changelog                        |    6 ++++++
 functions/common.sh                     |    2 +-
 manpages/lh_binary.de.1                 |    2 +-
 manpages/lh_binary.en.1                 |    2 +-
 manpages/lh_bootstrap.de.1              |    2 +-
 manpages/lh_bootstrap.en.1              |    2 +-
 manpages/lh_bootstrap_cdebootstrap.de.1 |    2 +-
 manpages/lh_bootstrap_cdebootstrap.en.1 |    2 +-
 manpages/lh_bootstrap_debootstrap.de.1  |    2 +-
 manpages/lh_bootstrap_debootstrap.en.1  |    2 +-
 manpages/lh_build.de.1                  |    2 +-
 manpages/lh_build.en.1                  |    2 +-
 manpages/lh_chroot.de.1                 |    2 +-
 manpages/lh_chroot.en.1                 |    2 +-
 manpages/lh_clean.de.1                  |    2 +-
 manpages/lh_clean.en.1                  |    2 +-
 manpages/lh_config.de.1                 |    2 +-
 manpages/lh_config.en.1                 |    2 +-
 manpages/lh_source.de.1                 |    2 +-
 manpages/lh_source.en.1                 |    2 +-
 manpages/lh_testroot.de.1               |    2 +-
 manpages/lh_testroot.en.1               |    2 +-
 manpages/live-helper.de.7               |    2 +-
 manpages/live-helper.en.7               |    2 +-
 25 files changed, 32 insertions(+), 26 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit f5e1d1721992df7df55a3e4b26e146155f332390
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 9 21:36:27 2007 +0200

    Preparing live-helper 1.0~a32-1.

diff --git a/Makefile b/Makefile
index 81a6e28..aa9f62f 100644
--- a/Makefile
+++ b/Makefile
@@ -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\\-10\\-08/2007\\-10\\-15/' \
-			-e 's/08.10.2007/15.10.2007/' \
-			-e 's/1.0~a31/1.0~a32/' \
+		sed -i	-e 's/2007\\-10\\-15/2007\\-10\\-22/' \
+			-e 's/15.10.2007/22.10.2007/' \
+			-e 's/1.0~a32/1.0~a33/' \
 		$$FILE; \
 	done
 
diff --git a/debian/changelog b/debian/changelog
index 0dcae9f..c2d1f3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-helper (1.0~a32-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
+
 live-helper (1.0~a31-1) unstable; urgency=medium
 
   [ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 0203dc3..33a41d0 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,4 +10,4 @@
 set -e
 
 PROGRAM="$(basename ${0})"
-VERSION="1.0~a31"
+VERSION="1.0~a32"
diff --git a/manpages/lh_binary.de.1 b/manpages/lh_binary.de.1
index 8106b7e..5e41951 100644
--- a/manpages/lh_binary.de.1
+++ b/manpages/lh_binary.de.1
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_BINARY 1 "15.10.2007" "1.0~a32" "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 0f67232..cc63413 100644
--- a/manpages/lh_binary.en.1
+++ b/manpages/lh_binary.en.1
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_BINARY 1 "2007\-10\-15" "1.0~a32" "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 1bfe247..47f1cca 100644
--- a/manpages/lh_bootstrap.de.1
+++ b/manpages/lh_bootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP 1 "15.10.2007" "1.0~a32" "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 a760eb9..498783d 100644
--- a/manpages/lh_bootstrap.en.1
+++ b/manpages/lh_bootstrap.en.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP 1 "2007\-10\-15" "1.0~a32" "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 9ea4c62..4da1ee1 100644
--- a/manpages/lh_bootstrap_cdebootstrap.de.1
+++ b/manpages/lh_bootstrap_cdebootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "15.10.2007" "1.0~a32" "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 d79888d..8aea9d6 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\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-10\-15" "1.0~a32" "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 d3f77c4..0de7baf 100644
--- a/manpages/lh_bootstrap_debootstrap.de.1
+++ b/manpages/lh_bootstrap_debootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "15.10.2007" "1.0~a32" "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 7a0694b..bda964c 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\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-10\-15" "1.0~a32" "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 187a7cc..675969e 100644
--- a/manpages/lh_build.de.1
+++ b/manpages/lh_build.de.1
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_BUILD 1 "15.10.2007" "1.0~a32" "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 a8d926e..45ac61e 100644
--- a/manpages/lh_build.en.1
+++ b/manpages/lh_build.en.1
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_BUILD 1 "2007\-10\-15" "1.0~a32" "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 74178fa..d2bd7f7 100644
--- a/manpages/lh_chroot.de.1
+++ b/manpages/lh_chroot.de.1
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_CHROOT 1 "15.10.2007" "1.0~a32" "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 17e2d20..8eeec2f 100644
--- a/manpages/lh_chroot.en.1
+++ b/manpages/lh_chroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_CHROOT 1 "2007\-10\-15" "1.0~a32" "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 f7cce26..835d775 100644
--- a/manpages/lh_clean.de.1
+++ b/manpages/lh_clean.de.1
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_CLEAN 1 "15.10.2007" "1.0~a32" "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 fd4b9a6..fbfb13f 100644
--- a/manpages/lh_clean.en.1
+++ b/manpages/lh_clean.en.1
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_CLEAN 1 "2007\-10\-15" "1.0~a32" "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 1eea3be..592f2d3 100644
--- a/manpages/lh_config.de.1
+++ b/manpages/lh_config.de.1
@@ -1,4 +1,4 @@
-.TH LH_CONFIG 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_CONFIG 1 "15.10.2007" "1.0~a32" "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 7626c6a..98fc62e 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -1,4 +1,4 @@
-.TH LH_CONFIG 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_CONFIG 1 "2007\-10\-15" "1.0~a32" "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 c1e4aff..cae7343 100644
--- a/manpages/lh_source.de.1
+++ b/manpages/lh_source.de.1
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_SOURCE 1 "15.10.2007" "1.0~a32" "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 f440bb2..5e0b915 100644
--- a/manpages/lh_source.en.1
+++ b/manpages/lh_source.en.1
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_SOURCE 1 "2007\-10\-15" "1.0~a32" "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 f5e4fe2..7e8b4ac 100644
--- a/manpages/lh_testroot.de.1
+++ b/manpages/lh_testroot.de.1
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LH_TESTROOT 1 "15.10.2007" "1.0~a32" "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 c0ba09b..c33102a 100644
--- a/manpages/lh_testroot.en.1
+++ b/manpages/lh_testroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LH_TESTROOT 1 "2007\-10\-15" "1.0~a32" "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 4881654..422a4df 100644
--- a/manpages/live-helper.de.7
+++ b/manpages/live-helper.de.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "08.10.2007" "1.0~a31" "live\-helper"
+.TH LIVE\-HELPER 7 "15.10.2007" "1.0~a32" "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 a1cc1e6..2d5178c 100644
--- a/manpages/live-helper.en.7
+++ b/manpages/live-helper.en.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "2007\-10\-08" "1.0~a31" "live\-helper"
+.TH LIVE\-HELPER 7 "2007\-10\-15" "1.0~a32" "live\-helper"
 
 .SH NAME
 live\-helper \- Debian Live helper programs

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list