The branch, client-only has been updated via 07f065572f8ba4d9314dc6255077c3e123b84f4d (commit) from ceea80470b00ebf98b876f4a93e6bbf0529603fe (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 07f065572f8ba4d9314dc6255077c3e123b84f4d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 31 16:53:53 2011 +0100 Enforce nxcomp package build from main Makefile (via patch). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/patches/001_add-main-makefile.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 27f5353..1152466 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,5 +34,6 @@ nx-libs-client-only (3.5.0-1) UNRELEASED; urgency=low * Packaging Vcs has been relocated to Alioth. * Add more upstream source information to README.source. * Make package descriptions in /debian/control more explanatory. + * Enforce nxcomp package build from main Makefile (via patch). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:05:48 +0100 diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch index df9a262..c41fce7 100644 --- a/debian/patches/001_add-main-makefile.patch +++ b/debian/patches/001_add-main-makefile.patch @@ -22,7 +22,7 @@ Last-Update: 2011-12-31 + cd nxproxy && test -f Makefile && make $@ || true + +build-arch: -+ cd nxcomp && autoconf ++ cd nxcomp && autoconf && ./configure && make + cd nxproxy && autoconf && ./configure && make + +build-indep: 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).