live-build/debian/control

38 lines
1.5 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:11 +00:00
Conflicts: live-package (<< 1.0~a13)
2007-09-23 08:04:46 +00:00
Replaces: live-package
2007-09-23 08:04:20 +00:00
Provides: make-live
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
in sequence. Live-helper commands are all named with a "lh_" prefix. Examples
of such a program that uses live-helper is make-live (included here).
2007-09-23 08:04:21 +00:00
.
2007-09-23 08:04:37 +00:00
Homepage: <http://debian-live.alioth.debian.org/>
2007-09-23 08:05:11 +00:00
Package: live-package
Architecture: all
Depends: live-helper
Description: Debian Live helper programs (transitional package)
Package to ease upgrading from older live-package package to the new
live-helper package.
.
This package can be purged at anytime once the live-helper package has been
installed.