b6d9e77218d5cd7b987e6289d65cc28fe5f57435
[platform/upstream/freerdp.git] / packaging / deb / freerdp-nightly / control
1 Source: freerdp-nightly
2 Section: x11
3 Priority: optional
4 Maintainer: FreeRDP <team@freerdp.com>
5 Build-Depends:
6  debhelper (>= 9),
7  cdbs,
8  dpkg-dev,
9  autotools-dev,
10  cmake,
11  pkg-config,
12  xmlto,
13  libssl-dev,
14  docbook-xsl,
15  xsltproc,
16  libxkbfile-dev,
17  libx11-dev,
18  libwayland-dev,
19  libxrandr-dev,
20  libxi-dev,
21  libxrender-dev,
22  libxext-dev,
23  libxinerama-dev,
24  libxfixes-dev,
25  libxcursor-dev,
26  libxv-dev,
27  libxdamage-dev,
28  libxtst-dev,
29  libcups2-dev,
30  libcairo2-dev,
31  libpcsclite-dev,
32  libasound2-dev,
33  libpulse-dev, 
34  libavcodec-dev,
35  libavutil-dev,
36  libswresample-dev | libavresample-dev,
37  libusb-1.0-0-dev,
38  libudev-dev,
39  libdbus-glib-1-dev,
40  uuid-dev, 
41  libxml2-dev,
42  libgstreamer1.0-dev | libgstreamer0.10-dev,
43  libgstreamer-plugins-base1.0-dev | libgstreamer-plugins-base0.10-dev
44 Standards-Version: 3.9.5
45 Homepage: http://www.freerdp.com/
46 Vcs-Browser: http://github.com/FreeRDP/FreeRDP.git
47 Vcs-Git: git://github.com/FreeRDP/FreeRDP.git
48
49 Package: freerdp-nightly
50 Architecture: any
51 Depends: ${misc:Depends}, ${shlibs:Depends}
52 Provides: freerdp
53 Description: RDP client for Windows Terminal Services (X11 client)
54  FreeRDP is a libre client/server implementation of the Remote
55  Desktop Protocol (RDP).
56  .
57  Currently, the FreeRDP client supports the following Windows Versions:
58  .
59   * Windows NT Server
60   * Windows 2000 Terminal Server
61   * Windows XP
62   * Windows 2003 Server
63   * Windows Vista
64   * Windows 2008/2008r2/2011SBS Server
65   * Windows 7
66   * Windows 2012 Server
67   * Windows 8
68  .
69  This package contains the X11 based client.
70
71 Package: freerdp-nightly-dev
72 Section: libdevel
73 Architecture: any
74 Multi-Arch: same
75 Depends: freerdp-nightly (= ${binary:Version}), ${misc:Depends}
76 Description: Free Remote Desktop Protocol library (development files)
77  FreeRDP is a libre client/server implementation of the Remote
78  Desktop Protocol (RDP).
79  .
80  This package contains the FreeRDP development files.
81
82 Package: freerdp-nightly-dbg
83 Section: debug
84 Priority: extra
85 Architecture: any
86 Depends:
87  freerdp-nightly (= ${binary:Version}), ${misc:Depends},
88 Description: RDP client for Windows Terminal Services (X11 client, debug symbols)
89  FreeRDP is a libre client/server implementation of the Remote
90  Desktop Protocol (RDP).
91  .
92  This package contains the debug symbols of the xfreerdp executable.