[tryton-debian-vcs] relatorio branch debian-dto-jessie created. debian/0.7.1-1-1-g779cb2b
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 8 08:59:23 UTC 2017
The following commit has been merged in the debian-dto-jessie branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/relatorio.git;a=commitdiff;h=debian/0.7.1-1-1-g779cb2b
commit 779cb2b356181d613059af613e27ec2d80ad2323
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Nov 8 09:59:00 2017 +0100
Disable the tests on jessie.
diff --git a/debian/rules b/debian/rules
index c7a4d99..914ba06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
PACKAGE_NAME := $(shell python setup.py --name)
export PYBUILD_NAME=$(PACKAGE_NAME)
+# Disable the tests for jessie, distutils on jessie still ask for python-magic
+# from pypi
+export PYBUILD_DISABLE=test
+
PYTHON2_VERSION = $(shell pyversions -d)
PYTHON3_VERSION = $(shell py3versions -d)
--
relatorio
More information about the tryton-debian-vcs
mailing list