fix: update shared library version dependency #161
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed the shared library version dependency from major.minor
to major.minor.patch format in the Debian packaging rules. The
dh_makeshlibs command now includes the patch version component in the
version specification for libdtk6core library dependencies.
This update ensures that the package correctly specifies the minimum
required version including patch level, which provides more precise
dependency resolution and prevents potential compatibility issues when
only patch versions differ between library installations.
Influence:
fix: 更新共享库版本依赖
在 Debian 打包规则中将共享库版本依赖从主版本.次版本格式更改为主版本.次版
本.修订版本格式。dh_makeshlibs 命令现在在 libdtk6core 库依赖的版本规范中
包含修订版本组件。
此更新确保包正确指定包含修订版本的最低要求版本,提供更精确的依赖解析,并
在库安装之间仅修订版本不同时防止潜在的兼容性问题。
Influence: