summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-14 08:09:07 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-14 08:09:07 +0100
commit2d772b81642c0f3ee31b7e9f823748186692e0b7 (patch)
tree877f630514e11068987084bad9afb1b7b5dbb041
parent9382b6a72a9eeabc60986b821f6d608d138c7c4f (diff)
Declaratively enable debhelper addons
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d2868c20..a4238268 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Danny Edel <debian@danny-edel.de>,
Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: cython3,
debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
+ dh-sequence-sphinxdoc,
fakeroot,
libacl1-dev,
libb2-dev,
diff --git a/debian/rules b/debian/rules
index 6cf02175..17f65726 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ export PYBUILD_TEST_ARGS=\
# --cov=borg --cov-config=../.coveragerc
%:
- dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_clean:
dh_clean