From 4a48ffe75ec315d1e519bcaeb90baa43b8534000 Mon Sep 17 00:00:00 2001 From: wjyrich Date: Wed, 12 Aug 2026 10:15:29 +0800 Subject: [PATCH] chore: update libdde-shell-dev version requirement in control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 版本符合预期 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6e95bf3f..5d3e99ed 100644 --- 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