Commit 5ea24ed1 authored by Mike Gabriel's avatar Mike Gabriel

Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.

parent 867c3b97
...@@ -15,5 +15,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low ...@@ -15,5 +15,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 007_nxcompshad-clean-gch-files.patch. * Add patch: 007_nxcompshad-clean-gch-files.patch.
* Remove unknown option --with from dh_auto_clean. * Remove unknown option --with from dh_auto_clean.
* Add autoconf as build dependency. * Add autoconf as build dependency.
* Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
...@@ -110,6 +110,30 @@ Description: NX agent (NoMachine) ...@@ -110,6 +110,30 @@ Description: NX agent (NoMachine)
# . # .
# This package contains the debug symbols of nxagent. Source: nx-libs # This package contains the debug symbols of nxagent. Source: nx-libs
Package: nxproxy
Architecture: any
Depends:
libxcomp3 (>= ${source:Version}), libxcomp3 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
Description: NX proxy (NoMachine)
NX provides a differential X compression library for X11.
.
This package provides the NX proxy (client) binary.
#Package: nxproxy-dbg
#Architecture: any
#Depends:
# libxcomp3 (>= ${source:Version}), libxcomp3 (<< ${source:Version}.1~),
# ${shlibs:Depends},
# ${misc:Depends}
#Priority: extra
#Section: debug
#Description: NX proxy (NoMachine), debug symbols
# NX provides a differential X compression library for X11.
# .
# This package provides the NX proxy (client) binary.
Package: libxcomp3 Package: libxcomp3
Architecture: any Architecture: any
Depends: Depends:
......
usr/bin
usr/lib/nx
nxproxy/nxproxy usr/lib/nx
bin/nxproxy usr/bin
--- /dev/null
+++ b/bin/nxproxy
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxproxy "$@"
\ No newline at end of file
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
005_add_nxagent_wrapper.patch 005_add_nxagent_wrapper.patch
006_remove-configure-files.patch 006_remove-configure-files.patch
007_nxcompshad-clean-gch-files.patch 007_nxcompshad-clean-gch-files.patch
008_add-nx-proxy-wrapper.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment