Skip to content

chore: Update version to 6.5.25#393

Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master
Apr 17, 2026
Merged

chore: Update version to 6.5.25#393
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev
Copy link
Copy Markdown
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Apr 17, 2026

  • update version to 6.5.25

log: update version to 6.5.25

Summary by Sourcery

Chores:

  • Update recorded package version in debian/changelog to 6.5.25.

- update version to 6.5.25

log: update version to 6.5.25
@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 6.5.25
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 17, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Bumps the Debian package version metadata to 6.5.25 in the changelog to prepare a new release.

File-Level Changes

Change Details Files
Update Debian package version to 6.5.25 for the upcoming release.
  • Modify the latest changelog entry to set the package version to 6.5.25.
  • Adjust associated changelog text to reference version 6.5.25 for logging and release tracking.
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

这段 debian/changelog 的 diff 内容看起来是一个关于 deepin-compressor 软件包的版本更新记录。以下是从语法逻辑、代码质量、代码性能和代码安全四个方面的审查意见:

1. 语法逻辑

  • 版本号格式deepin-compressor (6.5.25) unstable; urgency=medium 符合 Debian changelog 的标准格式,没有问题。
  • 日期格式:日期 Thu, 16 Apr 2026 14:00:10 +0800 符合 RFC 2822 标准。但是,年份是 2026,这看起来像是一个笔误,除非这是一个未来计划发布的版本。通常应该使用当前年份(例如 2024 或 2025)。
  • 维护者信息-- dengzhongyuan <dengzhongyuan@uniontech.com> 格式正确。

2. 代码质量

  • 提交信息混合语言:第一条提交信息 * Revert "deps: migrate from p7zip-full to 7zip package" 由于系统依赖还没有完善,归档管理器的这笔提交先回滚。后续系统依赖处理了再添加进去。 中混合了英文和中文。在开源项目或国际化协作的项目中,changelog 条目通常建议使用纯英文,以确保所有贡献者和用户都能理解。
    • 改进建议:将中文解释翻译成英文,例如:"Revert ... due to incomplete system dependencies. This commit is rolled back for now and will be re-added once system dependencies are handled."
  • 提交信息风格:第二条提交信息 * refactor: remove EventLogUtils references... 使用了常见的 refactor: 前缀,这符合 Conventional Commits 规范,值得保持。

3. 代码性能

  • 不适用debian/changelog 是纯文本文件,用于记录变更历史,不包含可执行代码,因此不涉及代码性能问题。

4. 代码安全

  • 依赖回滚:第一条记录回滚了从 p7zip-full7zip 的迁移。这通常是因为新依赖存在兼容性问题、安全漏洞未修复或者仓库配置未就绪。
    • 安全建议:在回滚的同时,建议确认当前使用的 p7zip-full 版本是否仍然安全,是否包含已知的安全漏洞(CVE)。如果 p7zip-full 已停止维护或不安全,应尽快解决 7zip 的依赖问题,而不是长期停留在旧版本上。
  • 删除日志工具:第二条记录删除了 EventLogUtils 的引用。
    • 安全/审计建议:删除日志记录功能可能会降低系统在发生错误或安全事件时的可追溯性。请确保删除这些引用是有意的(例如为了保护隐私或优化性能),并且系统中仍有其他机制用于记录关键的错误或安全事件。

总结与修改建议

建议对以下两点进行修改:

  1. 修正年份:请核实 2026 年是否为笔误,并修改为正确的年份。
  2. 统一语言:建议将 changelog 中的中文描述翻译为英文,以保持专业性。

修改后的示例:

diff --git a/debian/changelog b/debian/changelog
index 79ed6eaa..d52a1672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+deepin-compressor (6.5.25) unstable; urgency=medium
+
+  * Revert "deps: migrate from p7zip-full to 7zip package". Rolled back due to incomplete system dependencies. Will be re-added once dependencies are resolved.
+  * refactor: remove EventLogUtils references from main application and archive management
+
+ -- dengzhongyuan <dengzhongyuan@uniontech.com>  Thu, 16 Apr 2024 14:00:10 +0800
+
 deepin-compressor (6.5.24) unstable; urgency=medium
 
   * deps: migrate from p7zip-full to 7zip package

@lzwind lzwind merged commit 1f50f2b into linuxdeepin:master Apr 17, 2026
17 checks passed
@deepin-ci-robot
Copy link
Copy Markdown

[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.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot Bot commented Apr 17, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.25
  • Tag SHA: fc5968eb6e716d70b01a3794b68a04f075d2f879
  • Commit SHA: 73eb0bf4577d16e757620d67319270d65748e0d0
  • Tag Message:
    Release deepin-compressor 6.5.25
    
    
  • Tagger:
    • Name: dengzhongyuan365-dev
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants