diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 24 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 498d260bb..23cd1d8e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ nx-libs (2:3.5.0.2-1) UNRELEASED; urgency=low - 300_nxagent_set-wm-class.patch - 999_nxagent_unbrand-nxagent-brand-x2goagent.patch * Add patch: 023_add-x2goagent-wrapper.patch. + * Add patch: 209_x2goagent-add-man-page.patch. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Jan 2012 15:30:36 +0100 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: diff --git a/debian/patches/series b/debian/patches/series index 661aeaa5c..26d3ee812 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -32,6 +32,7 @@ 110_nxagent_createpixmap-bounds-check.patch 200_nxagent_check-binary-x2go-flavour.patch 201_nxagent_set-x2go-icon-if-x2goagent-flavour.patch +209_x2goagent-add-man-page.patch 300_nxagent_set-wm-class.patch 999_nxagent_unbrand-nxagent-brand-x2goagent.patch |