live-build/debian/control

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2007-09-23 08:04:46 +00:00
Source: live-helper
2007-09-23 08:04:20 +00:00
Section: misc
Priority: optional
2007-09-23 08:04:21 +00:00
Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org>
Uploaders: Daniel Baumann <daniel@debian.org>, Marco Amadori <marco.amadori@gmail.com>
2007-09-23 08:04:37 +00:00
Build-Depends: debhelper (>= 5)
2007-09-23 08:04:20 +00:00
Standards-Version: 3.7.2
2007-09-23 08:04:49 +00:00
XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-helper/
2007-09-23 08:05:09 +00:00
XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-helper/
2007-09-23 08:04:20 +00:00
2007-09-23 08:04:46 +00:00
Package: live-helper
2007-09-23 08:04:20 +00:00
Architecture: all
2007-09-23 08:04:48 +00:00
Depends: cdebootstrap (>= 0.3.15) | debootstrap (>= 0.3.3.2)
2007-09-23 08:05:15 +00:00
Suggests: genisoimage | mkisofs, memtest86+ | memtest86, mtools, squashfs-tools | genext2fs, syslinux | grub
2007-09-23 08:04:46 +00:00
Description: Debian Live helper programs
Live-helper is a collection of programs that can be used to build Debian Live
system images. The philosophy behind live-helper is to provide a collection of
small, simple, and easily understood tools that can be used in your own program
to automate building of a Live system.
.
A typical program that uses live-helper will call several live-helper commands
2007-09-23 08:05:16 +00:00
in sequence. Live-helper commands are all named with a "lh_" prefix.
2007-09-23 08:04:21 +00:00
.
2007-09-23 08:04:37 +00:00
Homepage: <http://debian-live.alioth.debian.org/>