From 8a36b6ea52a3feae3a792c22a8ea174f6def6ec5 Mon Sep 17 00:00:00 2001 From: Chongbiao Chen Date: Mon, 22 Jun 2026 12:09:56 +0800 Subject: [PATCH] feat: add Provides to debian/control to block ubuntu ppa qcom-fastrpc Signed-off-by: Chongbiao Chen --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 19e747a..3021511 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Package: fastrpc Architecture: any Section: admin Priority: optional -Provides: qcom-fastrpc1 +Provides: qcom-fastrpc1 ( = 1:0.0.1-1) Depends: libadsp-default-listener1, libadsprpc1, libcdsp-default-listener1, @@ -103,7 +103,7 @@ Package: fastrpc-dev Architecture: any Section: admin Priority: optional -Provides: qcom-fastrpc-dev +Provides: qcom-fastrpc-dev ( = 1:0.0.1-1) Depends: ${misc:Depends}, ${shlibs:Depends}, Description: Facilitates efficient remote procedure calls - development files