The branch, master has been updated via 0373b618790b8493f2fa081565751771cfd12bd2 (commit) via 25834524adfa447f106eff9b43c457b93205b0da (commit) from f592fa1a4e5ecef68d9cd869fcd443613fefafe7 (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 0373b618790b8493f2fa081565751771cfd12bd2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 22 01:59:03 2011 +0200 typo fix in error message commit 25834524adfa447f106eff9b43c457b93205b0da Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 22 01:55:10 2011 +0200 x2goadminserver package is arch-indep, description fixes in control file. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/control | 12 ++++++------ x2goadmincenter/x2goadmincenter.cpp | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 225b5a5..6d25c42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,5 +2,6 @@ x2goadmincenter (0.0.0.1-0~x2go1) UNRELEASED; urgency=low * Initial package build for Debian/Ubuntu. * Reduce build dependencies to a minimal set of packages. + * x2goadminserver package is arch-indep, description fixes in control file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 21 Sep 2011 21:12:56 +0200 diff --git a/debian/control b/debian/control index a8966ed..250e226 100644 --- a/debian/control +++ b/debian/control @@ -29,15 +29,15 @@ Description: X2go Administration Center (Qt4 client) - authentication by smartcard and USB stick . x2goadmincenter is a graphical client (Qt4) for the X2go administration - interface. You can use it to administrate single X2go server, as well as + interface. You can use it to administrate a single X2go server, as well as multi-server based X2go clusters. Package: x2goadminserver -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Description: X2go Administration Server (CGI) +Description: X2go Administration Server (Perl/CGI) X2go is a serverbased computing environment with - session resuming - low bandwith support @@ -46,8 +46,8 @@ Description: X2go Administration Server (CGI) - audio support - authentication by smartcard and USB stick . - x2goadmincenter is the server side component of the X2go Administration - center. X2go administration server can handle a single X2go server, as well as + x2goadminserver is the server-side component of the X2go Administration + center. X2go Administration Server can handle a single X2go server, as well as multi-server based X2go clusters. . - For installation instruction/howtos/FAQs please visit http://wiki.x2go.org \ No newline at end of file + For installation instruction/howtos/FAQs please visit http://wiki.x2go.org diff --git a/x2goadmincenter/x2goadmincenter.cpp b/x2goadmincenter/x2goadmincenter.cpp index a9f8acc..f6fae46 100644 --- a/x2goadmincenter/x2goadmincenter.cpp +++ b/x2goadmincenter/x2goadmincenter.cpp @@ -139,7 +139,7 @@ void X2GoAdminCenter::loadPlugins() iface->widget()->hide(); } else - qDebug()<<fileName<<" loading filed!"<<loader.errorString(); + qDebug()<<fileName<<" loading failed!"<<loader.errorString(); } } hooks/post-receive -- x2goadmincenter.git (X2go Administration Center) 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 "x2goadmincenter.git" (X2go Administration Center).