[X2go-Commits] x2goagent.git - master (branch) updated: 3.5.0.2-18-g9674fd6

X2go dev team git-admin at x2go.org
Tue Nov 22 06:25:27 CET 2011


The branch, master has been updated
       via  9674fd624dc6ba7b5a29dbbc9c305b4b479cdc92 (commit)
      from  1f2e523e89d592507dabb3749a922a52c591af8c (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 9674fd624dc6ba7b5a29dbbc9c305b4b479cdc92
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Nov 22 06:24:51 2011 +0100

    fix LD_LIBRARY_PATH

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/rules b/debian/rules
index 1661c1d..332c425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/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
@@ -48,7 +47,7 @@ binary-arch: build install
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
+	LD_LIBRARY_PATH=/usr/lib/nx/X11:/usr/lib/nx:/usr/lib/x2go:$LD_LIBRARY_PATH dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb


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).




More information about the x2go-commits mailing list