2
0
mirror of git://git.proxmox.com/git/pve-libspice-server.git synced 2025-08-30 22:16:01 +00:00

build: reformat debian/control

using wrap-and-sort -abt
This commit is contained in:
Fabian Grünbichler
2017-10-04 11:05:32 +02:00
parent 407b666c66
commit 7b0e217ee0

43
debian/control vendored
View File

@@ -1,18 +1,33 @@
Source: pve-libspice-server Source: pve-libspice-server
Priority: extra Priority: extra
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libjpeg-dev, zlib1g-dev, python-pyparsing, libpixman-1-dev (>= 0.17.7~), libogg-dev, libsasl2-dev, quilt, libglib2.0-dev, libssl-dev Build-Depends: autotools-dev,
debhelper (>= 8.0.0),
libglib2.0-dev,
libjpeg-dev,
libogg-dev,
libpixman-1-dev (>= 0.17.7~),
libsasl2-dev,
libssl-dev,
pkg-config,
python-pyparsing,
quilt,
zlib1g-dev,
Standards-Version: 3.9.3 Standards-Version: 3.9.3
Section: libs Section: libs
Package: pve-libspice-server-dev Package: pve-libspice-server-dev
Section: libdevel Section: libdevel
Architecture: amd64 Architecture: amd64
Depends: pve-libspice-server1 (= ${binary:Version}), ${misc:Depends}, libpixman-1-dev (>= 0.17.7~), libssl-dev, libxinerama-dev Depends: libpixman-1-dev (>= 0.17.7~),
Suggests: pkg-config libssl-dev,
Conflicts: libspice-server-dev libxinerama-dev,
Provides: libspice-server-dev pve-libspice-server1 (= ${binary:Version}),
Replaces: libspice-server-dev ${misc:Depends},
Suggests: pkg-config,
Conflicts: libspice-server-dev,
Provides: libspice-server-dev,
Replaces: libspice-server-dev,
Description: Header and development files for SPICE server Description: Header and development files for SPICE server
SPICE is a remote display system built for virtual environments which SPICE is a remote display system built for virtual environments which
allows you to view a computing 'desktop' environment not only on the allows you to view a computing 'desktop' environment not only on the
@@ -20,21 +35,21 @@ Description: Header and development files for SPICE server
from a wide variety of machine architectures. from a wide variety of machine architectures.
. .
This package contains the header files, static libraries and development This package contains the header files, static libraries and development
documentation for spice-server. documentation for spice-server.
Package: pve-libspice-server1 Package: pve-libspice-server1
Section: libs Section: libs
Architecture: amd64 Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${misc:Depends},
Conflicts: libspice-server1 ${shlibs:Depends},
Provides: libspice-server1 Conflicts: libspice-server1,
Replaces: libspice-server1 Provides: libspice-server1,
Replaces: libspice-server1,
Description: SPICE remote display system server library Description: SPICE remote display system server library
SPICE is a remote display system built for virtual environments which SPICE is a remote display system built for virtual environments which
allows you to view a computing 'desktop' environment not only on the allows you to view a computing 'desktop' environment not only on the
machine where it is running, but from anywhere on the Internet and machine where it is running, but from anywhere on the Internet and
from a wide variety of machine architectures. from a wide variety of machine architectures.
. .
This package contains the run-time libraries for any application that This package contains the run-time libraries for any application that
wishes to be a SPICE server. wishes to be a SPICE server.