# HG changeset patch # User Paul Boddie # Date 1646694964 -3600 # Node ID c2bba2c8656dbf8f5fc233d74230678ee5c6348b # Parent 7fb29f9b553d070d79b547d4394070492af3c2e9 Removed debian/compat, attempted to introduce test files. diff -r 7fb29f9b553d -r c2bba2c8656d debian/compat --- a/debian/compat Mon Feb 28 19:29:28 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -10 diff -r 7fb29f9b553d -r c2bba2c8656d debian/control --- a/debian/control Mon Feb 28 19:29:28 2022 +0100 +++ b/debian/control Tue Mar 08 00:16:04 2022 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Paul Boddie Build-Depends: - debhelper (>= 10), + debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, @@ -13,6 +13,7 @@ Standards-Version: 3.9.8 X-Python3-Version: >= 3.7 Homepage: https://github.com/discorporate/flatland/ +Testsuite: autopkgtest-pkg-python Package: python3-flatland Architecture: all diff -r 7fb29f9b553d -r c2bba2c8656d debian/rules --- a/debian/rules Mon Feb 28 19:29:28 2022 +0100 +++ b/debian/rules Tue Mar 08 00:16:04 2022 +0100 @@ -4,3 +4,6 @@ %: dh $@ --with python3 --buildsystem pybuild + +override_dh_auto_test: + dh_auto_test -- --test-nose