summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-09-06 21:40:24 +0100
committerSimon McVittie <smcv@debian.org>2022-09-06 23:47:47 +0100
commite9cf1f9d50b01cf2c2bfbf76461a9e20f62bad03 (patch)
treeadd875e1c40e1871656443f2740f9cb0725d8a91
parentb5a8341c606bb2f2115f27352a82aeae621ff2d0 (diff)
New upstream release
-rw-r--r--debian/changelog6
-rw-r--r--debian/clean2
-rwxr-xr-xdebian/rules3
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 9000dc8..dbdfcc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dbus-python (1.3.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Simon McVittie <smcv@debian.org> Tue, 06 Sep 2022 21:39:47 +0100
+
dbus-python (1.3.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 06de3de..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-.eggs/
-dbus_python.egg-info/
diff --git a/debian/rules b/debian/rules
index 4d0a0c8..a30cc87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,9 +46,6 @@ override_dh_auto_configure-indep:
${NULL}
override_dh_auto_build-arch:
- # Backwards compatibility: we used to generate this, so keep doing
- # so for now. TODO: Switch to using meson-python, when packaged
- PIP_NO_INDEX=1 DBUS_PYTHON_USE_AUTOTOOLS=1 python3 setup.py egg_info
set -e; for x in $(FLAVOURS); do \
PYTHON=/usr/bin/python$$x \
dh_auto_build \