This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 4defc93 release 0.5.0.0 new 32801a7 Continue development... new 94264d3 Update README.Unity file. new e32cd80 Add author name to README.ssh-agent file. new 96afe94 Update TODO file. new 769ea61 debian/control: Fix wxPython dependencies as proposed by Olly Betts (Thanks!). new 66cb5bc Provide my email addres in README.ssh-agent and README.i18n. new 52e1a33 Update README file. new 8423001 man page: Update version and date. new 7127f40 happy new year 2014 (belated) new fc387d9 Bump Standards: to 3.9.6. No changes needed. new 1738d9c release 0.5.0.1 The 11 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 | 4 +--- README | 27 ++++++++++++++++----------- README.Unity | 22 +++++++++++++++------- README.i18n | 3 ++- README.ssh-agent | 5 +++++ TODO | 11 +++++------ debian/changelog | 15 +++++++++++++++ debian/control | 5 ++--- debian/copyright | 8 ++++---- debian/rules | 2 +- man/man1/pyhoca-gui.1 | 2 +- nsis_template.py | 2 +- po/bg.po | 2 +- po/de.po | 2 +- po/en.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/nb_NO.po | 2 +- po/nl.po | 2 +- po/ru.po | 2 +- po/sv.po | 2 +- pyhoca-gui | 4 ++-- pyhoca/__init__.py | 4 ++-- pyhoca/wxgui/__init__.py | 4 ++-- pyhoca/wxgui/about.py | 4 ++-- pyhoca/wxgui/basepath.py | 4 ++-- pyhoca/wxgui/brokerlogon.py | 4 ++-- pyhoca/wxgui/defaults.py | 4 ++-- pyhoca/wxgui/frontend.py | 4 ++-- pyhoca/wxgui/launcher.py | 2 +- pyhoca/wxgui/listdesktops.py | 4 ++-- pyhoca/wxgui/logon.py | 4 ++-- pyhoca/wxgui/menus_taskbar.py | 4 ++-- pyhoca/wxgui/notify.py | 4 ++-- pyhoca/wxgui/passphrase.py | 4 ++-- pyhoca/wxgui/printingprefs.py | 4 ++-- pyhoca/wxgui/profilemanager.py | 4 ++-- pyhoca/wxgui/serverinfo.py | 4 ++-- pyhoca/wxgui/sessiontitle.py | 4 ++-- pyhoca/wxgui/splash.py | 4 ++-- pyhoca/wxgui/taskbar.py | 4 ++-- setup.py | 2 +- 44 files changed, 119 insertions(+), 89 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 32801a7c1c197e71f90fad6aff35962a6814ae68 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:11:31 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4a5972d..20d13b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (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 23:11:10 +0200 + pyhoca-gui (0.5.0.0-0x2go1) unstable; urgency=low [ Mike Gabriel ] -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 94264d3383ebcd90109e64875346b096cd70df05 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:11:52 2014 +0200 Update README.Unity file. --- README.Unity | 22 +++++++++++++++------- debian/changelog | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.Unity b/README.Unity index 9a61a48..8e33035 100644 --- a/README.Unity +++ b/README.Unity @@ -1,8 +1,8 @@ -pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2014 by 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. === The PyHoca-GUI icon does not appear on Unity (Ubuntu 12.04 or later)? === @@ -13,10 +13,12 @@ Skype, and hp-systray. As you can see: PyHoca-GUI is not among those... :-( -But there's an easy way to either re-enable the Systray for all applications or to -whitelist a few applications (e.g. PyHoca-GUI) you can't live without. Read on to -learn how to get your systray back! +There used to be an easy way to either re-enable the Systray for all applications +or to whitelist a few applications (e.g. PyHoca-GUI) you can't live without. + +Solution for Unity on Ubuntu 12.10 and 13.04... +----------------------------------------------- Allow all applications to appear in the systray: $ gsettings set com.canonical.Unity.Panel systray-whitelist "['all']" @@ -30,5 +32,11 @@ The above command includes the already whitelisted (by default) applications so replace "YOUR_APPLICATION" with the application you want to whitelist (in our case: "pyhoca-gui"). + +No solution for Unity on recent Ubuntu versions... +-------------------------------------------------- +Use Ubuntu MATE Remix instead!!! + + light+love -Mike Gabriel, 20120531 +Mike Gabriel, 20142010 diff --git a/debian/changelog b/debian/changelog index 20d13b3..ade0cc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - - Continue development... + - Update README.Unity file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit e32cd806937fa39704d04bf9fc944597ba97de43 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:13:39 2014 +0200 Add author name to README.ssh-agent file. --- README.ssh-agent | 4 ++++ debian/changelog | 1 + 2 files changed, 5 insertions(+) diff --git a/README.ssh-agent b/README.ssh-agent index da120c7..9fb3aa0 100644 --- a/README.ssh-agent +++ b/README.ssh-agent @@ -108,3 +108,7 @@ With this little howto, you can test SSH agent authentication request forwarding After you have applied this gconf change, logout and re-start a new GNOME (or XFCE) session. Now SSH agent stuff is handled properly through ssh-agent and the ssh-agent should also be aware of SSH agent forwarding connections. + + +Fleckeby (Germany), 20142010 +Mike Gabriel diff --git a/debian/changelog b/debian/changelog index ade0cc6..8b8b027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - Update README.Unity file. + - Add author name to README.ssh-agent file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 96afe94b52e59f1fbf45f14c857fe2d04e4f183a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:18:16 2014 +0200 Update TODO file. --- TODO | 7 +++---- debian/changelog | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 11dcf7d..1b94d1b 100644 --- a/TODO +++ b/TODO @@ -6,8 +6,8 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. === pyhoca-gui TODOs === -* profile manager (Windows registry based) -* options manager +* client settings manager (including broker settings) + === pyhoca-gui Wishlist === @@ -16,7 +16,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) & LJ Almere Haven (Netherlands), 20130128 +Fleckeby (Germany), 20142010 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Dick Kniep <dick.kniep@lindix.nl> diff --git a/debian/changelog b/debian/changelog index 8b8b027..c4e0199 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - Update README.Unity file. - Add author name to README.ssh-agent file. + - Update TODO file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 769ea61fe11baa00536c0f6b5428a3aacce11e90 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:19:29 2014 +0200 debian/control: Fix wxPython dependencies as proposed by Olly Betts (Thanks!). --- debian/changelog | 2 ++ debian/control | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c4e0199..a7abea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - Update README.Unity file. - Add author name to README.ssh-agent file. - Update TODO file. + * debian/control: + + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 diff --git a/debian/control b/debian/control index 342df4f..9275264 100644 --- a/debian/control +++ b/debian/control @@ -28,8 +28,7 @@ Depends: python-argparse, python-notify, python-setproctitle, - wx-common (>=2.8.10.0), - python-wxtools (>=2.8.10.0), + python-wxgtk3.0 | python-wxgtk2.8, python-support (>=0.90), gnome-colors-common, python-cups, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 66cb5bc1a593e0784e5099605acf6d27ae3162d9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:20:18 2014 +0200 Provide my email addres in README.ssh-agent and README.i18n. --- README.i18n | 3 ++- README.ssh-agent | 3 ++- debian/changelog | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.i18n b/README.i18n index 409a8f1..e430f71 100644 --- a/README.i18n +++ b/README.i18n @@ -110,4 +110,5 @@ and start with this documentation all over again. THANKS AGAIN FOR YOUR TIME!!! light+love, -Mike Gabriel \ No newline at end of file + + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> \ No newline at end of file diff --git a/README.ssh-agent b/README.ssh-agent index 9fb3aa0..94894a9 100644 --- a/README.ssh-agent +++ b/README.ssh-agent @@ -111,4 +111,5 @@ With this little howto, you can test SSH agent authentication request forwarding Fleckeby (Germany), 20142010 -Mike Gabriel + + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index a7abea5..cef01d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - Update README.Unity file. - Add author name to README.ssh-agent file. - Update TODO file. + - Provide my email addres in README.ssh-agent and README.i18n. * debian/control: + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 52e1a3327142faf12846d3161615adcf608cf17a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:23:52 2014 +0200 Update README file. --- README | 27 ++++++++++++++++----------- debian/changelog | 1 + 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/README b/README index c51178c..4109dde 100644 --- a/README +++ b/README @@ -1,19 +1,23 @@ -pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> - +pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2014 by 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-gui? === === Requirements === -* the python-x2go module needs to be installed (of course) -* 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) -* wxPython (>= 2.8) is needed for the graphical beauty of pyhoca-gui... +* python-x2go (>= 0.5.0.0) +* python-argparse +* python-notify (libnotify bindings for Python) +* python-setproctitle (Linux only) +* wxPython (2.8 or 3.0) +* python-cups (Linux only) +* a working version of nxproxy/nxproxy.exe somewhere on your system (if you have + installed the X2Go Client application, everything should be in place) + === Current features === @@ -24,6 +28,8 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. * desktop sharing support * connect throug SSH proxy host (by forward tunneling) * session configuration fully compatible with X2Go Client +* http(s) session brokerage +* multimedia support (via Telekinesis / mTelePlayer) === How to use it === @@ -37,8 +43,7 @@ Please refer to the TODO file that has been shipped with pyhoca-gui. Thanks in advance for your feedback and contributions, -Kiel (Germany) & LJ Almere Haven (Netherlands), 20130128 +Fleckeby (Germany), 20142010 - Dick Kniep <dick.kniep@lindix.nl> Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index cef01d1..4596c3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - Add author name to README.ssh-agent file. - Update TODO file. - Provide my email addres in README.ssh-agent and README.i18n. + - Update README file. * debian/control: + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 84230014c2a411611f7e0c622f43da9f2bfa2169 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:26:28 2014 +0200 man page: Update version and date. --- debian/changelog | 1 + man/man1/pyhoca-gui.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4596c3b..9e0f2c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - Update TODO file. - Provide my email addres in README.ssh-agent and README.i18n. - Update README file. + - man page: Update version and date. * debian/control: + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). diff --git a/man/man1/pyhoca-gui.1 b/man/man1/pyhoca-gui.1 index 85522c1..b8c4979 100644 --- a/man/man1/pyhoca-gui.1 +++ b/man/man1/pyhoca-gui.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-gui 1 "Feb 2013" "Version 0.4.x.y" "X2Go Application" +.TH pyhoca-gui 1 "Oct 2014" "Version 0.5.0.1" "X2Go Application" .SH NAME pyhoca-gui \- graphical X2Go client applet written in Python .SH SYNOPSIS -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 7127f4009ee61263d3f890b54fc39c28c4d38e5a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:26:40 2014 +0200 happy new year 2014 (belated) --- Makefile.docupload | 2 +- TODO | 4 ++-- debian/copyright | 8 ++++---- debian/rules | 2 +- nsis_template.py | 2 +- po/bg.po | 2 +- po/de.po | 2 +- po/en.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/nb_NO.po | 2 +- po/nl.po | 2 +- po/ru.po | 2 +- po/sv.po | 2 +- pyhoca-gui | 4 ++-- pyhoca/__init__.py | 4 ++-- pyhoca/wxgui/__init__.py | 4 ++-- pyhoca/wxgui/about.py | 4 ++-- pyhoca/wxgui/basepath.py | 4 ++-- pyhoca/wxgui/brokerlogon.py | 4 ++-- pyhoca/wxgui/defaults.py | 4 ++-- pyhoca/wxgui/frontend.py | 4 ++-- pyhoca/wxgui/launcher.py | 2 +- pyhoca/wxgui/listdesktops.py | 4 ++-- pyhoca/wxgui/logon.py | 4 ++-- pyhoca/wxgui/menus_taskbar.py | 4 ++-- pyhoca/wxgui/notify.py | 4 ++-- pyhoca/wxgui/passphrase.py | 4 ++-- pyhoca/wxgui/printingprefs.py | 4 ++-- pyhoca/wxgui/profilemanager.py | 4 ++-- pyhoca/wxgui/serverinfo.py | 4 ++-- pyhoca/wxgui/sessiontitle.py | 4 ++-- pyhoca/wxgui/splash.py | 4 ++-- pyhoca/wxgui/taskbar.py | 4 ++-- setup.py | 2 +- 37 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 2f5754d..d97c464 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file +# Copyright 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` DOC_HOST=code.x2go.org diff --git a/TODO b/TODO index 1b94d1b..5a1b46d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2014 by 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. diff --git a/debian/copyright b/debian/copyright index 148c701..be81af6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: http://wiki.x2go.org Files: * -Copyright: 2010-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2010-2013, Dick Kniep <dick.kniep@lindix.nl> +Copyright: 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2010-2014, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ License: GPL-2+ `/usr/share/common-licenses/GPL-2'. Files: debian/* -Copyright: 2010-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index ee16508..5c340ea 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file - for pyhoca-gui # Based on sample debian/rules file - for GNU Hello (1.3). -# Copyright 2010-2013 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/nsis_template.py b/nsis_template.py index 2e79dda..64687ea 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 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 diff --git a/po/bg.po b/po/bg.po index a7af39f..1b1e36b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/de.po b/po/de.po index 9ab8609..656d9cb 100644 --- a/po/de.po +++ b/po/de.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/en.po b/po/en.po index 76944f7..59cc08d 100644 --- a/po/en.po +++ b/po/en.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/es.po b/po/es.po index 970df9a..28492c0 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/et.po b/po/et.po index ec1874c..4b876b2 100644 --- a/po/et.po +++ b/po/et.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/fi.po b/po/fi.po index 31eab2b..be44852 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/fr.po b/po/fr.po index 59eb419..f5a39a1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/nb_NO.po b/po/nb_NO.po index 1c4ae2e..615d2c1 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/nl.po b/po/nl.po index 7f04d57..345efb5 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/ru.po b/po/ru.po index a621b40..7aded85 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/sv.po b/po/sv.po index ce5bed5..7c3015f 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/pyhoca-gui b/pyhoca-gui index 6761d3b..2909f09 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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 f04d824..14bec4e 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 97a7a07..22380db 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/about.py b/pyhoca/wxgui/about.py index ad9349e..504dbfb 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index 5c58807..f15c699 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/brokerlogon.py b/pyhoca/wxgui/brokerlogon.py index af581db..2654807 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/defaults.py b/pyhoca/wxgui/defaults.py index d3955bb..873d39d 100644 --- a/pyhoca/wxgui/defaults.py +++ b/pyhoca/wxgui/defaults.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index da8afba..220613e 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/launcher.py b/pyhoca/wxgui/launcher.py index 03d3384..586d5c8 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -58,7 +58,7 @@ class PyHocaGUI_Launcher(object): %s[%s] - an X2Go GUI client written in Python ---------------------------------------------------------------------- developed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -sponsored by Dick Kniep <dick.kniep@lindix.nl> (2010-2013) +sponsored by Dick Kniep <dick.kniep@lindix.nl> (2010-2014) VERSION: %s diff --git a/pyhoca/wxgui/listdesktops.py b/pyhoca/wxgui/listdesktops.py index 8910430..be9b1fa 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/logon.py b/pyhoca/wxgui/logon.py index d02c108..ec7c46b 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 4173573..812d73a 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/notify.py b/pyhoca/wxgui/notify.py index 29e6eaf..ce23283 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/passphrase.py b/pyhoca/wxgui/passphrase.py index 9b3c029..9ea20c7 100644 --- a/pyhoca/wxgui/passphrase.py +++ b/pyhoca/wxgui/passphrase.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py index e3e72da..0c486b8 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index ab10724..ef3cc0f 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/serverinfo.py b/pyhoca/wxgui/serverinfo.py index 4466f00..28ed055 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/sessiontitle.py b/pyhoca/wxgui/sessiontitle.py index a6ec438..28a3b31 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/splash.py b/pyhoca/wxgui/splash.py index 4dc9531..fd78adc 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index 4dfb0ae..58c1ca5 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI 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 8e12901..2fcffa8 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 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-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit fc387d95e1e32009136d86bf299d2930e46c45f2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:27:58 2014 +0200 Bump Standards: to 3.9.6. No changes needed. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e0f2c8..72c9c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium - man page: Update version and date. * debian/control: + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). + + Bump Standards: to 3.9.6. No changes needed. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 diff --git a/debian/control b/debian/control index 9275264..146ce2f 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: python-support, python-distutils-extra, gnome-colors-common, -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Homepage: http://code.x2go.org/releases/source/pyhoca-gui Vcs-Git: git://code.x2go.org/pyhoca-gui.git Vcs-Browser: http://code.x2go.org/gitweb/?p=pyhoca-gui.git;a=summary -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 1738d9cba4c8cf18460addeff9360c10c4313a4d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:49:26 2014 +0200 release 0.5.0.1 --- Makefile.docupload | 2 -- debian/changelog | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index d97c464..79c1aef 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -16,5 +16,3 @@ docupload: ssh -l${DOC_USER} ${DOC_HOST} "{ mkdir -p ${DOC_PATH}; rm -Rfv ${DOC_PATH}/*; }" scp -r .build_man2html/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/ - - diff --git a/debian/changelog b/debian/changelog index 72c9c8c..eccf52d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium +pyhoca-gui (0.5.0.1-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.1): - Update README.Unity file. @@ -11,7 +11,7 @@ pyhoca-gui (0.5.0.1-0x2go1) UNRELEASED; urgency=medium + Fix wxPython dependencies as proposed by Olly Betts (Thanks!). + Bump Standards: to 3.9.6. No changes needed. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:11:10 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:49:15 +0200 pyhoca-gui (0.5.0.0-0x2go1) unstable; urgency=low -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git