Commit 92374647 authored by Mike Gabriel's avatar Mike Gabriel

* Remove patches and put as executable scripts into /debian/bin/

- 005_add-nxagent-wrapper.patch. - 008_add-nxproxy-wrapper.patch. - 011_add-nxauth-wrapper.patch.
parent 383f8eec
nx-X11/programs/Xserver/nxagent usr/lib/nx
bin/nxagent usr/bin
nx-X11/programs/Xserver/nxagent usr/lib/nx
debian/bin/nxagent usr/bin
debian/rgb usr/share/nx
debian/nxagent.keyboard etc/nxagent
nx-X11/programs/Xserver/hw/nxagent/nxagent.xpm usr/share/pixmaps
\ No newline at end of file
nx-X11/programs/nxauth/nxauth usr/lib/nx/
bin/nxauth usr/bin
debian/bin/nxauth usr/bin
nxproxy/nxproxy usr/lib/nx
bin/nxproxy usr/bin
debian/bin/nxproxy usr/bin
--- /dev/null
+++ b/bin/nxagent
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxagent "$@"
--- /dev/null
+++ b/bin/nxproxy
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxproxy "$@"
\ No newline at end of file
--- /dev/null
+++ b/bin/nxauth
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxauth "$@"
\ No newline at end of file
......@@ -2,13 +2,9 @@
002_nxcompshad_build-against-nx-x11-only.patch
003_nxcompshad_gcc43.patch
004_nx-x11_fix-nxcompshad-build.patch
005_nxagent_add-nxagent-wrapper.patch
#006_remove-configure-files.patch
007_nxcompshad_clean-gch-files.patch
008_nxproxy_add-nxproxy-wrapper.patch
009_nxproxy_add-man-page.patch
010_nxauth_fix-binary-name-in-man-page.patch
011_nxauth_add-nxauth-wrapper.patch
012_nxcomp_makefile-uninstall.patch
013_nxcompext_makefile-uninstall.patch
014_nxcompshad_makefile-uninstall.patch
......
......@@ -36,8 +36,6 @@ override_dh_auto_install:
override_dh_quilt_patch:
dh_quilt_patch
chmod a+x bin/nxagent
chmod a+x bin/nxproxy
override_dh_quilt_unpatch:
dh_quilt_unpatch
......
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