Comment 4 for bug 1926949

Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

Yep, the following diff:

--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: bash-completion,
                debhelper (>=9),
                debianutils,
                dh-python,
- dh-systemd | debhelper (>= 13.3),
+ debhelper (>= 13.3) | dh-systemd,
                gettext,
                git,
                golang,

...should be sufficient to fix this issue for Hirsute and Impish and so on but this will still need --resolve-alternatives for Bionic, Focal, and Groovy (and anything before them).

And also, thank you for taking a look at this! \o/