diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-03 18:12:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | f9b891c9d6a1a8cbf3ce9921a5af664989980ec3 (patch) | |
tree | 02bbc4a124a8e9e64c2c48e0fb062b12f726fc68 /debian | |
parent | bd340ee41fa4ba61a3e267d3c0316c7bffb806e2 (diff) | |
download | vyos-live-build-f9b891c9d6a1a8cbf3ce9921a5af664989980ec3.tar.gz vyos-live-build-f9b891c9d6a1a8cbf3ce9921a5af664989980ec3.zip |
Making gettext depends unversioned.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1ca0d58b7..31b9245bb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Live <debian-live@lists.debian.org> Uploaders: Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 5) -Build-Depends-Indep: gettext (>= 0.13) +Build-Depends-Indep: gettext Standards-Version: 3.8.0 Homepage: http://debian-live.alioth.debian.org/ Vcs-Browser: http://git.debian.net/?p=live-helper.git @@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.net/git/live-helper.git Package: live-helper Architecture: all -Depends: debootstrap | cdebootstrap, gettext-base (>= 0.13) +Depends: debootstrap | cdebootstrap, 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. |