summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control31
1 files changed, 24 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 616636e66..de35f6b5a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,14 +12,29 @@ Vcs-Git: git://live-systems.org/git/live-build.git
Package: live-build
Architecture: all
Depends:
- ${misc:Depends}, python, debootstrap | cdebootstrap | cdebootstrap-static
+ ${misc:Depends},
+ python,
+ debootstrap | cdebootstrap | cdebootstrap-static,
Recommends:
- live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio,
- gnu-fdisk
+ live-boot-doc,
+ live-config-doc,
+ live-manual-html | live-manual,
+ cpio,
+ gnu-fdisk,
Suggests:
- dosfstools, debian-keyring, xorriso, git, gpgv, loadlin, memtest86+ | memtest86,
- mtools, parted, squashfs-tools | mtd-tools, syslinux | grub,
- uuid-runtime, win32-loader
+ dosfstools,
+ debian-keyring,
+ xorriso,
+ git,
+ gpgv,
+ loadlin,
+ memtest86+ | memtest86,
+ mtools,
+ parted,
+ squashfs-tools | mtd-tools,
+ syslinux | grub,
+ uuid-runtime,
+ win32-loader,
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.
@@ -30,7 +45,9 @@ Description: Live System Build Components
Package: live-build-cgi
Architecture: all
Depends: ${misc:Depends}, live-build (= ${source:Version})
-Recommends: apache2 | httpd, cron
+Recommends:
+ apache2 | httpd,
+ cron,
Description: Live System Build Scripts (CGI frontend)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.