From e32cb87c80085ba36de1bc43ab86c18660796dfb Mon Sep 17 00:00:00 2001 From: xibowen Date: Mon, 19 Feb 2024 17:20:56 +0800 Subject: [PATCH] Add depends in -dev.deb --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7720f975..9d4d0afb 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,7 @@ Description: Gui Applet plugin for display and edit network simply Package: kylin-nm-plugin-dev Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: kylin-nm-plugin, ${misc:Depends}, ${shlibs:Depends} Description: Gui Applet plugin for display and edit network simply It has beautiful UI and very comfortable to use. It's better work together with UKUI.This is kylin-nm-plugin @@ -71,7 +71,7 @@ Description: Gui Applet tool for display and edit network simply Package: libkylin-nm-base-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: libkylin-nm-base, ${misc:Depends}, ${shlibs:Depends} Description: Gui Applet tool for display and edit network simply Kylin NM is a Applet tool for managing network settings simply. It has beautiful UI and very comfortable to use.