aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorNicolas Boulenguez <nicolas@debian.org>2022-05-17 15:13:06 +0200
committerGuido Günther <agx@sigxcpu.org>2022-05-25 18:31:52 +0200
commit8742d3f9015f9aa280c78081028e9028f683ea38 (patch)
tree654ef76fb741de936d2ce09c60dd5d93d9bddd7d /debian/control
parent6d1c3254434f1068c9b6fedaea1afb5d512d9656 (diff)
rules: simplify thanks to debhelper compat 13
When dh-sequence-foo is listed in build-depends, debhelper automatically inserts dh_foo in the commands. override_dh_auto_test is not invoked anymore if DEB_BUILD_OPTIONS contains nocheck. execute_after_dh_* is available and more readable than override_dh_*. Move chmod to execute_after_dh_fixperms for clarity. Examples are not compressed anymore.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ab89dc58..0997139e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends:
bash-completion (>= 1:2.1-4.2~),
debhelper-compat (= 13),
dh-python,
+ dh-sequence-bash-completion,
dh-sequence-python3,
docbook2x,
flake8,