d/control: 1 item/line + alphabetically ordered (easier to read)
This commit is contained in:
parent
c59173d076
commit
8bd7a6fcf6
1 changed files with 15 additions and 2 deletions
|
@ -2,7 +2,15 @@ Source: jamulus
|
||||||
Section: sound
|
Section: sound
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: "Marc Landolt jr" <debian@marclandolt.ch>
|
Maintainer: "Marc Landolt jr" <debian@marclandolt.ch>
|
||||||
Build-Depends: debhelper (>= 9), libc6-dev | libc-dev ,g++, make, dpkg-dev, qtdeclarative5-dev, qt5-default, libjack-jackd2-dev
|
Build-Depends:
|
||||||
|
debhelper (>= 9),
|
||||||
|
dpkg-dev,
|
||||||
|
g++,
|
||||||
|
libc6-dev | libc-dev,
|
||||||
|
libjack-jackd2-dev,
|
||||||
|
make,
|
||||||
|
qt5-default,
|
||||||
|
qtdeclarative5-dev,
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://http://llcon.sourceforge.net/
|
Homepage: http://http://llcon.sourceforge.net/
|
||||||
Vcs-Git: git://github.com/corrados/jamulus.git
|
Vcs-Git: git://github.com/corrados/jamulus.git
|
||||||
|
@ -10,6 +18,11 @@ Vcs-Browser: https://github.com/corrados/jamulus
|
||||||
|
|
||||||
Package: jamulus
|
Package: jamulus
|
||||||
Architecture: i386 amd64 armhf
|
Architecture: i386 amd64 armhf
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, qt5-default, qtchooser, jackd
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
jackd,
|
||||||
|
qt5-default,
|
||||||
|
qtchooser,
|
||||||
Description: Low latency Audio Server/Client
|
Description: Low latency Audio Server/Client
|
||||||
that runs on Windows / OSX / Linux
|
that runs on Windows / OSX / Linux
|
||||||
|
|
Loading…
Reference in a new issue