diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-10 10:13:04 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-10-10 10:13:04 +0200 |
commit | 687aee76e97c114558dc318af1f52d30fceb7e7e (patch) | |
tree | 84b82ea7e67ad208c8d0e31096382c6d3a19bffa | |
parent | 0a3c459b6a9e404f3361c667cc10c2d424d31e63 (diff) | |
download | vyos-live-build-687aee76e97c114558dc318af1f52d30fceb7e7e.tar.gz vyos-live-build-687aee76e97c114558dc318af1f52d30fceb7e7e.zip |
Adding sudo and fakeroot to suggests.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cb1eab62a..f20b76cc8 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-helper.git Package: live-helper Architecture: all Depends: debootstrap | cdebootstrap -Suggests: dosfstools, genisoimage | mkisofs, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs, syslinux | grub +Suggests: dosfstools, genisoimage | mkisofs, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs, sudo | fakeroot, syslinux | grub Description: Debian Live helper programs Live-helper is a collection of programs that can be used to build Debian Live system images. The philosophy behind live-helper is to provide a collection of |