The branch, build-baikal has been updated via 448a1db30bd68025dea51ea98a52a16658f6f03c (commit) from b087877b25af2c3ed9cd405fd1c867c8817223e9 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ .../patches/001_add-main-makefile.full+lite.patch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 35df3c1..b57aaa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ nx-libs (2:3.5.0.11-0) UNRELEASED; urgency=low + [ Mike Gabriel ] * Use ,,$(MAKE) -C'' in main Makefile for calling Makefiles in subdirectories, make build stanza work for nx-libs-full and nx-libs-lite. * Do not install libXinerama directly into /usr/lib/nx. Recommended method is installing to /usr/lib/nx/Xinerama, so that you can enable/disable usage of the Xinerama extension. + [ Jan Engelhardt ] + * Update patch: 001_add-main-makefile.full+lite.patch, allow passing of configure args. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 07 Feb 2012 13:48:19 +0100 nx-libs (2:3.5.0.10-0) unstable; urgency=low diff --git a/debian/patches/001_add-main-makefile.full+lite.patch b/debian/patches/001_add-main-makefile.full+lite.patch index f101446..7f79277 100644 --- a/debian/patches/001_add-main-makefile.full+lite.patch +++ b/debian/patches/001_add-main-makefile.full+lite.patch @@ -32,7 +32,7 @@ Last-Update: 2011-12-31 + cd nxcompext && autoconf + cd nxcompshad && autoconf + cd nx-X11 && $(MAKE) World -+ cd nxproxy && autoconf && ./configure && $(MAKE) ++ cd nxproxy && autoconf && (${CONFIGURE}) && $(MAKE) + +build: + if ! test -d nx-X11; then \ 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)).