This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/0.0.3.x in repository x2gobroker. commit 03e0650116ccd17ab4b8b199083e5e1cd859ae0f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 23 16:39:47 2017 +0200 debian/rules: Enable unit tests at every package build. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 506fece..70c0b96 100755 --- a/debian/rules +++ b/debian/rules @@ -26,8 +26,11 @@ export PREFIX=/usr include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +DEB_MAKE_CHECK_TARGET = check + DEB_PYTHON_SYSTEM = $(shell test -f /usr/bin/dh_python2 && echo "" || echo "pysupport") 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