summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/bug/script2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/bug/script b/debian/bug/script
index ffbb62c..63c980e 100644
--- a/debian/bug/script
+++ b/debian/bug/script
@@ -4,4 +4,4 @@
dpkg -l debootstrap cdebootstrap
# Checking suggests
-dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub
+dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub uuid-runtime
diff --git a/debian/control b/debian/control
index f33a7c5..c27e0dc 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Upstream-Depends: git-core
Package: live-helper
Architecture: all
Depends: debootstrap | cdebootstrap
-Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub
+Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime
Description: Debian Live build scripts
live-helper is a set of scripts to build Debian Live system images.
.