diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:30:22 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:30:22 +0200 |
commit | 1f307e532397bf92fca2856ae65547531150c584 (patch) | |
tree | f062db03ee0fd2c248309c209ad45ad73accebec /debian | |
parent | fae4139226bf8077beccb989de4e3cee919a7cc5 (diff) | |
download | live-boot-1f307e532397bf92fca2856ae65547531150c584.tar.gz live-boot-1f307e532397bf92fca2856ae65547531150c584.zip |
Rewrapping control file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 49dfb3e..6299bf8 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,20 @@ Vcs-Git: git://live-systems.org/git/live-boot.git Package: live-boot Architecture: all -Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend -Recommends: live-boot-doc, live-tools, rsync, uuid-runtime -Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget +Depends: + ${misc:Depends}, + live-boot-initramfs-tools | live-boot-backend, +Recommends: + live-boot-doc, + live-tools, + rsync, + uuid-runtime, +Suggests: + curlftpfs, + cryptsetup, + httpfs2, + unionfs-fuse, + wget, Description: Live System Boot Components The Live Systems project maintains the components to build Debian based Live systems and the official Debian Live images themselves. @@ -40,7 +51,10 @@ Description: Live System Boot Components (documentation) Package: live-boot-initramfs-tools Architecture: all Depends: - ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev + ${misc:Depends}, + busybox | busybox-initramfs, + initramfs-tools, + udev, Conflicts: live-boot-backend Replaces: live-boot-backend Provides: live-boot-backend |