diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:31:36 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:31:36 +0200 |
commit | d102d6060a9c8d46d38523ac24571f9413b8a0d6 (patch) | |
tree | cd634fff3376f22d11d478deeeb2d3f401caae0f | |
parent | 93c041ec4a1f5800faaa21d4fb96d11c6b3f048d (diff) | |
download | vyos-live-build-d102d6060a9c8d46d38523ac24571f9413b8a0d6.tar.gz vyos-live-build-d102d6060a9c8d46d38523ac24571f9413b8a0d6.zip |
Rewrapping control file.
-rw-r--r-- | debian/control | 31 |
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. |