From fbd8966d1dafd1d752bd529d1923f7c5a62649b2 Mon Sep 17 00:00:00 2001 From: WangYuli Date: Fri, 20 Sep 2024 13:36:36 +0800 Subject: [PATCH] fix: debian/control: Add build-depends 'dh-dkms' and drop 'dkms' According to Debian packaging guidelines, 'dh-dkms' should be instead of 'dkms' to the build dependencies. Reviewed-by: Mikhail Morfikov Reviewed-by: Patrick Schleizer Signed-off-by: LiChengGang Signed-off-by: WangYuli --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d18f1011..67a1c87d 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Vcs-Git: https://github.com/lkrg-org/lkrg.git Standards-Version: 4.5.1.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), - dkms + dh-dkms Package: lkrg Architecture: all