Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dcc-network/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,4 @@ target_link_libraries(${DccNetwork_Name} PRIVATE

dcc_install_plugin(NAME ${DccNetwork_Name} TARGET ${DccNetwork_Name})

# security loader permission interfaces config
install(FILES "misc/permission-interfaces/org.deepin.dcc-network.json"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dde-control-center/permission-interfaces)

dcc_handle_plugin_translation(NAME ${DccNetwork_Name} )
11 changes: 0 additions & 11 deletions dcc-network/misc/permission-interfaces/org.deepin.dcc-network.json

This file was deleted.

9 changes: 4 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,25 @@ Depends: ${misc:Depends},
network-manager-openconnect,
network-manager-strongswan | libreswan (>=4.12),
network-manager-sstp,
libdde-network-core (= ${binary:Version}),
dde-daemon (>= 6.1.102)
libdde-network-core (= ${binary:Version})
Description: the plugin of network for dde control center
dcc-network-plugin module

Package: dock-network-plugin
Architecture: any
Depends: ${misc:Depends},${shlibs:Depends},libdde-network-core (= ${binary:Version}),dde-daemon (>= 6.1.102)
Depends: ${misc:Depends},${shlibs:Depends},libdde-network-core (= ${binary:Version})
Description: the plugin of network for dde-dock
dock-plugin module

Package: dss-network-plugin
Architecture: any
Depends: ${misc:Depends},${shlibs:Depends},libdde-network-core (= ${binary:Version}),dde-daemon (>= 6.1.102)
Depends: ${misc:Depends},${shlibs:Depends},libdde-network-core (= ${binary:Version})
Description: the plugin of network for dde-lock
dss-network-plugin module

Package: deepin-service-plugin-network
Architecture: any
Depends: ${misc:Depends},${shlibs:Depends},curl,dde-daemon (>= 6.1.102)
Depends: ${misc:Depends},${shlibs:Depends},curl
Breaks: dde-daemon (<<6.1.58)
Replaces: dde-daemon (<<6.1.58)
Description: the plugin of network service for deepin-service-manager
Expand Down
1 change: 0 additions & 1 deletion debian/dcc-network-plugin.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
usr/lib/*/dde-control-center
usr/share/dde-control-center/translations
usr/share/dde-control-center/permission-interfaces
Loading