The branch, master has been updated via b16e046161dcbdc939e786b498aa979b8916ee89 (commit) from fab3e25567716020da74f1bbcdac3e61f8d256b9 (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 b16e046161dcbdc939e786b498aa979b8916ee89 Author: Orion Poplawski <orion@cora.nwra.com> Date: Sat Aug 3 22:27:52 2013 +0200 Remove shbangs from python-x2go library code. (Fixes: #283). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 +++++ x2go/forward.py | 2 -- x2go/mimebox.py | 1 - x2go/mimeboxactions.py | 1 - x2go/printactions.py | 1 - x2go/rforward.py | 2 -- 6 files changed, 5 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 51906d9..3eb7d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low + [ Mike Gabriel ] * New upstream version (0.4.0.7): - Drop duplicate method in terminal backend: is_desktop_session(). - Ignore non-registered session UUIDs in X2GoClient.clean_sessions() method. @@ -10,6 +11,10 @@ python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low * /debian/control: + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. + [ Orion Poplawski ] + * New upstream version (0.4.0.7): + - Remove shbangs from python-x2go library code. (Fixes: #283). + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 19:48:57 +0200 python-x2go (0.4.0.6-0~x2go1) unstable; urgency=low diff --git a/x2go/forward.py b/x2go/forward.py index 8e63bf1..387f6b7 100644 --- a/x2go/forward.py +++ b/x2go/forward.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # Python X2Go is free software; you can redistribute it and/or modify diff --git a/x2go/mimebox.py b/x2go/mimebox.py index dcf6d32..90f51f5 100644 --- a/x2go/mimebox.py +++ b/x2go/mimebox.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py index 10ca5e0..7f6a1cb 100644 --- a/x2go/mimeboxactions.py +++ b/x2go/mimeboxactions.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2go/printactions.py b/x2go/printactions.py index 23a8f83..f96eec0 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2go/rforward.py b/x2go/rforward.py index 7105134..adb780e 100644 --- a/x2go/rforward.py +++ b/x2go/rforward.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # Python X2Go is free software; you can redistribute it and/or modify hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).