fix: update library dependency version format #165
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 library dependency version format from major.minor to
major.minor.patch in dh_makeshlibs command. This ensures that the
package dependency includes the full version number (including patch
version) rather than just major and minor components. The modification
updates the cut command from extracting fields 1,2 to fields 1,2,3 to
include all three version components.
This change is necessary to maintain proper dependency resolution and
version compatibility, as the patch version can contain important bug
fixes and security updates that should be considered when determining
package dependencies.
Influence:
installation
specification
fix: 更新库依赖版本格式
将 dh_makeshlibs 命令中的库依赖版本格式从主版本.次版本更改为主版本.次版
本.修订版本。这确保包依赖包含完整的版本号(包括修订版本),而不仅仅是主
版本和次版本。修改将 cut 命令从提取字段 1,2 更新为字段 1,2,3 以包含所有
三个版本组件。
此变更是必要的,以维护正确的依赖解析和版本兼容性,因为修订版本可能包含重
要的错误修复和安全更新,在确定包依赖时应予以考虑。
Influence: