Skip to content
Snippets Groups Projects
Commit a9cc391d authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

debhelper: Use compat level 13

This is the current recommended mode of operation for debhelper.

More specifically, we're interested in the fact that dh_auto_test
will now invoke 'meson test' instead of 'ninja test', which is
something we need in order to use a longer timeout for tests.
parent 7b7ff736
No related branches found
No related tags found
1 merge request!70Prepare 6.7.0 2
......@@ -8,7 +8,7 @@ Uploaders:
Build-Depends:
augeas-tools,
bash-completion,
debhelper-compat (= 12),
debhelper-compat (= 13),
dh-apparmor [linux-any],
dnsmasq-base,
iptables (>= 1.8.1) [linux-any],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment