59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
Source: live-build
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
|
|
Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
|
|
Build-Depends: debhelper (>= 9)
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://live-systems.org/devel/live-build/
|
|
Vcs-Browser: http://live-systems.org/gitweb/?p=live-build.git
|
|
Vcs-Git: git://live-systems.org/git/live-build.git
|
|
|
|
Package: live-build
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
python3,
|
|
debootstrap | cdebootstrap | cdebootstrap-static,
|
|
Recommends:
|
|
live-boot-doc,
|
|
live-config-doc,
|
|
live-manual-html | live-manual,
|
|
cpio,
|
|
gnu-fdisk,
|
|
Suggests:
|
|
dosfstools,
|
|
debian-keyring,
|
|
xorriso,
|
|
git,
|
|
gpgv,
|
|
loadlin,
|
|
memtest86+ | memtest86,
|
|
mtools,
|
|
parted,
|
|
squashfs-tools | mtd-tools,
|
|
syslinux | grub,
|
|
uuid-runtime,
|
|
win32-loader,
|
|
Description: Live System Build Components
|
|
The Live Systems project maintains the components to build Debian based Live
|
|
systems and the official Debian Live images themselves.
|
|
.
|
|
live-build contains the components to build a live system from a configuration
|
|
directory.
|
|
|
|
Package: live-build-cgi
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, live-build (= ${source:Version})
|
|
Recommends:
|
|
apache2 | httpd,
|
|
cron,
|
|
Description: Live System Build Scripts (CGI frontend)
|
|
The Live Systems project maintains the components to build Debian based Live
|
|
systems and the official Debian Live images themselves.
|
|
.
|
|
live-build contains the components to build a live system from a configuration
|
|
directory.
|
|
.
|
|
This package contains the CGI frontend (experimental!).
|