This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from de1d266 setup.py: Fix version string detection. (Copy+paste flaw...). new afcf64f debian/control: Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3 these days. new 849181b update debian/changelog The 2 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 | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 afcf64ff7110650926e310dcc22f395738cbe13c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon May 14 11:51:18 2018 +0200 debian/control: Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3 these days. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 3e54925..8ba8f89 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Depends: ${python3:Depends}, python3, python3-x2go (>=0.5.99.1-0~), - python3-argparse, python3-setproctitle, Suggests: mteleplayer-clientside, -- Alioth's /home/x2go-admin/maintenancescripts/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 849181bfb6704b7dd17a3b0c570f51b769819b5f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon May 14 11:53:01 2018 +0200 update debian/changelog --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 619ded8..eefae43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,16 +5,20 @@ pyhoca-cli (0.5.99.1-0x2go1) UNRELEASED; urgency=medium - Add --force-password command line switch to override SSH key detection code. - Add --try-resume cmd line option and feature. + - setup.py: Fix version string detection. (Copy+paste flaw...). * debian/rules: + Build for Python3, not Python2. + + Switch to pybuild DH build system. + Enforce Python3 build, fix FTBFS. + + Ignore failures during dh_auto_clean. Helps with build envs that don't have + python3-setuptools installed when building source packages. * debian/control: + Fix src:pkg header part. + Switch to python3-* dependencies. + White-space fix. + Bump versioned D (pyhoca-cli): python-x2go (>= 0.5.99.0~). - * debian/rules: - + Switch to pybuild DH build system. + + Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3 + these days. * debian/{control,compat}: Bump to DH version level 9. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 12 May 2018 20:37:21 +0000 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git