summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2023-11-29 15:35:27 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2023-11-29 15:35:27 +0100
commitbe67cffcad351ef181080094663df83ec037c0aa (patch)
tree5a32bbca8dbe1a0d177a02ea432dee41d4b8585e
parent5d5006f5098f73aaeaae8453455218d12b9443be (diff)
Use dh-sequence-python3
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8debb50..fea0671 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-gpg,
diff --git a/debian/rules b/debian/rules
index d8b4d7b..93ffafd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with=python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md