summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-03-06 15:32:15 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:01:37 +0100
commit5c28f183e1c6b12041c1c7db7751af78eb41ef76 (patch)
treec37d1f7508332dcc23f657dedad2b7a867b38f1b /debian/control
parent14480386e11b49f4e6e227451a43e6f3e54f25bd (diff)
downloadlive-build-5c28f183e1c6b12041c1c7db7751af78eb41ef76.zip
live-build-5c28f183e1c6b12041c1c7db7751af78eb41ef76.tar.gz
Reworded package description.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 73c5040..f33a7c5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,10 @@ Package: live-helper
Architecture: all
Depends: debootstrap | cdebootstrap
Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub
-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.
+Description: Debian Live build scripts
+ live-helper is a set of scripts to build Debian Live system images.
.
- 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.
+ The idea behind live-helper is a framework that uses a configuration directory
+ to completely automate and customize all aspects of building a Live image.
+ .
+ An introduction to live-helper can be found in the live-helper(7) manpage.