[SCM] debian-live/live-helper branch, master, updated. 1.0_a33-1-14-g1385ab5

Daniel Baumann daniel at debian.org
Wed Oct 31 13:01:27 UTC 2007


The branch, master has been updated
       via  1385ab552699c98c776621026e8c1d4084fd4774 (commit)
       via  a1c4a224f2c8762bb72d22dd107ace2e35f57e58 (commit)
      from  f7777a171248ac8dbcf9ea14cfb8f29d9d67f7ac (commit)


- Shortlog ------------------------------------------------------------
1385ab5 Preparing live-helper 1.0~a35-1.
a1c4a22 Releasing live-helper 1.0~a34-1.

Summary of changes:
 Makefile                                |    6 +++---
 debian/changelog                        |   24 +++++++++++++++++++++++-
 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, 49 insertions(+), 27 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 1385ab552699c98c776621026e8c1d4084fd4774
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 31 13:53:52 2007 +0100

    Preparing live-helper 1.0~a35-1.

diff --git a/Makefile b/Makefile
index 61a5e38..d4f63aa 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\\-29/2007\\-11\\-05/' \
-			-e 's/29.10.2007/05.11.2007/' \
-			-e 's/1.0~a34/1.0~a35/' \
+		sed -i	-e 's/2007\\-11\\-05/2007\\-11\\-12/' \
+			-e 's/05.11.2007/12.11.2007/' \
+			-e 's/1.0~a35/1.0~a36/' \
 		$$FILE; \
 	done
 
diff --git a/debian/changelog b/debian/changelog
index ca5f5dd..6f6a4f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-helper (1.0~a35-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel at debian>  Mon,  5 Nov 2007 00:00:00 +0100
+
 live-helper (1.0~a34-1) unstable; urgency=medium
 
   [ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 2ebf086..623c882 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,4 +10,4 @@
 set -e
 
 PROGRAM="$(basename ${0})"
-VERSION="1.0~a34"
+VERSION="1.0~a35"
diff --git a/manpages/lh_binary.de.1 b/manpages/lh_binary.de.1
index ac80675..b6078f3 100644
--- a/manpages/lh_binary.de.1
+++ b/manpages/lh_binary.de.1
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_BINARY 1 "05.11.2007" "1.0~a35" "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 762c065..2c44c02 100644
--- a/manpages/lh_binary.en.1
+++ b/manpages/lh_binary.en.1
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_BINARY 1 "2007\-11\-05" "1.0~a35" "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 32ff0c5..c94d040 100644
--- a/manpages/lh_bootstrap.de.1
+++ b/manpages/lh_bootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP 1 "05.11.2007" "1.0~a35" "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 3b55720..d21c43c 100644
--- a/manpages/lh_bootstrap.en.1
+++ b/manpages/lh_bootstrap.en.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP 1 "2007\-11\-05" "1.0~a35" "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 e5094db..e94b1e7 100644
--- a/manpages/lh_bootstrap_cdebootstrap.de.1
+++ b/manpages/lh_bootstrap_cdebootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "05.11.2007" "1.0~a35" "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 8c23bec..8ef8222 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\-29" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-11\-05" "1.0~a35" "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 bf1bcc9..abbd70a 100644
--- a/manpages/lh_bootstrap_debootstrap.de.1
+++ b/manpages/lh_bootstrap_debootstrap.de.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "05.11.2007" "1.0~a35" "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 243aa96..b298a00 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\-29" "1.0~a34" "live\-helper"
+.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-11\-05" "1.0~a35" "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 7537862..7085606 100644
--- a/manpages/lh_build.de.1
+++ b/manpages/lh_build.de.1
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_BUILD 1 "05.11.2007" "1.0~a35" "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 be7be02..bf5e4da 100644
--- a/manpages/lh_build.en.1
+++ b/manpages/lh_build.en.1
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_BUILD 1 "2007\-11\-05" "1.0~a35" "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 9f71ac5..9ff55a0 100644
--- a/manpages/lh_chroot.de.1
+++ b/manpages/lh_chroot.de.1
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_CHROOT 1 "05.11.2007" "1.0~a35" "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 bf22fa2..1e13c93 100644
--- a/manpages/lh_chroot.en.1
+++ b/manpages/lh_chroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_CHROOT 1 "2007\-11\-05" "1.0~a35" "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 deaf321..39d59d4 100644
--- a/manpages/lh_clean.de.1
+++ b/manpages/lh_clean.de.1
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_CLEAN 1 "05.11.2007" "1.0~a35" "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 20a7af1..a771c13 100644
--- a/manpages/lh_clean.en.1
+++ b/manpages/lh_clean.en.1
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_CLEAN 1 "2007\-11\-05" "1.0~a35" "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 bb932b6..ad521f6 100644
--- a/manpages/lh_config.de.1
+++ b/manpages/lh_config.de.1
@@ -1,4 +1,4 @@
-.TH LH_CONFIG 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_CONFIG 1 "05.11.2007" "1.0~a35" "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 170a978..570ff22 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -1,4 +1,4 @@
-.TH LH_CONFIG 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_CONFIG 1 "2007\-11\-05" "1.0~a35" "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 5d1e6c6..d4e9430 100644
--- a/manpages/lh_source.de.1
+++ b/manpages/lh_source.de.1
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_SOURCE 1 "05.11.2007" "1.0~a35" "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 bb9480a..44d75fa 100644
--- a/manpages/lh_source.en.1
+++ b/manpages/lh_source.en.1
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_SOURCE 1 "2007\-11\-05" "1.0~a35" "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 35e9312..703ae32 100644
--- a/manpages/lh_testroot.de.1
+++ b/manpages/lh_testroot.de.1
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LH_TESTROOT 1 "05.11.2007" "1.0~a35" "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 47e4a30..6a3a2d7 100644
--- a/manpages/lh_testroot.en.1
+++ b/manpages/lh_testroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LH_TESTROOT 1 "2007\-11\-05" "1.0~a35" "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 6a8a68b..05814fd 100644
--- a/manpages/live-helper.de.7
+++ b/manpages/live-helper.de.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "29.10.2007" "1.0~a34" "live\-helper"
+.TH LIVE\-HELPER 7 "05.11.2007" "1.0~a35" "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 bbdf9ea..0af5959 100644
--- a/manpages/live-helper.en.7
+++ b/manpages/live-helper.en.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "2007\-10\-29" "1.0~a34" "live\-helper"
+.TH LIVE\-HELPER 7 "2007\-11\-05" "1.0~a35" "live\-helper"
 
 .SH NAME
 live\-helper \- Debian Live helper programs

commit a1c4a224f2c8762bb72d22dd107ace2e35f57e58
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 31 13:52:21 2007 +0100

    Releasing live-helper 1.0~a34-1.

diff --git a/debian/changelog b/debian/changelog
index c65d6d6..ca5f5dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,22 @@
-live-helper (1.0~a34-1) UNRELEASED; urgency=medium
+live-helper (1.0~a34-1) unstable; urgency=medium
 
+  [ Daniel Baumann ]
   * New upstream release.
+  * Correcting homepage field.
+  * Respecting LH_BOOTSTRAP_FLAVOUR (Closes: #448034).
+  * Fixing typing error (missing paranthese).
+  * Correcting vcs fields.
+  * Fixing typing error (wrong variable name).
+  * Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.
+  * Fixing indenting.
+  * Adding lh_chroot_devpts.
+
+  [ Jesse Hathaway ]
+  * add new option to mount cow device on nfs volume
+
+  [ Maarten ter Huurne ]
+  * Fixed lh_config tool name in manpage.
+  * Avoid [Y/n] query on package autoremove in "mini" hook.
 
  -- Daniel Baumann <daniel at debian>  Mon, 29 Oct 2007 00:00:00 +0100
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list