X2Go Bug report logs - #283
Remove shbangs from python-x2go library code

version graph

Package: python-x2go; Maintainer for python-x2go is X2Go Developers <x2go-dev@lists.x2go.org>; Source for python-x2go is src:python-x2go.

Reported by: Orion Poplawski <orion@cora.nwra.com>

Date: Fri, 2 Aug 2013 21:48:01 UTC

Severity: normal

Tags: patch, pending

Fixed in version 0.4.0.7

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


Message #40 received at 283-quiet@bugs.x2go.org (full text, mbox, reply):

Received: (at 283-quiet) by bugs.x2go.org; 7 Aug 2013 09:46:49 +0000
From mike.gabriel@das-netzwerkteam.de  Wed Aug  7 11:46:49 2013
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=URIBL_BLOCKED autolearn=ham
	version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 03B5B5DB1E
	for <283-quiet@bugs.x2go.org>; Wed,  7 Aug 2013 11:46:49 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id D2921BE1
	for <283-quiet@bugs.x2go.org>; Wed,  7 Aug 2013 11:46:48 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id C008D3B934
	for <283-quiet@bugs.x2go.org>; Wed,  7 Aug 2013 11:46:48 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id gC7GejwxgGHL for <283-quiet@bugs.x2go.org>;
	Wed,  7 Aug 2013 11:46:48 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id A1AC43BAC6
	for <283-quiet@bugs.x2go.org>; Wed,  7 Aug 2013 11:46:48 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 824623B934
	for <283-quiet@bugs.x2go.org>; Wed,  7 Aug 2013 11:46:48 +0200 (CEST)
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 86BA23BBA2; Wed,  7 Aug 2013 11:46:47 +0200 (CEST)
Received: from nocatv2.tng.de (nocatv2.tng.de [213.178.75.58]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Wed, 07 Aug 2013
 11:46:47 +0200
Message-ID: <20130807114647.46563t6v64xvbfrb@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Wed, 07 Aug 2013 11:46:47 +0200
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Orion Poplawski <orion@cora.nwra.com>
Cc: 283-quiet@bugs.x2go.org
Subject: Re: Bug#283: X2Go issue (in src:python-x2go) has been marked as
 pending for release
References: <20130803202811.C12F35DB22@ymir>
 <52017424.8060901@cora.nwra.com>
In-Reply-To: <52017424.8060901@cora.nwra.com>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_3q32ihciwryf";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
Hi Orion,

committed and pushed.

Mike

On Mi 07 Aug 2013 00:09:40 CEST Orion Poplawski wrote:

> Sorry I didn't check this in earlier.
>
> But I noticed with 0.4.0.7 tests/runalltests.py has grown a  
> #!/usr/bin/env python as well.
>
> On 08/03/2013 02:28 PM, Mike Gabriel wrote:
>> tag #283 pending
>> fixed #283 0.4.0.7
>> thanks
>>
>> Hello,
>>
>> X2Go issue #283 (src:python-x2go) reported by you has been
>> fixed in X2Go Git. You can see the changelog below, and you can
>> check the diff of the fix at:
>>
>>     http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=b16e046
>>
>> The issue will most likely be fixed in src:python-x2go (0.4.0.7).
>>
>> light+love
>> X2Go Git Admin (on behalf of the sender of this mail)
>>
>> ---
>> 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).
>>
>> 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
>>
>
>
> -- 
> Orion Poplawski
> Technical Manager                     303-415-9701 x222
> NWRA, Boulder/CoRA Office             FAX: 303-415-9702
> 3380 Mitchell Lane                       orion@nwra.com
> Boulder, CO 80301                   http://www.nwra.com
>



-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sat Apr 20 03:15:09 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.