[SCM] debian-live/live-initramfs branch, master, updated. 1.102.1-1-1-gb6d14a6
Daniel Baumann
daniel at debian.org
Mon Sep 17 09:05:04 UTC 2007
The branch, master has been updated
via b6d14a64c3b919c7ee2d05d773b7d813d18801c0 (commit)
from 99267ed0c116895cd56a8c498a51a67402cf4653 (commit)
- Shortlog ------------------------------------------------------------
b6d14a6 Makefile
Summary of changes:
Makefile | 10 +++++-----
debian/changelog | 6 ++++++
docs/parameters.txt | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit b6d14a64c3b919c7ee2d05d773b7d813d18801c0
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 17 11:04:39 2007 +0200
Makefile
debian/changelog
docs/parameters.txt
* Preparing live-initramfs 1.102.2-1.
diff --git a/Makefile b/Makefile
index 8e7c33c..8794b37 100644
--- a/Makefile
+++ b/Makefile
@@ -106,12 +106,12 @@ uninstall:
rm -f $(DESTDIR)/usr/share/man/man7/live-login.7.gz
update:
- set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
+ set -e; for FILE in docs/parameters.txt; \
do \
- sed -i -e 's/2007\\-09\\-17/2007\\-09\\-24/' \
- -e 's/2007-09-17/2007-09-24/' \
- -e 's/17.09.2007/24.09.2007/' \
- -e 's/1.102.1/1.102.2/' \
+ sed -i -e 's/2007\\-09\\-24/2007\\-10\\-01/' \
+ -e 's/2007-09-24/2007-10-01/' \
+ -e 's/24.09.2007/01.10.2007/' \
+ -e 's/1.102.2/1.102.3/' \
$$FILE; \
done
diff --git a/debian/changelog b/debian/changelog
index db55bfb..58140ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-initramfs (1.102.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel at debian.org> Mon, 24 Sep 2007 00:00:00 +0200
+
live-initramfs (1.102.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/docs/parameters.txt b/docs/parameters.txt
index af5b200..effb844 100644
--- a/docs/parameters.txt
+++ b/docs/parameters.txt
@@ -1,7 +1,7 @@
Boot Parameters for Debian Live
-------------------------------
-Updated for live-initramfs 1.102.1-1 on 2007-09-17.
+Updated for live-initramfs 1.102.2-1 on 2007-09-24.
These options (can be combined) work from the bootloader prompt:
--
debian-live/live-initramfs
More information about the debian-live-changes
mailing list