summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-29 09:36:29 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commitb28ffecee0815d624a17e77bb372450224ca27c4 (patch)
treed758cec2a4640aa4b7999e040d85a631fe0c860b /debian/control
parent37d2fb4b0f5ac4c92ca589ab46d567f06551971f (diff)
downloadlive-build-b28ffecee0815d624a17e77bb372450224ca27c4.zip
live-build-b28ffecee0815d624a17e77bb372450224ca27c4.tar.gz
Check for availability of gettext at runtime, and only use it if existing.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dee2995..3c4b8f0 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.