The branch, master has been updated via 697d584d4f7759f2ed46a1232face447c9239287 (commit) via 5528106276bf7ccab1c5af5d6e2249acc392246a (commit) via e80f6187d335ae2df73893aa3429135487e124ed (commit) from 34f933eba3532aff808969c4c6a38b0d630554dc (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 697d584d4f7759f2ed46a1232face447c9239287 Author: Reinhard Tartler <siretart@tauware.de> Date: Thu Aug 18 14:39:50 2011 +0200 remove xorg-dev and xutils-dev from build dependencies seems to be unneeded. commit 5528106276bf7ccab1c5af5d6e2249acc392246a Author: Reinhard Tartler <siretart@tauware.de> Date: Thu Aug 18 14:39:01 2011 +0200 Add x2goagent-dbg package commit e80f6187d335ae2df73893aa3429135487e124ed Author: Reinhard Tartler <siretart@tauware.de> Date: Thu Aug 18 14:38:45 2011 +0200 add ending newline ----------------------------------------------------------------------- Summary of changes: debian/control | 31 ++++++++++++++++++++++++++++--- debian/rules | 2 +- debian/source/format | 2 +- 3 files changed, 30 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index ee244d0..994e501 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,7 @@ Build-Depends: libxcompext-dev (>= 3.5.0), libxcompshad-dev (>= 3.5.0), zlib1g-dev, - libfreetype6-dev, - xorg-dev, - xutils-dev + libfreetype6-dev Standards-Version: 3.9.2 Homepage: http://code.x2go.org/releases/source/x2goagent Vcs-Git: git://code.x2go.org/x2goagent.git @@ -35,3 +33,30 @@ Description: Special X2go-ized X agent, forked from NX-X11 (NoMachine) Being an X server, x2goagent is able to resolve all the property/atoms related requests locally, ensuring that the most common source of round-trips are nearly reduced to zero. + +Package: x2goagent-dbg +Architecture: any +Depends: + libxcomp-dbg, + libxcompext-dbg, + libxcompshad-dbg, + ${shlibs:Depends}, + ${misc:Depends} +Priority: extra +Section: debug +Description: Special X2go-ized X agent, forked from NX-X11 (NoMachine) + x2goagent is an agent providing X transport of X sessions. The application + is based on the well known Xnest "nested" server. x2goagent, like Xnest, + is an X server for its own clients, and at the same time, an X client + for a system's local X server. + . + The main scope of x2goagent is to eliminate X round-trips or transform + them into asynchronous replies. x2goagent works together with nxproxy from + NoMachine. nxproxy itself does not make any effort to minimize round-trips + by itself, this is demanded of x2goagent. + . + Being an X server, x2goagent is able to resolve all the property/atoms related + requests locally, ensuring that the most common source of round-trips are nearly + reduced to zero. + . + This package contains the debug symbols of x2goagent. \ No newline at end of file diff --git a/debian/rules b/debian/rules index 2a96833..d7a3514 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ binary-arch: build install dh_installexamples dh_installman dh_link - dh_strip + dh_strip --dbg-package=x2goagent-dbg dh_compress dh_fixperms dh_installdeb diff --git a/debian/source/format b/debian/source/format index 9f67427..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) \ No newline at end of file +3.0 (native) 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).