[tryton-debian-vcs] simpleeval branch debian updated. debian/0.8.2-2-1-g6e15fee

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Apr 29 16:58:38 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/simpleeval.git;a=commitdiff;h=debian/0.8.2-2-1-g6e15fee

commit 6e15fee655135ba8482e53472c9bffa5bbb5dbe6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Apr 29 18:57:14 2015 +0200

    Disabling failing test for python3.2.
    
    This is needed to be able to build for wheezy.
    https://github.com/danthedeckie/simpleeval/issues/6

diff --git a/debian/rules b/debian/rules
index a0d8f2c..5fc7a86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,11 @@
 
 export PYBUILD_NAME := simpleeval
 
+# disabling failing test for python3.2, when building
+# for wheezy backports
+# https://github.com/danthedeckie/simpleeval/issues/6
+export PYBUILD_DISABLE_python3.2=test
+
 %:
 	dh ${@} --with python2,python3 --buildsystem=pybuild
 
-- 
simpleeval



More information about the tryton-debian-vcs mailing list