This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit b2015af9b9872c1fa225025021013a458dba8f3b Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 1 06:39:36 2020 +0100 python-x2go.spec: reflow comments (only). --- debian/changelog | 1 + python-x2go.spec | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a42bef..9db445a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ python-x2go (0.6.1.3-0x2go1) UNRELEASED; urgency=medium sphinx-apidoc (and hoping very hard that this is actually the Python-2-version). + Fix condition in doc build. + + Reflow comments (only). -- X2Go Release Manager <git-admin@x2go.org> Thu, 26 Dec 2019 10:37:02 +0100 diff --git a/python-x2go.spec b/python-x2go.spec index 7316b44..920a642 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -270,12 +270,13 @@ python3 setup.py build # Build the docs %if 0%{?with_python3} -# If we build for Python 3, let's assume that the binary always includes the python 3 version. +# If we build for Python 3, let's assume that the binary always includes the +# Python-3-version. make -f Makefile.docupload docbuild SPHINX_APIDOC='sphinx-apidoc-%{python3_version}' %else # Python-2-builds are a bit tricky. -# Sometimes the Python-2-binary doesn't have any postfix, sometimes the unpostfixed one is -# the Python-3-version. +# Sometimes the Python-2-binary doesn't have any postfix, sometimes the +# unpostfixed one is the Python-3-version. # We'll try to guess and select the most appropriate, if possible. sphinx_apidoc_bin='sphinx-apidoc' sphinx_apidoc_bin_guessed='0' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git