Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 09:48:07 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 09:48:07 +0300
commit9aa86fccc9c7d04298e3aa1ebc54c87434fbef56 (patch)
tree9d25b40409b3cecc33aa4195bc3496fbbb98aa64 /debian/control
parent34f2f39a811379bda01a320e4d02a799a95af385 (diff)
Adding Python plugin
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 00456e7..c6282b6 100644
--- a/debian/control
+++ b/debian/control
@@ -294,3 +294,26 @@ Description: X2Go plugin for Remmina
Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.
.
This package contains the X2Go plugin for Remmina.
+
+Package: remmina-plugin-python
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version}),
+Description: Python support for Remmina
+ Remmina is a remote desktop client written in GTK+, aiming to be
+ useful for system administrators and travellers, who need to work
+ with lots of remote computers in front of either large monitors or
+ tiny netbooks.
+ .
+ Remmina supports multiple network protocols in an integrated and
+ consistent user interface.
+ .
+ Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.
+ .
+ This package contains the Python API, it can be used to run and
+ develop plugins for Remmina in Python.
+ .
+ See https://gitlab.com/Remmina/Remmina/-/wikis/Development/Plugin-Development/Python