build: update debian package configuration for search component#283
Merged
Johnson-zs merged 1 commit intolinuxdeepin:masterfrom Apr 29, 2026
Merged
build: update debian package configuration for search component#283Johnson-zs merged 1 commit intolinuxdeepin:masterfrom
Johnson-zs merged 1 commit intolinuxdeepin:masterfrom
Conversation
Added libdfm-search and libdfm-search-dev directories to .gitignore Updated libdfm-search.install to replace dfm-search-client with dfm-searcher Changed binary installation path from /usr/libexec to /usr/bin Fixed missing newline at end of install file This change aligns the package configuration with the current binary naming and location conventions. The search client binary has been renamed and relocated to the standard /usr/bin directory. The change maintains package installation correctness while updating paths to match current build output Influence: 1. Verify debian package builds without errors 2. Check that dfm-searcher binary is correctly installed to /usr/bin 3. Ensure .gitignore properly excludes generated debian directories 4. Confirm package dependencies are still satisfied build: 更新搜索组件的 debian 打包配置 在 .gitignore 中添加了 libdfm-search 和 libdfm-search-dev 目录 更新 libdfm-search.install,将 dfm-search-client 替换为 dfm-searcher 将二进制文件安装路径从 /usr/libexec 更改为 /usr/bin 修复了安装文件末尾缺少换行符的问题 此变更使打包配置与当前二进制命名和位置约定保持一致 搜索客户端二进制文件已重命名并重新定位到标准的 /usr/bin 目录 该变更在保持打包正确性的同时更新路径以匹配当前构建输出 Influence: 1. 验证 debian 包构建无错误 2. 检查 dfm-searcher 二进制文件是否正确安装到 /usr/bin 3. 确保 .gitignore 正确排除生成的 debian 目录 4. 确认包依赖关系仍然满足
|
Warning
|
deepin pr auto review这段代码变更主要是关于 Debian 打包配置的修改,涉及 1. 变更内容概述
2. 审查意见A. 语法逻辑
B. 代码质量
C. 代码性能
D. 代码安全
3. 总结与改进建议
修正后的 usr/lib/*/libdfm-search*.so*
-usr/bin/dfm-searcher
\ No newline at end of file
+usr/bin/dfm-searcher
+ |
Johnson-zs
approved these changes
Apr 29, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Johnson-zs, liyigang1 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added libdfm-search and libdfm-search-dev directories to .gitignore
Updated libdfm-search.install to replace dfm-search-client with dfm-searcher
Changed binary installation path from /usr/libexec to /usr/bin
Fixed missing newline at end of install file
This change aligns the package configuration with the current binary naming
and location conventions. The search client binary has been renamed and
relocated to the standard /usr/bin directory.
The change maintains package installation correctness while updating paths
to match current build output
Influence:
build: 更新搜索组件的 debian 打包配置
在 .gitignore 中添加了 libdfm-search 和 libdfm-search-dev 目录
更新 libdfm-search.install,将 dfm-search-client 替换为 dfm-searcher
将二进制文件安装路径从 /usr/libexec 更改为 /usr/bin
修复了安装文件末尾缺少换行符的问题
此变更使打包配置与当前二进制命名和位置约定保持一致
搜索客户端二进制文件已重命名并重新定位到标准的 /usr/bin 目录
该变更在保持打包正确性的同时更新路径以匹配当前构建输出
Influence: