chore: Update deepin-manual resources#145
Conversation
- Update deepin-manual resources log: Update deepin-manual resources
There was a problem hiding this comment.
Hey @dengzhongyuan365-dev - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Reviewer's GuideThis PR enforces PIE build flags across both application and service builds, cleans up the Chinese manual by removing an obsolete icon reference, refreshes key SVG assets, and updates the Debian changelog entry. Class diagram for CMake build configuration changesclassDiagram
class ApplicationCMakeLists {
+CMAKE_CXX_FLAGS : string
+CMAKE_C_FLAGS : string
+CMAKE_EXE_LINKER_FLAGS : string
+APP_DESKTOP : string
+APP_QRC : string
+APP_ICONPATH : string
+configure_file()
}
class ServiceCMakeLists {
+CMAKE_CXX_FLAGS : string
+CMAKE_C_FLAGS : string
+CMAKE_EXE_LINKER_FLAGS : string
+APP_USBREMOVE_FILES : string
+APP_DEEPIN_DISKMANAGER_SERVICE_BIN : string
+APP_POLICY_DIR : string
+APP_POLICY_FILES : string
+find_package()
}
ApplicationCMakeLists <|-- ServiceCMakeLists : "similar build flag changes"
note for ApplicationCMakeLists "Added: -fPIE to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS, -pie to CMAKE_EXE_LINKER_FLAGS"
note for ServiceCMakeLists "Added: -fPIE to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS, -pie to CMAKE_EXE_LINKER_FLAGS"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.0.4 |
deepin pr auto review代码审查意见:
总体,这些更改都是为了提高程序的安全性和稳定性,以及确保文档的准确性和完整性。建议在合并这些更改之前,进行充分的测试和验证。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind 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 |
chore: Update deepin-manual resources
log: Update deepin-manual resources
Summary by Sourcery
Enable position-independent execution for binaries and refresh deepin-manual resources.
Enhancements:
Documentation:
Chores: