summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-12 09:30:06 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-12 09:30:06 +0200
commitd0eb2e8b82315b5ac6351e97bc4e95e4025d6968 (patch)
treea4d92a949cea31c042cde785882251e9e155d33b
parent4fa7272ca46eab1521763ae3eb4517ebb986c359 (diff)
Build-depend on dh-sequence-python3 instead of --with 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 56de3ad..ff185a7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Johan Fleury <jfleury@arcaik.net>,
Sebastien Badia <sbadia@debian.org>,
Dominik George <natureshadow@debian.org>
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pandoc,
python3-all,
python3-colorama,
diff --git a/debian/rules b/debian/rules
index 0baafb6..d68d172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
export PYBUILD_TEST_ARGS := --ignore=tests/end-to-end --ignore=tests/integration
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_installman:
for man in borgmatic generate-borgmatic-config upgrade-borgmatic-config validate-borgmatic-config ; do \