The branch, backport-lenny has been updated via 2383d1a9d6be905e291f8238bf599b8aa096821c (commit) from 7b16daa04eeb72d5e0834f2c79d70b033818ef99 (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 2383d1a9d6be905e291f8238bf599b8aa096821c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 16 21:20:14 2012 +0100 Fix missing binary-arch target issue with backported /debian/rules. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a1b228c..62f312a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ nx-libs (2:3.5.0.12-0~bpo0+lenny1) UNRELEASED; urgency=low * No --quilt and --parallel options for dh_auto_build. * dh_quilt_patch/unpatch not known in Debian lenny. * No dh_bugfiles in Debian lenny. + * Fix missing binary-arch target issue with backported /debian/rules. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 16 Mar 2012 19:03:57 +0100 diff --git a/debian/rules b/debian/rules index 9e9aff5..a5a4fa5 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,12 @@ clean: rm -f nxproxy/changelog LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATHdh_clean -build: +build: build-indep build-arch + +build-indep: +# nothing to do here... + +build-arch: LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_testdir QUILT_PATCHES=debian/patches quilt push -a LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_configure @@ -34,7 +39,12 @@ build: debian/post-build-nx.sh LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_test -binary: +binary: binary-indep binary-arch + +binary-indep: +# nothing to do here... + +binary-arch: LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_testroot LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_prep LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_installdirs 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)).