live-build/debian/control

59 lines
1.5 KiB
Plaintext
Raw Normal View History

Source: live-build
2007-09-23 08:04:20 +00:00
Section: misc
Priority: optional
2013-03-11 04:35:40 -01:00
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
2012-01-15 18:46:06 -01:00
Build-Depends: debhelper (>= 9)
2012-09-29 11:51:36 +00:00
Standards-Version: 3.9.4
2013-03-11 04:35:40 -01:00
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
2007-09-23 08:04:20 +00:00
Package: live-build
2007-09-23 08:04:20 +00:00
Architecture: all
2013-04-06 08:15:02 +00:00
Depends:
2013-10-15 10:31:36 +00:00
${misc:Depends},
python3,
2013-10-15 10:31:36 +00:00
debootstrap | cdebootstrap | cdebootstrap-static,
2011-07-15 06:05:25 +00:00
Recommends:
2013-10-15 10:31:36 +00:00
live-boot-doc,
live-config-doc,
live-manual-html | live-manual,
cpio,
gnu-fdisk,
2010-01-19 20:09:38 -01:00
Suggests:
2013-10-15 10:31:36 +00:00
dosfstools,
debian-keyring,
xorriso,
git,
gpgv,
loadlin,
memtest86+ | memtest86,
mtools,
parted,
squashfs-tools | mtd-tools,
syslinux | grub,
uuid-runtime,
win32-loader,
2013-10-14 08:37:35 +00:00
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
2012-10-03 13:58:44 +00:00
directory.
Package: live-build-cgi
Architecture: all
Depends: ${misc:Depends}, live-build (= ${source:Version})
2013-10-15 10:31:36 +00:00
Recommends:
apache2 | httpd,
cron,
2012-10-03 13:58:44 +00:00
Description: Live System Build Scripts (CGI frontend)
2013-10-14 08:37:35 +00:00
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
2012-10-03 13:58:44 +00:00
directory.
.
This package contains the CGI frontend (experimental!).