diff -Nru python-roman-3.3/debian/changelog python-roman-3.3/debian/changelog --- python-roman-3.3/debian/changelog 2022-10-28 18:58:44.000000000 +0000 +++ python-roman-3.3/debian/changelog 2022-12-04 16:39:12.000000000 +0000 @@ -1,3 +1,10 @@ +python-roman (3.3-3) unstable; urgency=medium + + * Team upload. + * Run tests with pytest instead of setup.py test. + + -- Athos Ribeiro Sun, 04 Dec 2022 11:39:12 -0500 + python-roman (3.3-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru python-roman-3.3/debian/control python-roman-3.3/debian/control --- python-roman-3.3/debian/control 2022-10-28 18:58:44.000000000 +0000 +++ python-roman-3.3/debian/control 2022-12-04 16:39:02.000000000 +0000 @@ -4,7 +4,10 @@ Maintainer: Debian Python Team Uploaders: Andrea Colangelo Build-Depends: debhelper-compat (= 13), dh-python | dh-sequence-python3 -Build-Depends-Indep: dh-python, python3-all, python3-setuptools +Build-Depends-Indep: dh-python, + python3-all, + python3-pytest , + python3-setuptools Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/python-team/packages/python-roman.git diff -Nru python-roman-3.3/debian/pybuild.testfiles python-roman-3.3/debian/pybuild.testfiles --- python-roman-3.3/debian/pybuild.testfiles 1970-01-01 00:00:00.000000000 +0000 +++ python-roman-3.3/debian/pybuild.testfiles 2022-12-04 16:34:49.000000000 +0000 @@ -0,0 +1 @@ +src/tests.py diff -Nru python-roman-3.3/debian/rules python-roman-3.3/debian/rules --- python-roman-3.3/debian/rules 2022-10-28 18:58:44.000000000 +0000 +++ python-roman-3.3/debian/rules 2022-12-04 16:34:49.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=roman +export PYBUILD_TEST_ARGS=tests.py %: dh $@ --with python3 --buildsystem pybuild