From 35aece008512c64e4a8362229393b2ba72fbb311 Mon Sep 17 00:00:00 2001 From: Sairamreddy Bojja Date: Sun, 14 Jun 2026 14:45:56 +0530 Subject: [PATCH] debian: replace audioreach-kernel-headers with -dev Switch Build-Depends to audioreach-kernel-dev to match the standard Debian -dev package naming and usage for headers. Signed-off-by: Sairamreddy Bojja --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9e9d552..e3d7ca2 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), libglib2.0-0, libglib2.0-dev, pkg-config, - audioreach-kernel-headers + audioreach-kernel-dev Standards-Version: 4.6.2 Homepage: https://github.com/Audioreach/audioreach-graphservices Vcs-Git: https://github.com/qualcomm-linux/pkg-audioreach-graphservices -b debian/latest