diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 82cf2ae5b..845e11532 100644 --- a/debian/control +++ b/debian/control @@ -94,6 +94,30 @@ Description: NX agent requests locally, ensuring that the most common source of round-trips are nearly reduced to zero. +Package: x2goagent +Architecture: any +Depends: + libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~), + nxagent (>= ${source:Version}) + ${shlibs:Depends}, + ${misc:Depends} +Suggests: + x2goserver +Description: NX agent + X2Go is a software suite that uses NX technology for remote desktop + computing. + . + NX technology implements a very efficient compression of the X11 protocol. + This increases performance when using X applications over a network, + especially a slow one. + . + X2Go agent functionality has been completely incorporated into NX agent's + code base. If the nxagent binary is executed under the name of `x2goagent', + the X2Go functionalities get activated. + . + The x2goagent package is a wrapper that activates X2Go branding in nxagent. + Please refer to the nxagent package's description for more information on NX. + Package: nxproxy Architecture: any Depends: |