From 38ddc53c2ce08c3b073eee2918fd9f119f655f9e Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 26 Oct 2021 16:18:10 +0200 Subject: [PATCH] build for stretch and jessie --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 7c57d60..de5c9b0 100644 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,9 @@ export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS={dir}/tests/ override_dh_auto_test: - # the test suite does not 100% pass at present, - # but the output is useful documentation for users - (dh_auto_test; echo $?) > test-results + # the test suite does not 100% pass at present, + # but the output is useful documentation for users + (dh_auto_test; echo $?) > test-results %: dh $@ --with python3 --buildsystem=pybuild