diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 16:15:27 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:15 +0100 |
commit | 79b6f784534bb01b30c86992094c88f6ce757880 (patch) | |
tree | 973db36f87db19cd10f8376c02e9669d26116b5d /debian/control | |
parent | 8d38953630d3947dc95d8f729aabbe9b2468cca5 (diff) | |
download | vyos-live-build-79b6f784534bb01b30c86992094c88f6ce757880.tar.gz vyos-live-build-79b6f784534bb01b30c86992094c88f6ce757880.zip |
Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 5d3586bf2..7c67a1ffa 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: live-helper +Source: live-build Section: misc Priority: optional Maintainer: Debian Live Project <debian-live@lists.debian.org> @@ -6,22 +6,34 @@ Uploaders: Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: gettext Standards-Version: 3.9.0 -Homepage: http://live.debian.net/devel/live-helper/ -Vcs-Browser: http://live.debian.net/gitweb/?p=live-helper.git -Vcs-Git: git://live.debian.net/git/live-helper.git +Homepage: http://live.debian.net/devel/live-build/ +Vcs-Browser: http://live.debian.net/gitweb/?p=live-build.git +Vcs-Git: git://live.debian.net/git/live-build.git -Package: live-helper +Package: live-build Architecture: all Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static +Conflicts: live-helper (<< 2.0~a20) +Replaces: live-helper Recommends: cpio, gettext-base, gnu-fdisk 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. +Description: Debian Live - System Build Scripts + live-build is a set of scripts to build Debian Live system images. . - The idea behind live-helper is a framework that uses a configuration directory + The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image. . - An introduction to live-helper can be found in the live-helper(7) manpage. + An introduction to live-build can be found in the live-build(7) manpage. + +Package: live-helper +Architecture: all +Depends: ${misc:Depends}, live-helper +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. |