The branch, master has been updated via 1f2e523e89d592507dabb3749a922a52c591af8c (commit) from 38470ee1424fc99f3d3b1069bc68256c100098ad (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 ----------------------------------------------------------------- commit 1f2e523e89d592507dabb3749a922a52c591af8c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 21 23:46:39 2011 +0100 Use an LD_LIBRARY_PATH compliant to nx-libs (2:3.5.0) in debian/rules. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 95691a2..a35065d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ x2goagent (3.5.0.5-0~x2go1) UNRELEASED; urgency=low * programs/Xserver/Imakefile: use /usr/lib/nx and /usr/lib/nx/X11 as NX library paths. * Disable building of x2goagent-dbg package. + * Use an LD_LIBRARY_PATH compliant to nx-libs (2:3.5.0) in debian/rules. -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 04 Oct 2011 08:11:22 +0200 diff --git a/debian/rules b/debian/rules index 607c412..1661c1d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f CFLAGS = -Wall -g +LD_LIBRARY_PATH=/usr/lib/nx/X11:/usr/lib/nx:$$LD_LIBRARY_PATH ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 hooks/post-receive -- x2goagent.git (X2go (NX-like) Agent) 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 "x2goagent.git" (X2go (NX-like) Agent).