diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-11 17:03:23 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-11 17:03:23 +0100 |
commit | 43de8b97236e4fe94d06c2152da732aafaaa32ce (patch) | |
tree | 2f95fad7007138ea71e22588646f232afd7b3910 /debian/control | |
parent | fdfed536ce4408e19a0b0e4732e3630cd542c051 (diff) | |
download | nx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.tar.gz nx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.tar.bz2 nx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.zip |
Add patch: 209_x2goagent-add-man-page.patch.
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: |