summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 535a8a9..41222ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-requests-mock (1.12.1-5) unstable; urgency=medium
+
+ * Cleans better (Closes: #1046396).
+
+ -- Thomas Goirand <zigo@debian.org> Mon, 09 Feb 2026 16:57:03 +0100
+
python-requests-mock (1.12.1-4) unstable; urgency=medium
* Add fix-assertEquals-is-removed.patch (Closes: #1124203).
diff --git a/debian/rules b/debian/rules
index 44c7ca6..dce249d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_NAME=requests-mock
dh $@ --buildsystem=pybuild --with python3,sphinxdoc
override_dh_auto_clean:
- rm -rf build .stestr *.egg-info .pytest_cache
+ rm -rf build .stestr *.egg-info .pytest_cache .pybuild
find . -iname '*.pyc' -delete
for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done