[SCM] debian-live/live-initramfs branch, master, updated. 1.110.5-1-2-g5d2d9aa

Daniel Baumann daniel at debian.org
Sun Nov 11 10:15:34 UTC 2007


The branch, master has been updated
       via  5d2d9aa75ccd2be46b9a176c12046949f2653319 (commit)
       via  5d90bc9ee19747d1880bfb4ae78d42c492809d4b (commit)
      from  8b97c26f53b14826b5dd3c5fdaf6510bd348fb23 (commit)


- Shortlog ------------------------------------------------------------
5d2d9aa Adding custom reportbug script.
5d90bc9 Preparing live-initramfs 1.110.6-1.

Summary of changes:
 Makefile            |    8 ++++----
 debian/bug/script   |   13 +++++++++++++
 debian/changelog    |    6 ++++++
 debian/rules        |    3 +++
 docs/parameters.txt |    2 +-
 5 files changed, 27 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 5d2d9aa75ccd2be46b9a176c12046949f2653319
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 11 11:15:08 2007 +0100

    Adding custom reportbug script.

diff --git a/debian/bug/script b/debian/bug/script
new file mode 100644
index 0000000..0381f3a
--- /dev/null
+++ b/debian/bug/script
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Checking depends
+dpkg -l busybox file initramfs-tools sudo user-setup
+
+# Checking recommends
+dpkg -l eject wget live-initscripts
+
+# Checking suggests
+dpkg -l genext2fs squashfs-tools
+
+# Checking other packages
+dpkg -l cryptsetup splashy usplash
diff --git a/debian/rules b/debian/rules
index bf12dad..09d9e17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,9 @@ install: build
 	rm -f debian/live-initramfs/usr/share/doc/live-initramfs/ChangeLog
 	mv debian/live-initramfs/usr/share/doc/live-initramfs/ChangeLog.casper debian/live-initramfs/usr/share/doc/live-initramfs/changelog.casper
 
+	# Installing bug control
+	install -D -m 0755 debian/bug/script debian/live-initramfs/usr/share/bug/live-initramfs
+
 binary-arch: build install
 
 binary-indep: build install

commit 5d90bc9ee19747d1880bfb4ae78d42c492809d4b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 11 11:12:15 2007 +0100

    Preparing live-initramfs 1.110.6-1.

diff --git a/Makefile b/Makefile
index ab5403f..3d7af5b 100644
--- a/Makefile
+++ b/Makefile
@@ -104,10 +104,10 @@ uninstall:
 update:
 	set -e; for FILE in docs/parameters.txt; \
 	do \
-		sed -i	-e 's/2007\\-11\\-05/2007\\-11\\-12/' \
-			-e 's/2007-11-05/2007-11-12/' \
-			-e 's/05.11.2007/12.11.2007/' \
-			-e 's/1.110.5/1.110.6/' \
+		sed -i	-e 's/2007\\-11\\-12/2007\\-11\\-19/' \
+			-e 's/2007-11-12/2007-11-19/' \
+			-e 's/12.11.2007/19.11.2007/' \
+			-e 's/1.110.6/1.110.7/' \
 		$$FILE; \
 	done
 
diff --git a/debian/changelog b/debian/changelog
index 6682150..6ee5130 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-initramfs (1.110.6-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
+
 live-initramfs (1.110.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/docs/parameters.txt b/docs/parameters.txt
index f8bb2f4..20dd366 100644
--- a/docs/parameters.txt
+++ b/docs/parameters.txt
@@ -1,7 +1,7 @@
 Boot Parameters for Debian Live
 -------------------------------
 
-Updated for live-initramfs 1.110.3-1 on 2007-10-22.
+Updated for live-initramfs 1.110.6-1 on 2007-11-12.
 
 These options (can be combined) work from the bootloader prompt:
 

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list