Wrap and sort debian control file.
This commit is contained in:
parent
5161dcdf3b
commit
c0263ca760
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue