The branch, test has been updated via a2674ead27db49a0330e93854dcb350695df53be (commit) from bb837ff692544d6fdec677b67420bd29e6f20c51 (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 a2674ead27db49a0330e93854dcb350695df53be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 25 09:42:37 2011 +0200 Remove .build-exports dir on dh_auto_clean. ----------------------------------------------------------------------- Summary of changes: debian/rules | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index cb9ecd0..c74636b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,9 +11,14 @@ endif %: dh $@ -override_dh_auto_install: +override_dh_auto_clean: + rm -Rf nx-X11/.build-exports + dh_auto_clean override_dh_auto_build: debian/pre-build-nx.sh dh_auto_build - debian/post-build-nx.sh \ No newline at end of file + debian/post-build-nx.sh + +override_dh_auto_install: + 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).