diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-29 09:36:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | b28ffecee0815d624a17e77bb372450224ca27c4 (patch) | |
tree | d758cec2a4640aa4b7999e040d85a631fe0c860b /debian | |
parent | 37d2fb4b0f5ac4c92ca589ab46d567f06551971f (diff) | |
download | vyos-live-build-b28ffecee0815d624a17e77bb372450224ca27c4.tar.gz vyos-live-build-b28ffecee0815d624a17e77bb372450224ca27c4.zip |
Check for availability of gettext at runtime, and only use it if existing.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dee2995df..3c4b8f0b8 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Vcs-Git: git://git.debian.net/git/debian-live/live-helper.git Package: live-helper Architecture: all -Depends: debootstrap | cdebootstrap, gettext-base +Depends: debootstrap | cdebootstrap +Recommends: gettext-base Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Debian Live build scripts live-helper is a set of scripts to build Debian Live system images. |