chore: update libdde-shell-dev version requirement in control - #795
Conversation
1. Adjust Version constraint for libdde-shell-dev from `>= 2.0.53` to `>> 2.0.52` in debian/control build-dependencies 2. Align the dependency specification with the minimum viable version used at build time 3. Remove unnecessary upper-bound version requirement to prevent conflicts with newer available releases Log: No user-facing changes; this is a packaging configuration update only. Influence: 1. Build the package in a clean environment to confirm dependencies resolve correctly 2. Verify that the package links against the intended libdde-shell version at runtime chore: 更新控制文件中 libdde-shell-dev 版本要求 1. 将 debian/control 构建依赖中 libdde-shell-dev 的版本约束从 `>= 2.0.53` 调整为 `>> 2.0.52` 2. 使依赖说明与构建时使用的最低可行版本保持一致 3. 移除不必要的上限版本要求,避免与更新的可用版本产生冲突 Log: 无用户可见变更;仅为打包配置更新。 Influence: 1. 在干净环境中构建软件包,确认依赖解析正确 2. 验证软件包运行时链接到的 libdde-shell 版本符合预期
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Debian packaging dependency constraint for libdde-shell-dev in debian/control to better reflect the minimum required build-time version and avoid unnecessary conflicts with newer releases. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, wjyrich The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends:
libdtk6gui-dev (>= 6.0.19),
libdtk6declarative-dev (>> 6.7.33),
dde-api-dev (>> 6.0.39),
- libdde-shell-dev (>= 2.0.53),
+ libdde-shell-dev (>> 2.0.52),
libappstreamqt-dev (>= 1.0.0)
Standards-Version: 4.6.0
Rules-Requires-Root: no |
|
/forcemerge |
|
This pr force merged! (status: blocked) |
>= 2.0.53to>> 2.0.52in debian/control build-dependenciesLog: No user-facing changes; this is a packaging configuration update only.
Influence:
chore: 更新控制文件中 libdde-shell-dev 版本要求
>= 2.0.53调整为>> 2.0.52Log: 无用户可见变更;仅为打包配置更新。
Influence:
Summary by Sourcery
Relax libdde-shell-dev build dependency version constraints in debian packaging to match the minimum required version and avoid conflicts with newer releases.
Build:
Chores: