summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2026-02-10 12:58:54 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2026-02-10 16:42:01 +0000
commit7ccbb3fe79e183b931de699d460e23e405eb1603 (patch)
tree9ee24d5bb222c1013bb1f8f5c19d67e1f090ae10
parente2869cb1a13c5285fd1759d2fbfb7c6247031727 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Cleans better (Closes: #1046832).
-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 8a6935f..64ec50f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-json-pointer (2.4-4) unstable; urgency=medium
+
+ * Cleans better (Closes: #1046832).
+
+ -- Thomas Goirand <zigo@debian.org> Tue, 10 Feb 2026 12:58:54 +0100
+
python-json-pointer (2.4-3) unstable; urgency=medium
* Switch to pybuild (Closes: #1090517).
diff --git a/debian/rules b/debian/rules
index 0ccac89..9b74a60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
dh $@ --buildsystem=pybuild --with python3,sphinxdoc
override_dh_auto_clean:
- rm -rf build *.egg-info
+ rm -rf build *.egg-info .pybuild
find . -iname '*.pyc' -delete
for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done