The branch, master has been updated via b087877b25af2c3ed9cd405fd1c867c8817223e9 (commit) from 4feedb2141805cd86c5f64aef206c40362dcc754 (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 b087877b25af2c3ed9cd405fd1c867c8817223e9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 12 12:40:01 2012 +0100 Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the libXinerama files. ----------------------------------------------------------------------- Summary of changes: debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index 116aafb..520ed1a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ else endif %: - LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh $@ --with quilt + LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:`pwd`/debian/libnx-x11/usr/lib/nx/X11/Xinerama:$$LD_LIBRARY_PATH dh $@ --with quilt override_dh_auto_clean: rm -Rf nx-X11/.build-exports 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)).