The branch, client-only has been updated via 623f02ce1a356821daf1cd840668d7b5fa45a64d (commit) from 9bdc2f1316cee2b82b9832ba8ca020eaa7276a0b (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 ----------------------------------------------------------------- commit 623f02ce1a356821daf1cd840668d7b5fa45a64d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 10 11:24:20 2012 +0100 Add patches: 009_add-nxproxy-man-page.patch. Reintroduce man page creation via patch system, so that all man pages find their way into the NX-redistribution tarball created from this source project. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++ debian/man/nxproxy.1 | 27 ---------------------- debian/nxproxy.manpages | 2 +- debian/patches/009_nxproxy-add-man-page.patch | 30 +++++++++++++++++++++++++ debian/patches/series | 1 + 5 files changed, 35 insertions(+), 28 deletions(-) delete mode 100644 debian/man/nxproxy.1 create mode 100644 debian/patches/009_nxproxy-add-man-page.patch The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2aa3ee4..7f0bffd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ nx-libs (3.5.0-5) UNRELEASED; urgency=low * Exclude autoconf build dirs from dh_clean, as they are shipped with upstream source tarball (nxproxy). * Add patch: 000_add-NX-redistribution-README.patch. + * Add patches: 009_add-nxproxy-man-page.patch. Reintroduce man page creation + via patch system, so that all man pages find their way into the + NX-redistribution tarball created from this source project. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 07 Jan 2012 08:26:14 +0100 diff --git a/debian/man/nxproxy.1 b/debian/man/nxproxy.1 deleted file mode 100644 index 5394b28..0000000 --- a/debian/man/nxproxy.1 +++ /dev/null @@ -1,27 +0,0 @@ -'\" -*- coding: utf-8 -*- -.if \n(.g .ds T< \\FC -.if \n(.g .ds T> \\F[\n[.fam]] -.de URL -\\$2 \(la\\$1\(ra\\$3 -.. -.if \n(.g .mso www.tmac -.TH nxproxy 1 "Nov 2011" "Version 3.5.0" "NX Proxy" -.SH NAME -nxproxy \- NX Proxy Tool -.SH SYNOPSIS -'nh -.fi -.ad l -\fBnxproxy\fR <options> - -.SH DESCRIPTION -\fBnxproxy\fR is a tool that allows to tunnel X sessions through -the NX compression libraries. \fBnxproxy\fR is a backend application -utilized by the X2goClient GUI and some other NX/X2go clients. -.PP -.SH OPTIONS -For an insight in \fBnxproxy\fR options use \fBnxproxy --help\fR on the command line. -.PP -.SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project -(http://www.x2go.org). diff --git a/debian/nxproxy.manpages b/debian/nxproxy.manpages index 21740d3..8564de8 100644 --- a/debian/nxproxy.manpages +++ b/debian/nxproxy.manpages @@ -1 +1 @@ -debian/man/nxproxy.1 +nxproxy/man/nxproxy.1 diff --git a/debian/patches/009_nxproxy-add-man-page.patch b/debian/patches/009_nxproxy-add-man-page.patch new file mode 100644 index 0000000..f872f84 --- /dev/null +++ b/debian/patches/009_nxproxy-add-man-page.patch @@ -0,0 +1,30 @@ +--- /dev/null ++++ b/nxproxy/man/nxproxy.1 +@@ -0,0 +1,27 @@ ++'\" -*- coding: utf-8 -*- ++.if \n(.g .ds T< \\FC ++.if \n(.g .ds T> \\F[\n[.fam]] ++.de URL ++\\$2 \(la\\$1\(ra\\$3 ++.. ++.if \n(.g .mso www.tmac ++.TH nxproxy 1 "Nov 2011" "Version 3.5.0" "NX Proxy" ++.SH NAME ++nxproxy \- NX Proxy Tool ++.SH SYNOPSIS ++'nh ++.fi ++.ad l ++\fBnxproxy\fR <options> ++ ++.SH DESCRIPTION ++\fBnxproxy\fR is a tool that allows to tunnel X sessions through ++the NX compression libraries. \fBnxproxy\fR is a backend application ++utilized by the X2goClient GUI and some other NX/X2go clients. ++.PP ++.SH OPTIONS ++For an insight in \fBnxproxy\fR options use \fBnxproxy --help\fR on the command line. ++.PP ++.SH AUTHOR ++This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project ++(http://www.x2go.org). diff --git a/debian/patches/series b/debian/patches/series index cc3701a..680d346 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,6 +2,7 @@ 000_remove-build-cruft-from-origsources.patch 001_add-main-makefile.patch 005_nxcomp_gcc43.patch +009_nxproxy-add-man-page.patch 011_nxcomp_sa-restorer.patch 012_nxcomp_makefile-uninstall.patch 015_nxproxy_makefile-uninstall.patch hooks/post-receive -- nx-libs.git (NX libraries) 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 libraries).