[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.8.2-1-6-g35d9419

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sat Mar 5 00:32:34 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-neso.git;a=commitdiff;h=debian/3.8.2-1-6-g35d9419

commit 35d9419c0f7a48d76427a247f8c5ffc30a48ec78
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 2d1f6e1..fc1b97b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
 
 # Don't run tests for Tryton modules, they try to download dependencies from pypi
-export PYBUILD_DISABLE_python2.7=test
+export PYBUILD_DISABLE=test
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
commit a4ea9cdad199ce100595d715ed67592026d4a8c4
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 1b52b5d..7445146 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://www.tryton.org/
-- 
tryton-neso



More information about the tryton-debian-vcs mailing list