From 59a7011dbd0a64cca0073758d8129003ddd158b6 Mon Sep 17 00:00:00 2001 From: Tsic Liu Date: Wed, 6 Nov 2024 10:44:25 +0800 Subject: [PATCH] chore: correct wrong dep dde-shell depneds dde-tray-loader not libdde-shell log: as title --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 28fd1d391..4d518f5e1 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Homepage: http://www.deepin.org Package: libdde-shell Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dde-tray-loader +Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: DDE Shell library DDE Shell is a plugin system that integrates plugins developed based on this plugin system into DDE. @@ -61,6 +61,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libdde-shell( =${binary:Version}), libdtk6declarative, qml6-module-qtquick-controls2-styles-chameleon, qml6-module-qtquick-layouts, qml6-module-qtquick-window, qml6-module-qt-labs-platform, qml6-module-qt-labs-qmlmodels, + dde-tray-loader Multi-Arch: same Description: An wrapper for developed based on dde-shell plugin system