summaryrefslogtreecommitdiff
diff options
authorThomas Goirand <zigo@debian.org>2024-12-19 10:31:23 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2024-12-19 16:47:04 +0000
commit896e0b99d228c5a1605df9f1726c3736f9a7b0d2 (patch)
tree51341075b320fa1a3868040b88e7c78f8ff88e59
parent57c8199a04897d7489d5672d621320bc64a03092 (diff)
parente2869cb1a13c5285fd1759d2fbfb7c6247031727 (diff)
Imported using git-ubuntu import.
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cf5776a..8a6935f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-json-pointer (2.4-3) unstable; urgency=medium
+
+ * Switch to pybuild (Closes: #1090517).
+
+ -- Thomas Goirand <zigo@debian.org> Thu, 19 Dec 2024 10:31:23 +0100
+
python-json-pointer (2.4-2) unstable; urgency=medium
* Uploading to unstable.
diff --git a/debian/rules b/debian/rules
index 4e33369..0ccac89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/stefankoegl/python-json-pointer.git
include /usr/share/openstack-pkg-tools/pkgos.make
%:
- dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+ dh $@ --buildsystem=pybuild --with python3,sphinxdoc
override_dh_auto_clean:
rm -rf build *.egg-info
@@ -30,5 +30,5 @@ override_dh_python3:
override_dh_sphinxdoc:
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
python3 -m sphinx -b html doc $(CURDIR)/debian/python-json-pointer-doc/usr/share/doc/python-json-pointer-doc/html
- dh_sphinxdoc -O--buildsystem=python_distutils
+ dh_sphinxdoc
endif