Just don't run the tests on python2.6.
po-debconf (>= 0.5.0),
dpkg-dev (>= 1.10),
python-all-dev (>= 2.6.6-6~),
-X-Python-Version: >= 2.7
+X-Python-Version: >= 2.6
Standards-Version: 3.9.3
Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb
Vcs-Git: git://anonscm.debian.org/collab-maint/lsb.git
override_dh_auto_test: $(PY2VERSIONS:%=test-python%) $(PY3VERSIONS:%=test-python%)
+test-python2.6:
+ # Tests are not backported to python2.6, sorry.
+
test-python%:
PYTHONPATH=. python$* test/test_lsb_release.py -vv
PYTHONPATH=. python$* test/test_initdutils.py -vv