diff -Nru python-rcssmin-1.1.0/debian/changelog python-rcssmin-1.1.0/debian/changelog --- python-rcssmin-1.1.0/debian/changelog 2023-03-01 00:40:30.000000000 +0000 +++ python-rcssmin-1.1.0/debian/changelog 2023-08-15 08:53:45.000000000 +0000 @@ -1,14 +1,8 @@ -python-rcssmin (1:1.1.0-1build2) lunar; urgency=medium +python-rcssmin (1:1.1.0-2) unstable; urgency=medium - * Rebuild to drop Python 3.10 extension + * Cleans better (Closes: #1045282). - -- Jeremy Bicha Tue, 28 Feb 2023 19:40:30 -0500 - -python-rcssmin (1:1.1.0-1build1) lunar; urgency=medium - - * No-change rebuild with Python 3.11 as supported - - -- Graham Inggs Wed, 02 Nov 2022 11:09:48 +0000 + -- Thomas Goirand Tue, 15 Aug 2023 10:53:45 +0200 python-rcssmin (1:1.1.0-1) unstable; urgency=medium diff -Nru python-rcssmin-1.1.0/debian/rules python-rcssmin-1.1.0/debian/rules --- python-rcssmin-1.1.0/debian/rules 2022-06-28 12:57:50.000000000 +0000 +++ python-rcssmin-1.1.0/debian/rules 2023-08-15 08:53:45.000000000 +0000 @@ -10,6 +10,7 @@ rm -rf build .stestr find . -iname '*.pyc' -delete for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done + rm -rf .pytest_cache override_dh_auto_build: echo "Do nothing..."