[SCM] debian-live/live-helper branch, master, updated. 1.0_a35-1-6-g7922892

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


The branch, master has been updated
       via  792289214676915f9747f4219f86f498855eacf9 (commit)
      from  174bc9ede560310f91168a3309b1ae4de7153984 (commit)


- Shortlog ------------------------------------------------------------
7922892 Adding custom reportbug script.

Summary of changes:
 debian/bug/script |    7 +++++++
 debian/rules      |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 792289214676915f9747f4219f86f498855eacf9
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 11 11:09:33 2007 +0100

    Adding custom reportbug script.

diff --git a/debian/bug/script b/debian/bug/script
new file mode 100644
index 0000000..963a5f7
--- /dev/null
+++ b/debian/bug/script
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Checking depends
+dpkg -l debootstrap cdebootstrap
+
+# Checking suggests
+dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs sudo fakeroot syslinux grub
diff --git a/debian/rules b/debian/rules
index 0da777e..cc87789 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,9 @@ install: build
 	rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
 	mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
 
+	# Installing bug control
+	install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
+
 binary-arch: build install
 
 binary-indep: build install

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list