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:
authorMatteo F. Vescovi <mfvescovi+github@gmail.com>2018-05-22 23:45:15 +0300
committerMatteo F. Vescovi <mfv@debian.org>2018-05-22 23:46:26 +0300
commited204b36e883f553f80490245ed1842c4f80102c (patch)
tree2e41e78199666c93386d8016fbab8314f38bf137 /debian/control
Initial packaging skeleton
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control262
1 files changed, 262 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3986109
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,262 @@
+Source: remmina
+Section: x11
+Priority: optional
+Maintainer: Remmina Maintainers <admin@remmina.org>
+Uploaders:
+ Antenore Gatta <antenore@simbiosi.org>,
+ Giovanni Panozzo <giovanni@panozzo.it>
+Build-Depends:
+ cmake (>= 3.5),
+ debhelper (>= 9~),
+ freerdp2-dev (>= 2.0.0~),
+ libappindicator3-dev,
+ libavahi-ui-gtk3-dev (>= 0.6.0),
+ libgcrypt-dev | libgcrypt20-dev,
+ libgnutls28-dev,
+ libgtk-3-dev,
+ libjpeg-dev,
+ libjson-glib-dev,
+ libsecret-1-dev,
+ libsoup2.4-dev,
+ libspice-client-gtk-3.0-dev,
+ libspice-protocol-dev,
+ libssh-dev (>= 0.8.0~20170825.94fa1e38),
+ libtelepathy-glib-dev,
+ libvncserver-dev,
+ libvte-2.91-dev,
+ libxkbfile-dev
+Standards-Version: 4.1.4
+Homepage: http://www.remmina.org/
+
+Package: remmina
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina-common (= ${source:Version}),
+ default-dbus-session-bus | dbus-session-bus
+Recommends:
+ remmina-plugin-rdp,
+ remmina-plugin-vnc,
+ remmina-plugin-secret
+Suggests:
+ remmina-plugin-exec,
+ remmina-plugin-nx,
+ remmina-plugin-spice,
+ remmina-plugin-telepathy,
+ remmina-plugin-xdmcp
+Description: GTK+ Remote Desktop Client
+ 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, NX, XDMCP and SSH are supported.
+
+Package: remmina-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Recommends: remmina
+Description: Common files 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the common files.
+
+Package: remmina-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Description: Headers 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the development headers for Remmina, to develop
+ new plugins.
+
+Package: remmina-plugin-rdp
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Description: RDP plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the RDP plugin for Remmina.
+
+Package: remmina-plugin-vnc
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Description: VNC plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the VNC plugin for Remmina.
+
+Package: remmina-plugin-xdmcp
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version}),
+ xserver-xephyr
+Description: XDMCP plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the XDMCP plugin for Remmina.
+
+Package: remmina-plugin-nx
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version}),
+ nxproxy
+Description: NX plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the NX plugin for Remmina.
+
+Package: remmina-plugin-spice
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version}),
+Description: Spice plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the Spice plugin for Remmina.
+
+Package: remmina-plugin-telepathy
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Description: Telepathy plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the Telepathy plugin for Remmina.
+
+Package: remmina-plugin-secret
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Breaks: remmina-plugin-gnome
+Replaces: remmina-plugin-gnome
+Description: Secret plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the secret plugin for Remmina, which
+ allows one to store and retrieve passwords from GNOME Keyring
+ or KWallet.
+
+Package: remmina-plugin-exec
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version})
+Description: EXEC plugin 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, NX, XDMCP, EXEC and SSH are supported.
+ .
+ This package contains the EXEC plugin for Remmina.