The branch, master has been updated via 50b020b97cfd21a680d9857e3c5a277056b996c5 (commit) from 697d584d4f7759f2ed46a1232face447c9239287 (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 50b020b97cfd21a680d9857e3c5a277056b996c5 Author: Reinhard Tartler <siretart@tauware.de> Date: Fri Aug 19 10:55:14 2011 +0200 Revert "remove xorg-dev and xutils-dev from build dependencies" Seems that x2goagent ends up linked with the syste libXmp.so.4 after all. The build failure reads like this: dpkg-shlibdeps: error: couldn't find library libXpm.so.4 needed by debian/x2goagent/usr/lib/x2go/x2goagent (ELF format: 'elf64-x86-64'; RPATH: ''). dpkg-shlibdeps: error: couldn't find library libXcomposite.so.1 needed by debian/x2goagent/usr/lib/x2go/x2goagent (ELF format: 'elf64-x86-64'; RPATH: ''). cf. https://launchpadlibrarian.net/77578411/buildlog_ubuntu-natty-amd64.x2goagen... This reverts commit 697d584d4f7759f2ed46a1232face447c9239287. ----------------------------------------------------------------------- Summary of changes: debian/control | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 994e501..9a914c6 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Build-Depends: libxcompext-dev (>= 3.5.0), libxcompshad-dev (>= 3.5.0), zlib1g-dev, - libfreetype6-dev + libfreetype6-dev, + xorg-dev, + xutils-dev Standards-Version: 3.9.2 Homepage: http://code.x2go.org/releases/source/x2goagent Vcs-Git: git://code.x2go.org/x2goagent.git hooks/post-receive -- x2goagent.git (X2go (NX-like) Agent) 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 "x2goagent.git" (X2go (NX-like) Agent).