This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 9b4a11e release 0.5.0.2 new 8541c41 debian/control: whitespace only. new 3fb126a debian/control: switch python-support to build dependency, add dh-python alternative. new 623267e debian/changelog: add contributor name. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 8 ++++++++ debian/control | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 8541c413f10f20386d45f0176d539aeccd236a16 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 20:23:34 2016 +0100 debian/control: whitespace only. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 629dc23..5a3f52d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Build-Depends: +Build-Depends: debhelper (>= 7.0.50~), man2html-base | man2html, python (>=2.6.5-0~), @@ -17,7 +17,7 @@ X-Python-Version: >= 2.6 Package: pyhoca-cli Architecture: all -Depends: +Depends: ${misc:Depends}, python, python-x2go (>=0.5.0.0-0~), -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 3fb126a1f637d7616ddf25042fe47b1c7ec319ff Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 20:55:08 2016 +0100 debian/control: switch python-support to build dependency, add dh-python alternative. Needed at least for unstable, which has no python-support package anymore. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bc16ed0..6c476da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,13 @@ pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium * debian/copyright: + Relicense packaging files under same license as the actual code files. + [ Mihai Moldovan ] + * New upstream version (0.5.0.2): + * debian/control: + - Switch python-support to build dependency, add dh-python alternative. + Needed at least for unstable, which has no python-support package + anymore. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 25 Jan 2015 13:33:52 +0100 pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5a3f52d..a053cfb 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: man2html-base | man2html, python (>=2.6.5-0~), python-setuptools, + python-support (>=0.90) | dh-python Standards-Version: 3.9.6 Homepage: http://code.x2go.org/releases/source/pyhoca-cli Vcs-Git: git://code.x2go.org/pyhoca-cli.git @@ -23,7 +24,6 @@ Depends: python-x2go (>=0.5.0.0-0~), python-argparse, python-setproctitle, - python-support (>=0.90) Suggests: mteleplayer-clientside, Description: Command line X2Go client written in Python -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 623267e021fb883b73604ea53144572432bf834e Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 20:56:15 2016 +0100 debian/changelog: add contributor name. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 6c476da..3d16698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium + [ Mike Gabriel ] * New upstream version (0.5.0.2): - Handle SSHException 'Incompatible ssh peer (no acceptable kex algorithm)' gracefully. -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git