summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control74
1 files changed, 74 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 28431d8..9ede29c 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,9 @@ Build-Depends:
libpkcs11-helper1-dev,
libpng-dev,
libpulse-dev,
+ libsdl2-dev,
+ libsdl2-image-dev,
+ libsdl2-ttf-dev,
libssl-dev,
libswresample-dev,
libswscale-dev,
@@ -196,6 +199,7 @@ Package: freerdp3-dev
Section: devel
Architecture: any
Depends:
+ libfreerdp-server-proxy3-3 (= ${binary:Version}),
libfreerdp-client3-3 (= ${binary:Version}),
libfreerdp-server3-3 (= ${binary:Version}),
libfreerdp-shadow-subsystem3-3 (= ${binary:Version}),
@@ -300,3 +304,73 @@ Description: RDP client for Windows Terminal Services (wayland client)
* Windows 10
.
This package contains the wayland based client.
+
+Package: freerdp3-sdl
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libfreerdp-client3-3 (= ${binary:Version}),
+Description: RDP client for Windows Terminal Services (SDL client)
+ FreeRDP is a libre client/server implementation of the Remote
+ Desktop Protocol (RDP).
+ .
+ Currently, the FreeRDP client supports the following Windows Versions:
+ .
+ * Windows NT Server
+ * Windows 2000 Terminal Server
+ * Windows XP
+ * Windows 2003 Server
+ * Windows Vista
+ * Windows 2008/2008r2/2011SBS Server
+ * Windows 7
+ * Windows 2012/2012r2 Server
+ * Windows 8
+ * Windows 10
+ .
+ This package contains the SDL based client.
+
+Package: libfreerdp-server-proxy3-3
+Architecture: any
+Section: libs
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libfreerdp3-3 (= ${binary:Version}),
+ libfreerdp-client3-3 (= ${binary:Version}),
+ libwinpr3-3 (= ${binary:Version}),
+Multi-Arch: same
+Description: Free Remote Desktop Protocol library (proxy library)
+ FreeRDP is a libre client/server implementation of the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the shared library for proxying RDP connections.
+
+Package: freerdp3-proxy-modules
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libfreerdp-server-proxy3-3 (= ${binary:Version}),
+Description: FreeRDP Remote Desktop Protocol proxy module libraries
+ FreeRDP is a libre client/server implementation of the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the modules for the proxy.
+
+Package: freerdp3-proxy
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libfreerdp-server-proxy3-3 (= ${binary:Version}),
+ libfreerdp3-3 (= ${binary:Version}),
+ libwinpr3-3 (= ${binary:Version}),
+Suggests:
+ freerdp3-proxy-modules,
+Description: FreeRDP proxy server
+ FreeRDP is a libre client/server implementation of the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the proxy server that can be used
+ as man in the middle proxy for RDP connections.