diff options
author | Daniel Baumann <daniel@debian.org> | 2008-05-09 16:46:18 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-05-09 16:46:18 +0200 |
commit | ce04adf72110d3a54683dc6a86afc972cfd35fa1 (patch) | |
tree | c9aa267235bc38446f797a187ae713bb3700712a | |
parent | 8553518c2bd04ba46dbbc839843ebbad45d56400 (diff) | |
download | vyos-live-build-ce04adf72110d3a54683dc6a86afc972cfd35fa1.tar.gz vyos-live-build-ce04adf72110d3a54683dc6a86afc972cfd35fa1.zip |
Adding uuid-runtime to suggests.
-rw-r--r-- | debian/bug/script | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/bug/script b/debian/bug/script index ffbb62c82..63c980e40 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 f33a7c5e7..c27e0dc87 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. . |