]> git.proxmox.com Git - pve-libspice-server.git/commitdiff
build: reformat debian/control
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:32 +0000 (11:05 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:32 +0000 (11:05 +0200)
using wrap-and-sort -abt

debian/control

index bd6c361ffd9c22b3d8c23dd1bb0b8f6a564a40e0..783f678b39e013edbd7df6409d875f7f811f4b75 100644 (file)
@@ -1,18 +1,33 @@
-Source:  pve-libspice-server
+Source: pve-libspice-server
 Priority: extra
 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
 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.
-