aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-11 17:03:23 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-11 17:03:23 +0100
commit43de8b97236e4fe94d06c2152da732aafaaa32ce (patch)
tree2f95fad7007138ea71e22588646f232afd7b3910
parentfdfed536ce4408e19a0b0e4732e3630cd542c051 (diff)
downloadnx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.tar.gz
nx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.tar.bz2
nx-libs-43de8b97236e4fe94d06c2152da732aafaaa32ce.zip
Add patch: 209_x2goagent-add-man-page.patch.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control24
-rw-r--r--debian/patches/series1
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