[X2Go-Commits] [x2goclient] 34/94: * built Debian/Ubuntu Packages - Python X2go 0.0.28 - PyHoca-GUI 0.0.18 - PyHoca-CLI 0.1.3
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:38 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit ff3c42ca9acb10776f4b7328a8557a2072c7ebb9
Author: mike <mike at cdb5e8f1-f799-4276-8919-bce57fd91830>
Date: Fri Dec 31 01:20:56 2010 +0000
* built Debian/Ubuntu Packages
- Python X2go 0.0.28
- PyHoca-GUI 0.0.18
- PyHoca-CLI 0.1.3
git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@284 cdb5e8f1-f799-4276-8919-bce57fd91830
---
debian/changelog | 21 +++++++++++++++++----
debian/control | 2 +-
pyhoca/cli/__init__.py | 2 +-
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4ebeac7b..c1cfae3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,27 +1,40 @@
+pyhoca-cli (0.1.3-0~nwt2) lucid maverick testing unstable; urgency=low
+
+ * update Python X2go dependency
+ * added python-setproctitle as dependency
+
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 31 Dec 2010 01:13:00 +0100
+
+pyhoca-cli (0.1.3-0~nwt1) lucid maverick testing unstable; urgency=low
+
+ * minor fix for new Python X2go version
+
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 31 Dec 2010 00:28:00 +0100
+
pyhoca-cli (0.1.2-0~nwt2) lucid maverick testing unstable; urgency=low
* adapted code version
- -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 10 Dec 2010 13:46:00 +0200
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 10 Dec 2010 13:46:00 +0100
pyhoca-cli (0.1.2-0~nwt1) lucid maverick testing unstable; urgency=low
* disabled use_cache for X2goClient instance
* depending on Python X2go 0.0.22
- -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 10 Dec 2010 13:45:00 +0200
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Fri, 10 Dec 2010 13:45:00 +0100
pyhoca-cli (0.1.1-0~nwt1) lucid maverick testing unstable; urgency=low
* adapted to run with Python X2go v0.0.21
- -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Thu, 09 Dec 2010 23:30:00 +0200
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Thu, 09 Dec 2010 23:30:00 +0100
pyhoca-cli (0.1.0-0~nwt1) lucid maverick testing unstable; urgency=low
* class'ified and egg'ified: PyHocaCLI is now a class
- -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Thu, 28 Oct 2010 23:30:00 +0200
+ -- Mike Gabriel <m.gabriel at das-netzwerkteam.de> Thu, 28 Oct 2010 23:30:00 +0100
pyhoca-cli (0.0.15-0~nwt1) lucid maverick testing unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5d6cc6aa..26f8e162 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,6 @@ XS-Python-Version: all
Package: pyhoca-cli
Architecture: all
-Depends: ${misc:Depends}, python, python-x2go (>=0.0.22-0~nwt1), python-argparse
+Depends: ${misc:Depends}, python, python-x2go (>=0.0.28-0~nwt1), python-argparse, python-setproctitle
Description: An command line X2go client written in Python
A command line X2go client implementation written in Python.
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 86f50bb8..c6b92866 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.2"
+__VERSION__ = "0.1.3"
from frontend import *
\ No newline at end of file
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list