From e1f9abbef13e7e81455cd209a772393d9a823c26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 Jan 2015 19:22:47 +0100 Subject: Dropping unuseful information from bug-script (Closes: #774340). Historically we tried to have all necessary information in bug reports, such as version of certain packages used during the build. In reality, the only interesting package is debootstrap on the host system - everything else is taken up from the mirror from within the chroot and is noted in the build log. Users building non-chrooted will have to collect their information by hand anyway, so it's better to remove anything but debootstrap. --- debian/live-build.bug-script | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debian/live-build.bug-script') diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script index 5aa21384f..5456b1d5c 100644 --- a/debian/live-build.bug-script +++ b/debian/live-build.bug-script @@ -2,12 +2,8 @@ DEFAULT_SETTINGS="/etc/live/build.conf" -# Checking depends dpkg -l debootstrap -# Checking suggests -dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools syslinux syslinux-common extlinux grub uuid-runtime win32-loader - if [ -e "${DEFAULT_SETTINGS}" ]; then echo "Contents of ${DEFAULT_SETTINGS}:" cat "${DEFAULT_SETTINGS}" -- cgit v1.2.3