[X2go-Commits] pyhoca-cli.git - master (branch) updated: 0.1.4.2-3-gd33f863

X2go dev team git-admin at x2go.org
Tue Dec 27 02:54:24 CET 2011


The branch, master has been updated
       via  d33f8630e4104fa08703a0bad4c052084fdef696 (commit)
       via  c989f6146515ead9c38460c0057aae4881dce102 (commit)
       via  9f2b5bd5166de95c3873500a790813c8f058870d (commit)
      from  6225f29139d86cb730453772e5a0a07c1e7da9c8 (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 d33f8630e4104fa08703a0bad4c052084fdef696
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 27 02:54:18 2011 +0100

    Add proper license to copyright file.

commit c989f6146515ead9c38460c0057aae4881dce102
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 27 02:53:53 2011 +0100

    Add python-suport (>=0.90) as dependency. Fix project name in control file.

commit 9f2b5bd5166de95c3873500a790813c8f058870d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Sep 7 20:33:44 2011 +0200

    version increment

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog       |    8 ++++++++
 debian/control         |    9 +++++----
 debian/copyright       |   23 +++++++++++++++++++----
 man/man1/pyhoca-cli.1  |    2 +-
 pyhoca/cli/__init__.py |    2 +-
 5 files changed, 34 insertions(+), 10 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0ff89d5..8f81b52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyhoca-cli (0.1.4.3-0~x2go1) UNRELEASED; urgency=low
+
+  * Add python-suport (>=0.90) as dependency. Fix project name in control
+    file.
+  * Add proper license to copyright file.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 07 Sep 2011 20:32:00 +0200
+
 pyhoca-cli (0.1.4.2-0~x2go1) unstable; urgency=low
 
   * New upstream version (0.1.4.2):
diff --git a/debian/control b/debian/control
index 32c4033..19c07d2 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,10 @@ Depends:
  python,
  python-x2go (>=0.1.1.2-0~),
  python-argparse,
- python-setproctitle
-Description: A command line X2go client written in Python
- X2go is a server based computing environment with
+ python-setproctitle,
+ python-support (>=0.90)
+Description: Command line X2Go client written in Python
+ X2Go is a server based computing environment with
     - session resuming
     - low bandwith support
     - LDAP support
@@ -33,5 +34,5 @@ Description: A command line X2go client written in Python
     - authentication by smartcard and USB stick
  .
  PyHoca-CLI provides a simple and flexible command line client
- written in Python that allows you to control X2go client sessions
+ written in Python that allows you to control X2Go client sessions
  on desktops and thin clients.
diff --git a/debian/copyright b/debian/copyright
index fc67fec..c07c534 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,28 @@
-pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+PyHoca-CLI is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+PyHoca-CLI is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the
+Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 Published under the terms of the GNU General Public License.
 See http://www.gnu.org/licenses/gpl.html for a recent copy.
 
-On Debian/Ubuntu systems a local copy of the GPL license can also be 
+On Debian systems a local copy of the GPL license can also be 
 found in /usr/share/common-licenses.
 
-The code has been packaged for Debian/Ubuntu by Mike Gabriel 
-<m.gabriel at das-netzwerkteam.de>
+The code has been packaged for Debian by Mike Gabriel
+<mike.gabriel at das-netzwerkteam.de>
 
 light+love,
 Mike Gabriel
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index b16cbee..0d26795 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 "26 May 2011" "Version 0.1.3.x" "X2go Application"
+.TH pyhoca-cli 1 "07 Sep 2011" "Version 0.1.4.x" "X2go Application"
 .SH NAME
 pyhoca-cli \- X2go command line client written in Python
 .SH SYNOPSIS
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 294b0ad..bb65c60 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -20,6 +20,6 @@
 """\
 STILL UNDOCUMENTED
 """
-__VERSION__ = "0.1.4.2"
+__VERSION__ = "0.1.4.3"
 
 from frontend import *


hooks/post-receive
-- 
pyhoca-cli.git (Python X2Go Client (command line client))

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 "pyhoca-cli.git" (Python X2Go Client (command line client)).




More information about the x2go-commits mailing list