The branch, master has been updated via 61cc83e3c42fb4c38647554585cba306d7371c6a (commit) via efe9d4aaeab990b7b40938c7d5d578781d213607 (commit) from fa1cba83f3149d24d2838d9546817928433c9cbd (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 61cc83e3c42fb4c38647554585cba306d7371c6a Author: Reinhard Tartler <siretart@tauware.de> Date: Fri Oct 14 07:24:39 2011 +0200 add missing build dependency commit efe9d4aaeab990b7b40938c7d5d578781d213607 Author: Reinhard Tartler <siretart@tauware.de> Date: Fri Oct 14 07:24:06 2011 +0200 Revert "do not link libraries on package build" This reverts commit fa1cba83f3149d24d2838d9546817928433c9cbd. ----------------------------------------------------------------------- Summary of changes: debian/control | 1 + debian/rules | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 11c2862..ec74a60 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: libxext6, libxdamage1, libxrandr2, + libxtst6, automake, libxcompext-dev, Section: x11 diff --git a/debian/rules b/debian/rules index d5f8887..7654069 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).