summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-11-22 14:36:42 +0100
committerDaniel Baumann <daniel@debian.org>2009-11-22 14:38:00 +0100
commita62f12110b19a52a58d7eae871012202cfa16055 (patch)
tree0bd188079c808ee8956fb5304c46ce8266b49f75 /debian/control
downloadvyos-live-build-a62f12110b19a52a58d7eae871012202cfa16055.tar.gz
vyos-live-build-a62f12110b19a52a58d7eae871012202cfa16055.zip
Renaming categories to archive areas (Closes: #519690).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..480945ca3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: live-helper
+Section: misc
+Priority: optional
+Maintainer: Debian Live <debian-live@lists.debian.org>
+Uploaders: Daniel Baumann <daniel@debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: gettext
+Standards-Version: 3.8.3
+Homepage: http://debian-live.alioth.debian.org/
+Vcs-Browser: http://live.debian.net/gitweb/?p=live-helper.git
+Vcs-Git: git://live.debian.net/git/live-helper.git
+
+Package: live-helper
+Architecture: all
+Depends: debootstrap | cdebootstrap | cdebootstrap-static
+Recommends: gettext-base
+Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader
+Description: Debian Live build scripts
+ live-helper is a set of scripts to build Debian Live system images.
+ .
+ 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.