The branch, master has been updated via 687e07b0c707e925c818a75101b48306106d0605 (commit) from 7fb19af290ef90d542ab8be0e05620e2e7510878 (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 687e07b0c707e925c818a75101b48306106d0605 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 19 17:54:22 2011 +0100 chown has to be chmod... stupid error... ----------------------------------------------------------------------- Summary of changes: debian/rules | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index 360b880..be04533 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,8 @@ override_dh_auto_install: override_dh_quilt_patch: dh_quilt_patch - chown a+x Makefile - chown a+x bin/nxagent + chmod a+x Makefile + chmod a+x bin/nxagent override_dh_quilt_unpatch: dh_quilt_unpatch hooks/post-receive -- nx-libs.git (NX libraries) 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 libraries).