-
Notifications
You must be signed in to change notification settings - Fork 16
chore(debian): update version to 0.2.0 #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
TAG Bot TAG: 0.2.0 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Debian packaging to version 0.1.12 and records the "Support VT switching" change in the changelog. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log: Support VT switching
deepin pr auto review根据提供的git diff,我来分析一下这些变更并提出改进建议: 1. 版本号变更分析
2. 依赖项变更分析find_package(TreelandProtocols 0.5.0 REQUIRED)
3. CMake配置改进分析
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/data/DDMConfigVersion.cmake"
VERSION ${DDM_VERSION_STRING}
COMPATIBILITY SameMajorVersion
)
4. 安装路径改进INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/DDM
5. 版本信息暴露在DDMConfig.cmake.in中添加了版本信息: set(DDM_VERSION_MAJOR @DDM_VERSION_MAJOR@)
set(DDM_VERSION_MINOR @DDM_VERSION_MINOR@)
set(DDM_VERSION_PATCH @DDM_VERSION_PATCH@)
set(DDM_VERSION @DDM_VERSION_STRING@)
6. 总体建议
这些变更整体上是积极的,特别是版本信息暴露和依赖版本约束的添加。建议在后续开发中继续保持这些良好的实践。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wineee, zccrs 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 |
log: Support VT switching
Summary by Sourcery
Update Debian package version to 0.1.12 and document support for virtual terminal switching.
New Features:
Chores: