Initial commit - from Precise source
[freerdp-ubuntu-pcb-backport.git] / debian / control
1 Source: freerdp
2 Section: x11
3 Priority: optional
4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Otavio Salvador <otavio@debian.org>
6 Build-Depends:
7  debhelper (>= 7.0.50~), autotools-dev, cmake, libasound2-dev, libcups2-dev,
8  libpcsclite-dev, libpulse-dev, libssl-dev, libx11-dev, libxcursor-dev,
9  libxdamage-dev, libxext-dev, libxkbfile-dev, libxinerama-dev, libxv-dev,
10  pkg-config, xmlto
11 Standards-Version: 3.9.2
12 Homepage: http://www.freerdp.com/
13 Vcs-Browser: http://git.debian.org/?p=collab-maint/freerdp.git
14 Vcs-Git: git://git.debian.org/git/collab-maint/freerdp.git
15
16 Package: freerdp-dbg
17 Section: debug
18 Priority: extra
19 Architecture: any
20 Depends:
21  ${misc:Depends}, freerdp-x11 (= ${binary:Version}),
22  libfreerdp1 (= ${binary:Version}),
23  libfreerdp-plugins-standard (= ${binary:Version}),
24 Description: RDP client for Windows Terminal Services (debug)
25  FreeRDP is a client for Windows Terminal Services implementing the Remote
26  Desktop Protocol (RDP).
27  .
28  This package contains the debug symbols.
29
30 Package: freerdp-x11
31 Section: x11
32 Architecture: any
33 Depends: ${misc:Depends}, ${shlibs:Depends}
34 Recommends: libfreerdp-plugins-standard
35 Provides: freerdp
36 Description: RDP client for Windows Terminal Services
37  FreeRDP is a client for Windows Terminal Services implementing the Remote
38  Desktop Protocol (RDP).
39  .
40  Currently, the following Windows Versions are supported:
41  .
42   * Windows NT Server
43   * Windows 2000 Terminal Server
44   * Windows XP
45   * Windows 2003 Server
46   * Windows Vista
47   * Windows 2008 Server
48   * Windows 7
49  .
50  This package contains the X11 based client.
51
52 Package: libfreerdp1
53 Architecture: any
54 Section: libs
55 Depends: ${misc:Depends}, ${shlibs:Depends}
56 Suggests: xfreerdp
57 Description: RDP client for Windows Terminal Services (library)
58  FreeRDP is a client for Windows Terminal Services implementing the Remote
59  Desktop Protocol (RDP).
60  .
61  This package contains the shared library.
62
63 Package: libfreerdp-plugins-standard
64 Architecture: any
65 Section: libs
66 Depends: ${misc:Depends}, ${shlibs:Depends}
67 Description: RDP client for Windows Terminal Services (plugins)
68  FreeRDP is a client for Windows Terminal Services implementing the Remote
69  Desktop Protocol (RDP).
70  .
71  This package contains the plugins available to the Channel Manager extending
72  the RDP core functionality, such as sounds, clipboard synchronisation,
73  disk/printer redirection, etc.
74
75 Package: libfreerdp-dev
76 Section: libdevel
77 Architecture: any
78 Depends:
79  ${misc:Depends}, libfreerdp1 (= ${binary:Version}),
80  libfreerdp-plugins-standard (= ${binary:Version})
81 Description: RDP client for Windows Terminal Services (development)
82  FreeRDP is a client for Windows Terminal Services implementing the Remote
83  Desktop Protocol (RDP).
84  .
85  This package contains the development files.