diff -Nru click-3.3/debian/changelog click-3.3/debian/changelog --- click-3.3/debian/changelog 2014-11-28 22:04:05.000000000 +0000 +++ click-3.3/debian/changelog 2014-11-28 22:11:18.000000000 +0000 @@ -1,3 +1,9 @@ +click (3.3-1.1~trusty2) trusty; urgency=medium + + * Disabled python3 tests (issues with C locale) + + -- Johan Van de Wauw Fri, 28 Nov 2014 23:10:42 +0100 + click (3.3-1.1~trusty) trusty; urgency=medium * Trusty build diff -Nru click-3.3/debian/rules click-3.3/debian/rules --- click-3.3/debian/rules 2014-10-12 15:41:52.000000000 +0000 +++ click-3.3/debian/rules 2014-11-28 22:08:48.000000000 +0000 @@ -3,6 +3,7 @@ export PYBUILD_NAME=click export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS={dir}/tests/ +export PYBUILD_DISABLE_python3=test %: dh $@ --with python2,python3 --buildsystem=pybuild