This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit c2adbda991252d1e1f91fa1586b55e12fb5ad394 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed May 3 15:45:47 2017 +0200 debian/rules: Fix empty python-x2gobroker bin:packages on Debian 9 and above. --- bin/x2gobroker-ssh | Bin 10328 -> 10560 bytes debian/changelog | 2 ++ debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/x2gobroker-ssh b/bin/x2gobroker-ssh index ad1a492..d81e83b 100755 Binary files a/bin/x2gobroker-ssh and b/bin/x2gobroker-ssh differ diff --git a/debian/changelog b/debian/changelog index 3c7c9ca..dd4e2d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium * src/*.c: Fix implicit declaration of execv(). * debian/{control,compat}: + Bump to DH version level 9. + * debian/rules: + + Fix empty python-x2gobroker bin:packages on Debian 9 and above. -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 diff --git a/debian/rules b/debian/rules index 5c338d1..506fece 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk DEB_PYTHON_SYSTEM = $(shell test -f /usr/bin/dh_python2 && echo "" || echo "pysupport") -DEB_PYTHON_INSTALL_ARGS_python-x2gobroker ?= --root=$(DEB_DESTDIR) --prefix=$(DEB_PYTHON_PREFIX_ARG) --no-compile -O0 --install-layout=deb +DEB_PYTHON_INSTALL_ARGS_python-x2gobroker ?= --no-compile -O0 --install-layout=deb include /usr/share/cdbs/1/class/python-distutils.mk # needed when building with pysupport (e.g. on Ubuntu lucid) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git