The branch, lenny-backport has been updated via 7ca3f0fd4b2391990a9e9e055ab88f867ae5317c (commit) from b3c84e74a73aa19d7821b663ead329703d6a8fd1 (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 7ca3f0fd4b2391990a9e9e055ab88f867ae5317c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 16 19:15:57 2012 +0100 dh_quilt_patch/unpatch not known in Debian lenny. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f9a1532..a99e803 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ nx-libs (2:3.5.0.12-0~bpo0+lenny1) UNRELEASED; urgency=low * Do not depend on debhelper (>= 7.0.50~). * Depend on quilt (0.46-6) as in Debian lenny. * No --quilt and --parallel options for dh_auto_build. + * dh_quilt_patch/unpatch not known in Debian lenny. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 16 Mar 2012 19:03:57 +0100 diff --git a/debian/rules b/debian/rules index 474e35c..8bbac34 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ endif clean: LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATHdh_testdir rm -Rf nx-X11/.build-exports - LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATHdh_quilt_unpatch || true + LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH QUILT_PATCHES=debian/patches quilt pop -a || true LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_clean rm -f nxcomp/configure rm -f nxcompext/configure @@ -27,7 +27,7 @@ clean: build: LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_testdir - LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_quilt_patch + QUILT_PATCHES=debian/patches quilt push -a LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_configure debian/pre-build-nx.sh LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build hooks/post-receive -- nx-libs.git (NX (redistributed)) 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 (redistributed)).