summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-08-14 14:08:39 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-08-19 17:22:23 +0200
commit7f8416aaed052ea637754568883c8bde32b5b58c (patch)
treee2e55feb5bda7196511d6b7dacfa22193257048f
parent60e3a0cf5e883ca6323ed8542eaf519e497a6731 (diff)
downloadlive-boot-7f8416aaed052ea637754568883c8bde32b5b58c.tar.gz
live-boot-7f8416aaed052ea637754568883c8bde32b5b58c.zip
Wrap and sort debian control file.
-rw-r--r--debian/control24
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 22a06d0..655c5e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: live-boot
Section: misc
Priority: optional
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
-Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
-Build-Depends: debhelper (>= 9)
+Uploaders:
+ Daniel Baumann <mail@daniel-baumann.ch>,
+Build-Depends:
+ debhelper (>= 9),
Standards-Version: 3.9.6
Homepage: http://live-systems.org/devel/live-boot/
Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git
@@ -12,16 +14,16 @@ 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,
+ ${misc:Depends},
Recommends:
live-boot-doc,
live-tools,
rsync,
uuid-runtime,
Suggests:
- curlftpfs,
cryptsetup,
+ curlftpfs,
httpfs2,
wget,
Description: Live System Boot Components
@@ -37,7 +39,8 @@ Description: Live System Boot Components
Package: live-boot-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: Live System Boot Components (documentation)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
@@ -50,13 +53,16 @@ Description: Live System Boot Components (documentation)
Package: live-boot-initramfs-tools
Architecture: all
Depends:
- ${misc:Depends},
busybox | busybox-initramfs,
initramfs-tools,
udev,
-Conflicts: live-boot-backend
-Replaces: live-boot-backend
-Provides: live-boot-backend
+ ${misc:Depends},
+Conflicts:
+ live-boot-backend,
+Replaces:
+ live-boot-backend,
+Provides:
+ live-boot-backend,
Description: Live System Boot Components (initramfs-tools backend)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.