aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-11 17:37:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-11 17:37:45 +0100
commit8f76198c5012a04ca8b5e10c3f133815008178ba (patch)
treed640482ffdf90245a5619e64c139e0a463ba2ef2
parent0d3a820b3ed1f76860cdee8dc0532674d621f1e3 (diff)
downloadnx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.tar.gz
nx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.tar.bz2
nx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.zip
Add binary package: x2goagent, includes man page patch: 209_x2goagent-add-man-page.patch
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/209_x2goagent-add-man-page.patch38
-rw-r--r--debian/x2goagent.dirs3
-rw-r--r--debian/x2goagent.install3
-rw-r--r--debian/x2goagent.links1
-rw-r--r--debian/x2goagent.manpages1
6 files changed, 48 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 23cd1d8e3..81f2d95c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ nx-libs (2:3.5.0.2-1) UNRELEASED; urgency=low
- 999_nxagent_unbrand-nxagent-brand-x2goagent.patch
* Add patch: 023_add-x2goagent-wrapper.patch.
* Add patch: 209_x2goagent-add-man-page.patch.
+ * Add binary package: x2goagent, includes man page
+ 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/patches/209_x2goagent-add-man-page.patch b/debian/patches/209_x2goagent-add-man-page.patch
new file mode 100644
index 000000000..00ade43f8
--- /dev/null
+++ b/debian/patches/209_x2goagent-add-man-page.patch
@@ -0,0 +1,38 @@
+--- /dev/null
++++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
+@@ -0,0 +1,35 @@
++.TH x2goagent 1
++.SH NAME
++x2goagent \- X2Go Agent.
++.SH SYNOPSIS
++.B x2goagent
++.I "[options]"
++
++.SH DESCRIPTION
++\fBx2goagent\fR is an Xnest-like X server for remote application/desktop access.
++.PP
++\fBx2goagent\fR implements a very efficient compression of the X11 protocol.
++.PP
++This increases performance when using X applications over high latency and
++low bandwidth networks, while providing a local (LAN-like) usage experience
++even if connecting from off-site locations (via cable modem or GSM).
++.PP
++\fBx2goagent\fR is not designed to be used as a standalone application.
++It has to be launched on the server side by the X2Go server software.
++.PP
++Available clients are
++\fBx2goclient\fR, \fBpyhoca-gui\fR and \fBpyhoca-gui\fR (using the
++Python X2Go API).
++
++.SH OPTIONS
++.TP
++.B \--help
++Lists all others options that are not listed here.
++
++.SH FURTHER READINGS
++Information on X2Go: http://wiki.x2go.org
++.PP
++Information on NX: http://www.nomachine.com
++
++.SH AUTHOR
++This manual page was written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.
diff --git a/debian/x2goagent.dirs b/debian/x2goagent.dirs
new file mode 100644
index 000000000..042e97d05
--- /dev/null
+++ b/debian/x2goagent.dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/lib/nx
+usr/share/x2go \ No newline at end of file
diff --git a/debian/x2goagent.install b/debian/x2goagent.install
new file mode 100644
index 000000000..8fa8af8a4
--- /dev/null
+++ b/debian/x2goagent.install
@@ -0,0 +1,3 @@
+bin/x2goagent usr/bin
+debian/rgb usr/share/x2go
+nx-X11/programs/Xserver/hw/nxagent/x2go.xpm usr/share/pixmaps \ No newline at end of file
diff --git a/debian/x2goagent.links b/debian/x2goagent.links
new file mode 100644
index 000000000..48b2ea57f
--- /dev/null
+++ b/debian/x2goagent.links
@@ -0,0 +1 @@
+usr/lib/nx/nxagent usr/lib/x2go/x2goagent
diff --git a/debian/x2goagent.manpages b/debian/x2goagent.manpages
new file mode 100644
index 000000000..2a8850e0c
--- /dev/null
+++ b/debian/x2goagent.manpages
@@ -0,0 +1 @@
+nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1