diff mbox series

debian: control: add build depend dh-dkms

Message ID 20230522071944.48981-1-ivan.hu@canonical.com
State Accepted
Headers show
Series debian: control: add build depend dh-dkms | expand

Commit Message

Ivan Hu May 22, 2023, 7:19 a.m. UTC
BugLink: https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/2015805

This is because the dkms package recently split its debhelper support out
into a dh-dkms package, which fwts does not build-depend on.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/debian/control b/debian/control
index 2f1774e9..a5729a20 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@  Build-Depends: debhelper (>= 9~),
                bison,
                dh-autoreconf,
                dkms,
+               dh-dkms,
                libglib2.0-dev,
                pkg-config,
                libfdt-dev,