The branch, master has been updated via 63bdc1f87004082372cddfcf0b6aab13bbe68a16 (commit) from c0fb3c34b3b96d4c4f93a156147fc8946d4e8e2e (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 63bdc1f87004082372cddfcf0b6aab13bbe68a16 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 15:27:49 2011 +0100 Remove unknown option --with from dh_auto_clean. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 471baeb..28e57aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,5 +13,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low * Disabling build of *-dbg packages for now... * Add patch: 006_remove-configure-files.patch. * Add patch: 007_nxcompshad-clean-gch-files.patch. + * Remove unknown option --with from dh_auto_clean. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 diff --git a/debian/rules b/debian/rules index c8e113a..e1fe174 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ endif override_dh_auto_clean: rm -Rf nx-X11/.build-exports - LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_clean --with quilt + LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_clean override_dh_auto_build: debian/pre-build-nx.sh 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).