1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Source: live-build
Section: misc
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.0
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-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 - System Build Scripts
live-build is a set of scripts to build Debian Live system images.
.
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-build can be found in the live-build(7) manpage.
Package: live-build-cgi
Architecture: all
Depends: ${misc:Depends}, live-helper (= ${source:Version})
Conflicts: live-helper (<< 2.0~a20)
Replaces: live-helper
Recommends: apache2 | httpd
Description: Debian Live - System Build Scripts (cgi frontend)
live-build is a set of scripts to build Debian Live system images.
.
This package contains the cgi frontend.
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.
|