The branch, build-baikal has been updated via 5a7e3cc13d5ca68d0360758124688e1c7636922d (commit) from e603345464ad97bcbd214a4baf2b3129c500f8aa (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/patches/005_add_nxagent_wrapper.patch | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 14 insertions(+) create mode 100644 debian/patches/005_add_nxagent_wrapper.patch The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 460ba6f..6bb0f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,5 +7,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low * Add patch: 002_nxcompshad-build-against-nx-x11-only.patch. * Add patch: 003_nxcompshad-gcc43.patch. * Add patch: 004_nx-x11-fix-nxcompshad-build.patch. + * Add patch: 005_add_nxagent_wrapper.patch. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 diff --git a/debian/patches/005_add_nxagent_wrapper.patch b/debian/patches/005_add_nxagent_wrapper.patch new file mode 100644 index 0000000..a2a9f92 --- /dev/null +++ b/debian/patches/005_add_nxagent_wrapper.patch @@ -0,0 +1,12 @@ +--- /dev/null ++++ b/bin/nxagent +@@ -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/nxagent "$@" diff --git a/debian/patches/series b/debian/patches/series index 38a6041..d004ac1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 002_nxcompshad-build-against-nx-x11-only.patch 003_nxcompshad-gcc43.patch 004_nx-x11-fix-nxcompshad-build.patch +005_add_nxagent_wrapper.patch hooks/post-receive -- nx-libs.git (NX (redistributed)) 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 (redistributed)).