aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-31 01:39:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-31 01:39:39 +0100
commit92374647e2b13af0b691192a99bb1129e9ff2330 (patch)
treef2f93ba0925f8fd2371f4a6881cb0be0392b883b /debian/patches
parent383f8eece035ab3e67c3d3c6edf631678943f148 (diff)
downloadnx-libs-92374647e2b13af0b691192a99bb1129e9ff2330.tar.gz
nx-libs-92374647e2b13af0b691192a99bb1129e9ff2330.tar.bz2
nx-libs-92374647e2b13af0b691192a99bb1129e9ff2330.zip
* 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.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/005_nxagent_add-nxagent-wrapper.patch12
-rw-r--r--debian/patches/008_nxproxy_add-nxproxy-wrapper.patch13
-rw-r--r--debian/patches/011_nxauth_add-nxauth-wrapper.patch13
-rw-r--r--debian/patches/series4
4 files changed, 0 insertions, 42 deletions
diff --git a/debian/patches/005_nxagent_add-nxagent-wrapper.patch b/debian/patches/005_nxagent_add-nxagent-wrapper.patch
deleted file mode 100644
index 2d0123bcc..000000000
--- a/debian/patches/005_nxagent_add-nxagent-wrapper.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- /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 "$@"
diff --git a/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch b/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
deleted file mode 100644
index 0d9077f5d..000000000
--- a/debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /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
diff --git a/debian/patches/011_nxauth_add-nxauth-wrapper.patch b/debian/patches/011_nxauth_add-nxauth-wrapper.patch
deleted file mode 100644
index 1a731b6a5..000000000
--- a/debian/patches/011_nxauth_add-nxauth-wrapper.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /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
diff --git a/debian/patches/series b/debian/patches/series
index 57938c157..4c1431a84 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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