[tryton-debian-vcs] tryton-modules-health-history branch debian updated. debian/2.8.1-9-g041341e

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sat Mar 5 00:27:47 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health-history.git;a=commitdiff;h=debian/2.8.1-9-g041341e

commit 041341e45fff502b5d6ebd15033e27c92ce1d667
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Mar 5 01:21:40 2016 +0100

    Disable tests globally for all Python versions.
    
    It is not the case to disable the tests for only a specific Python version, they
    should currently just not run.

diff --git a/debian/rules b/debian/rules
index d271847..cb84bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEV := $(MAJ).$(shell echo $$(($(MIN) + 1)))
 # of the same version, that are not yet available at build time from the archive
 # in case of new releases.
 # For the complete test suites refer to http://tests.tryton.org/
-export PYBUILD_DISABLE_python2.7=test
+export PYBUILD_DISABLE=test
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
commit d97feb18cd50e58ff0c1aa7ba247316f6b038aed
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Mar 5 01:04:03 2016 +0100

    Removing the version constraint from python.
    
    The minimal python version is guaranteed anyway by X-Python >= 2.7.

diff --git a/debian/control b/debian/control
index e31b1ad..6f9944b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python (>= 2.6.6-3~),
+ python,
  python-setuptools,
 Standards-Version: 3.9.7
 Homepage: http://health.gnu.org/
-- 
tryton-modules-health-history



More information about the tryton-debian-vcs mailing list