summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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