diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 12:38:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:19:23 +0100 |
commit | c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a (patch) | |
tree | 44a6d3a12cd11067aea2a4d43eb9133cc25bad2f /debian/control | |
parent | 941a47be0ca3061f54a237583092357d1ff80f7c (diff) | |
download | vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.tar.gz vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.zip |
Adding debian version 3.0~a1-1.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/debian/control b/debian/control index 0e2cde43c..fae32f93a 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Debian Live Project <debian-live@lists.debian.org> Uploaders: Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: gettext Standards-Version: 3.9.1 Homepage: http://live.debian.net/devel/live-build/ Vcs-Browser: http://live.debian.net/gitweb/?p=live-build.git @@ -12,9 +13,7 @@ Vcs-Git: git://live.debian.net/git/live-build.git Package: live-build Architecture: all Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static -Conflicts: live-helper (<< 2.0~a20) -Replaces: live-helper -Recommends: cpio, gnu-fdisk +Recommends: cpio, gettext-base, gnu-fdisk Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, @@ -25,22 +24,10 @@ Description: Debian Live - System Build Scripts Package: live-build-cgi Architecture: all -Depends: ${misc:Depends}, live-helper (= ${source:Version}) -Conflicts: live-helper (<< 2.0~a20) -Replaces: live-helper +Depends: ${misc:Depends} Recommends: apache2 | httpd Description: Debian Live - System Build Scripts (cgi frontend) live-build contains the scripts that build a Debian Live system image from a configuration directory. . This package contains the cgi frontend. - -Package: live-helper -Architecture: all -Depends: ${misc:Depends}, live-build -Description: Debian Live - System Build Scripts (transitional package) - Package to ease upgrading from older live-helper packages to the new - live-build package. - . - This package can be purged at anytime once the live-build package has been - installed. |