]> git.proxmox.com Git - pve-libspice-server.git/blame - debian/control
d/control: track libspice-protocol-dev build dependency
[pve-libspice-server.git] / debian / control
CommitLineData
7b0e217e 1Source: pve-libspice-server
f47a4a98
DM
2Priority: extra
3Maintainer: Proxmox Support Team <support@proxmox.com>
7b0e217e
FG
4Build-Depends: autotools-dev,
5 debhelper (>= 8.0.0),
6 libglib2.0-dev,
7 libjpeg-dev,
82c22f16 8 liblz4-dev,
7b0e217e 9 libogg-dev,
797caa44 10 libopus-dev,
7b0e217e
FG
11 libpixman-1-dev (>= 0.17.7~),
12 libsasl2-dev,
fb8a5605 13 libspice-protocol-dev (>= 0.12.14),
7b0e217e
FG
14 libssl-dev,
15 pkg-config,
16 python-pyparsing,
17 quilt,
18 zlib1g-dev,
f47a4a98
DM
19Standards-Version: 3.9.3
20Section: libs
21
22Package: pve-libspice-server-dev
23Section: libdevel
24Architecture: amd64
7b0e217e
FG
25Depends: libpixman-1-dev (>= 0.17.7~),
26 libssl-dev,
27 libxinerama-dev,
28 pve-libspice-server1 (= ${binary:Version}),
29 ${misc:Depends},
30Suggests: pkg-config,
31Conflicts: libspice-server-dev,
32Provides: libspice-server-dev,
33Replaces: libspice-server-dev,
e94c7b8c 34Description: Header and development files for SPICE server
f47a4a98
DM
35 SPICE is a remote display system built for virtual environments which
36 allows you to view a computing 'desktop' environment not only on the
37 machine where it is running, but from anywhere on the Internet and
38 from a wide variety of machine architectures.
39 .
40 This package contains the header files, static libraries and development
7b0e217e 41 documentation for spice-server.
f47a4a98
DM
42
43Package: pve-libspice-server1
44Section: libs
45Architecture: amd64
7b0e217e
FG
46Depends: ${misc:Depends},
47 ${shlibs:Depends},
48Conflicts: libspice-server1,
49Provides: libspice-server1,
50Replaces: libspice-server1,
f47a4a98
DM
51Description: SPICE remote display system server library
52 SPICE is a remote display system built for virtual environments which
53 allows you to view a computing 'desktop' environment not only on the
54 machine where it is running, but from anywhere on the Internet and
55 from a wide variety of machine architectures.
56 .
7b0e217e 57 This package contains the run-time libraries for any application that
f47a4a98 58 wishes to be a SPICE server.