[SCM] debian-live/live-initramfs branch, master, updated. 1.110.1-1-2-g7b79eeb

Daniel Baumann daniel at debian.org
Mon Oct 8 22:54:10 UTC 2007


The branch, master has been updated
       via  7b79eeb231f4d04925021d500be7a00ec307ab4b (commit)
       via  ea78479c97f8aeeaf35ffd46f9e48a9d8c3989e5 (commit)
      from  e68135e5f632f131a3c925043169705d19eec62a (commit)


- Shortlog ------------------------------------------------------------
7b79eeb Fixing typing error.
ea78479 Preparing live-initramfs 1.110.2-1.

Summary of changes:
 Makefile            |    8 ++++----
 debian/changelog    |    6 ++++++
 docs/parameters.txt |    2 +-
 scripts/live        |    3 +--
 4 files changed, 12 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 7b79eeb231f4d04925021d500be7a00ec307ab4b
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 9 00:53:31 2007 +0200

    Fixing typing error.

diff --git a/scripts/live b/scripts/live
index f204a1e..7e748dc 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1032,8 +1032,7 @@ check_dev ()
 	then
 		mount -t ${fstype} -o ro,noatime,nodiratime "${devname}" ${mountpoint} || continue
 
-		if is_live_path ${mountpoint}
-		if is_live_path $mountpoint && \
+		if is_live_path ${mountpoint} && \
 			([ "${skip_uuid_check}" ] || matches_uuid ${mountpoint})
 		then
 			echo ${mountpoint}

commit ea78479c97f8aeeaf35ffd46f9e48a9d8c3989e5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 9 00:52:48 2007 +0200

    Preparing live-initramfs 1.110.2-1.

diff --git a/Makefile b/Makefile
index 8fdc89d..e638339 100644
--- a/Makefile
+++ b/Makefile
@@ -108,10 +108,10 @@ uninstall:
 update:
 	set -e; for FILE in docs/parameters.txt; \
 	do \
-		sed -i	-e 's/2007\\-10\\-08/2007\\-10\\-15/' \
-			-e 's/2007-10-08/2007-10-15/' \
-			-e 's/09.10.2007/15.10.2007/' \
-			-e 's/1.110.1/1.110.2/' \
+		sed -i	-e 's/2007\\-15\\-08/2007\\-10\\-22/' \
+			-e 's/2007-15-08/2007-10-22/' \
+			-e 's/15.10.2007/22.10.2007/' \
+			-e 's/1.110.2/1.110.3/' \
 		$$FILE; \
 	done
 
diff --git a/debian/changelog b/debian/changelog
index e3c80f3..a3a5400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-initramfs (1.110.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel at debian>  Mon, 15 Oct 2007 00:00:00 +0200
+
 live-initramfs (1.110.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/docs/parameters.txt b/docs/parameters.txt
index 4b93821..91c48a9 100644
--- a/docs/parameters.txt
+++ b/docs/parameters.txt
@@ -1,7 +1,7 @@
 Boot Parameters for Debian Live
 -------------------------------
 
-Updated for live-initramfs 1.110.1-1 on 2007-10-08.
+Updated for live-initramfs 1.110.2-1 on 2007-10-15.
 
 These options (can be combined) work from the bootloader prompt:
 

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list