The branch, build-baikal has been updated via 8f76198c5012a04ca8b5e10c3f133815008178ba (commit) from 0d3a820b3ed1f76860cdee8dc0532674d621f1e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/patches/209_x2goagent-add-man-page.patch | 38 +++++++++++++++++++++++ debian/{nxagent.dirs => x2goagent.dirs} | 2 +- debian/x2goagent.install | 3 ++ debian/x2goagent.links | 1 + debian/x2goagent.manpages | 1 + 6 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 debian/patches/209_x2goagent-add-man-page.patch copy debian/{nxagent.dirs => x2goagent.dirs} (57%) create mode 100644 debian/x2goagent.install create mode 100644 debian/x2goagent.links create mode 100644 debian/x2goagent.manpages The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 23cd1d8..81f2d95 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 0000000..00ade43 --- /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/nxagent.dirs b/debian/x2goagent.dirs similarity index 57% copy from debian/nxagent.dirs copy to debian/x2goagent.dirs index 25db3d7..042e97d 100644 --- a/debian/nxagent.dirs +++ b/debian/x2goagent.dirs @@ -1,3 +1,3 @@ usr/bin usr/lib/nx -usr/share/nx \ No newline at end of file +usr/share/x2go \ No newline at end of file diff --git a/debian/x2goagent.install b/debian/x2goagent.install new file mode 100644 index 0000000..8fa8af8 --- /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 0000000..48b2ea5 --- /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 0000000..2a8850e --- /dev/null +++ b/debian/x2goagent.manpages @@ -0,0 +1 @@ +nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 hooks/post-receive -- nx-libs.git (NX (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX (redistributed)).