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