aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:50:20 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:50:20 +0100
commit5336186cfc819bbb36f2b94a169ed8d7add5f7f1 (patch)
treef70cae5b86aee72aaaa8b5ad5f6954a9639c4330
parented08056fd39347883b12e93627ad7898b5dd00a7 (diff)
downloadnx-libs-5336186cfc819bbb36f2b94a169ed8d7add5f7f1.tar.gz
nx-libs-5336186cfc819bbb36f2b94a169ed8d7add5f7f1.tar.bz2
nx-libs-5336186cfc819bbb36f2b94a169ed8d7add5f7f1.zip
Add patch: 009_nxproxy-add-man-page.patch.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/009_nxproxy-add-man-page.patch30
-rw-r--r--debian/patches/series1
3 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 38cfafca3..3cfd92fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,5 +16,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Remove unknown option --with from dh_auto_clean.
* Add autoconf as build dependency.
* Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
+ * Add patch: 009_nxproxy-add-man-page.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
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 000000000..f872f846e
--- /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 a2f96dac7..fe954ec73 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
006_remove-configure-files.patch
007_nxcompshad-clean-gch-files.patch
008_add-nx-proxy-wrapper.patch
+009_nxproxy-add-man-page.patch