Skip to content

Commit 5311ef0

Browse files
mhduiydeepin-bot[bot]
authored andcommitted
fix(debian): add Breaks and Replaces for libdde-shell-dev
1. Add versioned Breaks for libdde-shell-dev (<< 2.0.38) 2. Add Replaces directive for libdde-shell-dev (<< 2.0.38) 3. Prevent file conflicts during package upgrade Log: 修复 dde-shell 与 libdde-shell-dev 的包冲突问题 fix(debian): 添加 libdde-shell-dev 的 Breaks 和 Replaces 1. 为 libdde-shell-dev 添加版本化的 Breaks (<< 2.0.38) 2. 添加 Replaces 指令以正确处理包升级 3. 防止包升级过程中的文件冲突 Log: fix package conflict between dde-shell and libdde-shell-dev PMS: BUG-366859
1 parent 1554252 commit 5311ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Depends:
8787
${shlibs:Depends},
8888
Breaks:
8989
dde-clipboard (<< 1:6.0.14),
90+
libdde-shell-dev (<< 2.0.38)
91+
Replaces: libdde-shell-dev (<< 2.0.38)
9092
Description: An wrapper for developed based on dde-shell plugin system
9193

9294
Package: dde-shell-example
@@ -109,8 +111,6 @@ Depends:
109111
qt6-declarative-dev,
110112
qt6-tools-dev,
111113
${misc:Depends},
112-
Breaks:
113-
dde-shell (<< 2.0.39),
114114
Description: DDE Shell devel library
115115
DDE Shell is a plugin system that integrates plugins developed based on this plugin system into DDE.
116116

0 commit comments

Comments
 (0)