diff -Nru python-testtools-2.5.0/debian/changelog python-testtools-2.5.0/debian/changelog --- python-testtools-2.5.0/debian/changelog 2022-12-27 12:53:30.000000000 +0000 +++ python-testtools-2.5.0/debian/changelog 2023-08-21 12:36:28.000000000 +0000 @@ -1,3 +1,9 @@ +python-testtools (2.5.0-5) unstable; urgency=medium + + * Cleans better (Closes: #1047778). + + -- Thomas Goirand Mon, 21 Aug 2023 14:36:28 +0200 + python-testtools (2.5.0-4) unstable; urgency=medium [ Debian Janitor ] diff -Nru python-testtools-2.5.0/debian/rules python-testtools-2.5.0/debian/rules --- python-testtools-2.5.0/debian/rules 2022-12-27 12:53:30.000000000 +0000 +++ python-testtools-2.5.0/debian/rules 2023-08-21 12:36:28.000000000 +0000 @@ -10,7 +10,7 @@ dh $@ --buildsystem=pybuild --with python3,sphinxdoc override_dh_auto_clean: - rm -rf build + rm -rf build .pybuild *.egg-info find . -iname '*.pyc' -delete for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done