The branch, master has been updated via fa1cba83f3149d24d2838d9546817928433c9cbd (commit) from 3a3d67d1e2e66a44558399b263e9bc3e9c3990ce (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 fa1cba83f3149d24d2838d9546817928433c9cbd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 14 01:50:21 2011 +0200 do not link libraries on package build ----------------------------------------------------------------------- Summary of changes: debian/rules | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index 7654069..d5f8887 100755 --- a/debian/rules +++ b/debian/rules @@ -17,11 +17,11 @@ define link_library endef override_dh_auto_build: - $(call link_library,libX11.so.6,libX11.so) - $(call link_library,libXext.so.6,libXext.so) - $(call link_library,libXtst.so.6,libXtst.so) - $(call link_library,libXrandr.so.2,libXrandr.so) - $(call link_library,libXdamage.so.1,libXdamage.so) + #$(call link_library,libX11.so.6,libX11.so) + #$(call link_library,libXext.so.6,libXext.so) + #$(call link_library,libXtst.so.6,libXtst.so) + #$(call link_library,libXrandr.so.2,libXrandr.so) + #$(call link_library,libXdamage.so.1,libXdamage.so) dh_auto_build override_dh_clean: hooks/post-receive -- nxcompshad.git (NX compshad library) 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 "nxcompshad.git" (NX compshad library).