diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-08-14 14:05:39 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-08-14 14:06:43 +0200 |
commit | c0263ca760f1af55a4b74c386baba14ea84eea7c (patch) | |
tree | db4a78767325638bf5dd4c9f04b921480d600732 | |
parent | 5161dcdf3bb50a8be7385f86fdfc60b0eb700bfa (diff) | |
download | vyos-live-build-c0263ca760f1af55a4b74c386baba14ea84eea7c.tar.gz vyos-live-build-c0263ca760f1af55a4b74c386baba14ea84eea7c.zip |
Wrap and sort debian control file.
-rw-r--r-- | debian/control | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 05d6c5947..f2996af4f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: live-build 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-build/ Vcs-Browser: http://live-systems.org/gitweb/?p=live-build.git @@ -12,18 +14,18 @@ Vcs-Git: git://live-systems.org/git/live-build.git Package: live-build Architecture: all Depends: - ${misc:Depends}, debootstrap, + ${misc:Depends}, Recommends: apt-utils, cpio, - wget, live-boot-doc, live-config-doc, live-manual-html | live-manual, + wget, Suggests: - gpgv, debian-keyring, + gpgv, 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. |