Received: (at submit) by bugs.x2go.org; 4 Jul 2016 12:40:31 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,URIBL_BLOCKED
	autolearn=ham version=3.3.2
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 7C2A45DDCD
	for <submit@bugs.x2go.org>; Mon,  4 Jul 2016 14:40:29 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id NJJizpIn6w3D for <submit@bugs.x2go.org>;
	Mon,  4 Jul 2016 14:40:23 +0200 (CEST)
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 40D905DA93
	for <submit@bugs.x2go.org>; Mon,  4 Jul 2016 14:40:23 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [IPv6:2a01:4f8:131:20c1:5254:ff:fe24:f0dd])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 09030AE4
	for <submit@bugs.x2go.org>; Mon,  4 Jul 2016 14:40:23 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 85DC4400D7
	for <submit@bugs.x2go.org>; Mon,  4 Jul 2016 14:40:22 +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 0CoZ4iWYzMCI for <submit@bugs.x2go.org>;
	Mon,  4 Jul 2016 14:40:16 +0200 (CEST)
Received: from das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 23DA6400D6
	for <submit@bugs.x2go.org>; Mon,  4 Jul 2016 14:40:16 +0200 (CEST)
Received: from m-045.informatik.uni-kiel.de (m-045.informatik.uni-kiel.de
 [134.245.254.45]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP;
 Mon, 04 Jul 2016 12:40:16 +0000
Date: Mon, 04 Jul 2016 12:40:16 +0000
Message-ID: <20160704124016.Horde.woIhUz_6S6kNm-zOMVjduSj@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: submit@bugs.x2go.org
Subject: failing .deb builds due to flaw in code-to-version conversion
 scripts
User-Agent: Horde Application Framework 5
Accept-Language: de,en
Organization: DAS-NETZWERKTEAM
X-Originating-IP: 134.245.254.45
X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Firefox/45.0
Content-Type: multipart/signed; boundary="=_tT3l1OdcqpUCbTC1VAH6qrJ";
 protocol="application/pgp-signature"; micalg=pgp-sha256
MIME-Version: 1.0

This message is in MIME format and has been PGP signed.

--=_tT3l1OdcqpUCbTC1VAH6qrJ
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: buildscripts
Severity: important

Hi Mihai,

I have played with X2Go Server a little today, trying to get the new=20=20
execution logic for nxagent/x2goagent into X2Go Server 4.1.0.0. While=20=20
doing that, I stumbled over build failures due to a flaw in the=20=20
buildscripts.

This fixes the occurring issues:

```
jenkins@japsand:~/buildscripts$ git diff
diff --git a/bin/debian-codename-to-version.sh=20=20
b/bin/debian-codename-to-version.sh
index 8bd0384..315fcbd 100755
--- a/bin/debian-codename-to-version.sh
+++ b/bin/debian-codename-to-version.sh
@@ -76,7 +76,5 @@ case "${codename}" in
         ("rex") echo "1.2";;
         ("buzz") echo "1.1";;

-       (*) ret=3D"1";;
+       (*) echo "1";;
  esac
-
-return "${ret}"
diff --git a/bin/ubuntu-codename-to-version.sh=20=20
b/bin/ubuntu-codename-to-version.sh
index 943e130..f0c1418 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -66,7 +66,5 @@ case "${codename}" in
         ("hoary") echo "5.04";;
         ("warty") echo "4.10";;

-       (*) ret=3D"1";;
+       (*) echo "1";;
  esac
-
-return "${ret}"
```

light+love
Mike
--=20

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de


--=_tT3l1OdcqpUCbTC1VAH6qrJ
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Signatur
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJXelkwAAoJEJr0azAldxsx1sQQAK1lTPCJrzUeOSRItgTKFIYn
DvKh938Zf/MxXMFDcy07dQitgFbxn0yjT4D57JTI0xA8ZzUZaNjartY8BrDXHdre
u1NlQgWzqJzIPaHWtydsch+Onx8Ci3Lin9Q1gAKDJJRyapFcKZkuvqov4kVu+oSX
1AkMdzbU1WlvxxiXfhpvMD1aIwxZgctM6sLkwYht9aLiIYMdfkzk/WwTAKvGU36u
oL6r87DRf8nJM7/kjQkcJp6jrXO9zanUQMMpa+qs8zhzw6iOpAfh4KPxR+i1Nnhk
Ku+DdfQt42P5MpaxlGH0/Sgy/1053RZ5mQa8Aj9sLMWQhDOF4PqiT61+n0c/gDcC
B3b7Joy50AeXPR3g+LsJulyHoh/ZrXsBbcjQXn2fXU7WZOBlkxCAP4kBCASOX4Ml
sANvft3Jd90yy7QhXQu/7AO85dBcGDydRP7SnI4T/u1TqviOxTnAFHE8F4MYkRBB
2PHiCXYytpjfHMrfoJjEq1DgSzpjSM+Dsfetx/ESJPCZmOrRBbozlhSDryE7JqPU
aS4PxpydaJu7yyUlZ2T/81JHU86kdRYF9vxeWgzzuuA7KystLbAB4Rm48QP+vp+N
LFP/yaTDbfnbm1yBZCvBGmyEsjKhfi/3xkVHq31lTDZdqhB7Alg05x/P1NjppANI
Kj+inzi8DoDiMDr6qRUZ
=+rT1
-----END PGP SIGNATURE-----

--=_tT3l1OdcqpUCbTC1VAH6qrJ--
