From 7b0e217ee0a729b23d0c35e20433f739069b415a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 4 Oct 2017 11:05:32 +0200 Subject: [PATCH] build: reformat debian/control using wrap-and-sort -abt --- debian/control | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index bd6c361..783f678 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,33 @@ -Source: pve-libspice-server +Source: pve-libspice-server Priority: extra Maintainer: Proxmox Support Team -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 Section: libs Package: pve-libspice-server-dev Section: libdevel Architecture: amd64 -Depends: pve-libspice-server1 (= ${binary:Version}), ${misc:Depends}, libpixman-1-dev (>= 0.17.7~), libssl-dev, libxinerama-dev -Suggests: pkg-config -Conflicts: libspice-server-dev -Provides: libspice-server-dev -Replaces: libspice-server-dev +Depends: libpixman-1-dev (>= 0.17.7~), + libssl-dev, + libxinerama-dev, + pve-libspice-server1 (= ${binary:Version}), + ${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 SPICE is a remote display system built for virtual environments which 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. . This package contains the header files, static libraries and development - documentation for spice-server. + documentation for spice-server. Package: pve-libspice-server1 Section: libs Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libspice-server1 -Provides: libspice-server1 -Replaces: libspice-server1 +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Conflicts: libspice-server1, +Provides: libspice-server1, +Replaces: libspice-server1, Description: SPICE remote display system server library SPICE is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and 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. -