This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 422ea20 release 0.5.0.0 new e6e6937 happy new year 2014 (belated) new bb9e964 Continue development... new a832dac Update README and TODO files. new 3bbfdec debian/control: Add to S (pyhoca-cli): mteleplayer-clientside. new be0f42a debian/control: Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0). new a864f7d pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0). new 18dd0e9 man page: Mark not-yet-implemented cmdline options as such. More cmdline option support for brokerage is a TODO for pyhoca-cli. new e175bc5 release 0.5.0.1 The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.docupload | 2 +- README | 30 ++++++++++++++---------------- TODO | 12 ++++++------ debian/changelog | 15 +++++++++++++++ debian/control | 4 +++- debian/copyright | 4 ++-- debian/rules | 2 +- man/man1/pyhoca-cli.1 | 12 ++++++------ pyhoca-cli | 2 +- pyhoca-cli.spec | 4 ++-- pyhoca/__init__.py | 2 +- pyhoca/cli/__init__.py | 4 ++-- pyhoca/cli/frontend.py | 2 +- setup.py | 2 +- 14 files changed, 56 insertions(+), 41 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit e6e6937365d11e291d4dbf3d30122d57c902c4e0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 21:30:27 2014 +0200 happy new year 2014 (belated) --- Makefile.docupload | 2 +- README | 2 +- TODO | 2 +- debian/copyright | 4 ++-- debian/rules | 2 +- pyhoca-cli | 2 +- pyhoca/__init__.py | 2 +- pyhoca/cli/__init__.py | 2 +- pyhoca/cli/frontend.py | 2 +- setup.py | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 825b319..64b2e80 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-cli -# Copyright 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, AGPLv3+ applies to this file +# Copyright 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, AGPLv3+ applies to this file VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` DOC_HOST=code.x2go.org diff --git a/README b/README index f513376..795e471 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: Jörg Sawatzki <joerg.sawatzki@web.de> diff --git a/TODO b/TODO index 685f653..042cdc0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: Jörg Sawatzki <joerg.sawatzki@web.de> diff --git a/debian/copyright b/debian/copyright index cdf6db8..9ec873b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: http://wiki.x2go.org Files: * -Copyright: 2010-2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ Files: debian/* -Copyright: 2010-2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ The code in debian/* is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index c8ce66b..538f352 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file - for pyhoca-cli # Based on sample debian/rules file - for GNU Hello (1.3). -# Copyright 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") diff --git a/pyhoca-cli b/pyhoca-cli index 5d4eb16..c41d195 100755 --- a/pyhoca-cli +++ b/pyhoca-cli @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca CLI is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py index 23f929b..0a5836e 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca CLI is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 179be7a..18a616c 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca CLI is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py index da9fa2f..2c828c5 100644 --- a/pyhoca/cli/frontend.py +++ b/pyhoca/cli/frontend.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca CLI is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.py b/setup.py index c70c364..348f3ec 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit bb9e964e6f4ec1c8b5ff7c4e81578e658542ad4e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 21:32:17 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4c212c..e428b5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.1): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 + pyhoca-cli (0.5.0.0-0x2go1) unstable; urgency=low * New upstream version (0.5.0.0): diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index 53bc1e1..ed80c73 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-cli 1 "May 2014" "Version 0.5.0.0" "X2Go Application" +.TH pyhoca-cli 1 "Oct 2014" "Version 0.5.0.1" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index f5bbc33..a2123cb 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -1,5 +1,5 @@ Name: pyhoca-cli -Version: 0.4.0.3 +Version: 0.5.0.1 Release: 0.0x2go1%{?dist} Summary: Command line X2Go client written in Python diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 18a616c..09a5b30 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.4.0.3" +__VERSION__ = "0.5.0.1" from frontend import * -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit a832dacb33f79be5e90de5679c6d251466e4da5c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:08:37 2014 +0200 Update README and TODO files. --- README | 28 +++++++++++++--------------- TODO | 10 +++++----- debian/changelog | 3 ++- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README b/README index 795e471..b617077 100644 --- a/README +++ b/README @@ -1,22 +1,24 @@ pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: - Jörg Sawatzki <joerg.sawatzki@web.de> - Dick Kniep <dick.kniep@lindix.nl> + 2010, Jörg Sawatzki <joerg.sawatzki@web.de> + 2010-2014, Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. -See http://www.gnu.org/licenses/gpl.html for a recent copy. +See http://www.gnu.org/licenses/agpl.html for a recent copy. === What is pyhoca-cli? === === Requirements === -* the python-x2go module needs to be installed (of course) +* the python-x2go module needs to be installed (>= 0.5.0.0) * the python-argparse module needs to be available -* a working version of nxproxy/nxproxy.exe somewhere on your system (if you have - installed x2goclient, everything should be fine) - +* with python-setproctitle, the process name gets set from python + to pyhoca-cli +* you will also need a working version of nxproxy/nxproxy.exe somewhere + on your system (if you have X2Go Client installed, everything should be + in place) === Current features === @@ -28,6 +30,9 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. * sound support available * local folder sharing * share an already running desktop session with yourself or another user +* use session profiles provide via an X2Go + Session Broker +* mTelePlayer support with python-x2go (>= 0.5.0.0) === How to use it === @@ -42,13 +47,6 @@ Please refer to the TODO file that has been shipped with pyhoca-cli. Thanks in advance for your feedback and contributions, -Kiel (Germany), 20110701, +Fleckeby (Germany), 20141020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - - - - - - - diff --git a/TODO b/TODO index 042cdc0..ce237ac 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,8 @@ pyhoca-cli - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: - Jörg Sawatzki <joerg.sawatzki@web.de> - Dick Kniep <dick.kniep@lindix.nl> + 2010, Jörg Sawatzki <joerg.sawatzki@web.de> + 2010-2014, Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. See http://www.gnu.org/licenses/gpl.html for a recent copy. @@ -10,7 +10,7 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. === pyhoca-cli TODOs === -* enable printing support +* currently no open feature requests === pyhoca-cli Wishlist === @@ -20,6 +20,6 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. If you find any issues with this programme please let me know. -Kiel (Germany), 20110701, +Fleckeby (Germany), 20141020 - Mike Gabriel <m.gabriel@das-netzwerkteam.de> + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index e428b5f..d8bdf44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - - Continue development... + - Update TODO file. + - Update README file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 3bbfdecf653be8d87290d1cc37ad757cbaec0118 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:09:07 2014 +0200 debian/control: Add to S (pyhoca-cli): mteleplayer-clientside. --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index d8bdf44..e6db1b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - Update TODO file. - Update README file. + * debian/control: + + Add to S (pyhoca-cli): mteleplayer-clientside. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 diff --git a/debian/control b/debian/control index 626a4dd..10ad648 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,8 @@ Depends: python-argparse, python-setproctitle, python-support (>=0.90) +Suggests: + mteleplayer-clientside, Description: Command line X2Go client written in Python X2Go is a server based computing environment with - session resuming -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit be0f42af683afb9cc752ca27704f7752c016aa4d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:11:45 2014 +0200 debian/control: Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0). --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e6db1b3..a92d052 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - Update README file. * debian/control: + Add to S (pyhoca-cli): mteleplayer-clientside. + + Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 diff --git a/debian/control b/debian/control index 10ad648..666bab5 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.4.0.9-0~), + python-x2go (>=0.5.0.0-0~), python-argparse, python-setproctitle, python-support (>=0.90) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit a864f7d3184040dcbf22c23120030bd008bb726e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:12:53 2014 +0200 pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0). --- debian/changelog | 2 ++ pyhoca-cli.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a92d052..2d7adcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * debian/control: + Add to S (pyhoca-cli): mteleplayer-clientside. + Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0). + * pyhoca-cli.spec: + + Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index a2123cb..20be7ba 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -21,7 +21,7 @@ BuildRequires: python2-devel %endif BuildRequires: python-setuptools Requires: python-setproctitle -Requires: python-x2go +Requires: python-x2go >= 0.5.0.0 Requires: python-argparse %description -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 18dd0e94d6047f5a69f1a88b5ef0227a22712945 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:19:05 2014 +0200 man page: Mark not-yet-implemented cmdline options as such. More cmdline option support for brokerage is a TODO for pyhoca-cli. --- TODO | 2 +- man/man1/pyhoca-cli.1 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index ce237ac..ab0f726 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,7 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. === pyhoca-cli TODOs === -* currently no open feature requests +* provide more cmdline options to configure session brokerage === pyhoca-cli Wishlist === diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index ed80c73..70c2054 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -167,21 +167,21 @@ The cleartext password that has been specified at the command line will be masqu the systems process list (Linux, MacOS). On Windows systems the usage of the \-\-broker-password option is forbidden. .TP \*(T<\fB\-\-broker-cacertfile=</path/to/cafile.crt>\fR\*(T> -Specify a special (self-signed) root-CACert file that shall get used when connecting to an X2Go Session Broker via https (SSL). (Not implemented, yet). +NOT IMPLEMENTED YET: Specify a special (self-signed) root-CACert file that shall get used when connecting to an X2Go Session Broker via https (SSL). (Not implemented, yet). .TP \*(T<\fB\-\-broker-noauth\fR\*(T> -The X2Go Session Broker is accessible without authentication. +NOT IMPLEMENTED YET: The X2Go Session Broker is accessible without authentication. .TP \*(T<\fB\-\-auth-id=<USERNAME>\fR\*(T> -Use this <USERNAME> for authenticating against the X2Go Session Broker. This option mostly makes sense together +NOT IMPLEMENTED YET: Use this <USERNAME> for authenticating against the X2Go Session Broker. This option mostly makes sense together with \fI--broker-autologin\fR or \fI--broker-ssh-key\fR. (Not implemented, yet). .TP \*(T<\fB\-\-broker-autologin\fR\*(T> -For SSH based X2Go Session Brokers. If an SSH agent is available or default key files exist then +NOT IMPLEMENTED YET: For SSH based X2Go Session Brokers. If an SSH agent is available or default key files exist then try those for authentication against the X2Go Session Broker. (Not implemented, yet). .TP \*(T<\fB\-\-broker-ssh-key=<SSHPRIVKEY>\fR\*(T> -For SSH based X2Go Session Brokers. Full path to a valid SSH private key file. (Not implemented, yet). +NOT IMPLEMENTED YET: For SSH based X2Go Session Brokers. Full path to a valid SSH private key file. (Not implemented, yet). .SH NX OPTIONS (Version 3) .TP \*(T<\fB\-g, \-\-geometry\fR \fI{<WIDTH>x<HEIGHT>|fullscreen|maximize}\fR\*(T> -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit e175bc505b499592d748eea4641b5394b464c999 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:14:46 2014 +0200 release 0.5.0.1 --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d7adcb..50ad3a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,17 @@ -pyhoca-cli (0.5.0.1-0x2go1) UNRELEASED; urgency=medium +pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.1): - Update TODO file. - Update README file. + - man page: Mark not-yet-implemented brokerage cmdline options as such. + More cmdline option support for brokerage is a TODO for pyhoca-cli. * debian/control: + Add to S (pyhoca-cli): mteleplayer-clientside. + Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0). * pyhoca-cli.spec: + Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 21:30:50 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 22:14:23 +0200 pyhoca-cli (0.5.0.0-0x2go1) unstable; urgency=low -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git