Skip to content

chore: update changelog to 1.0.28#85

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:master
Jun 5, 2026
Merged

chore: update changelog to 1.0.28#85
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
mhduiy:master

Conversation

@mhduiy
Copy link
Copy Markdown
Contributor

@mhduiy mhduiy commented Jun 5, 2026

更新说明

自动更新 changelog 到版本 1.0.28

变更内容

  • 更新 debian/changelog

版本信息

  • 新版本: 1.0.28
  • 目标分支: master

Summary by Sourcery

Documentation:

  • Document release 1.0.28 in debian/changelog.

update changelog to 1.0.28

Log: update changelog to 1.0.28
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

TAG Bot

TAG: 1.0.28
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Jun 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Debian changelog metadata to reflect the new release version 1.0.28 on the master branch.

File-Level Changes

Change Details Files
Bump Debian package changelog to release version 1.0.28.
  • Update the top entry in the Debian changelog to version 1.0.28.
  • Adjust associated metadata such as release description and/or timestamp to describe the 1.0.28 release.
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

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Ivy233, mhduiy

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

@mhduiy
Copy link
Copy Markdown
Contributor Author

mhduiy commented Jun 5, 2026

/forcemerge

@deepin-bot
Copy link
Copy Markdown

deepin-bot Bot commented Jun 5, 2026

This pr force merged! (status: blocked)

@deepin-bot deepin-bot Bot merged commit 5176a28 into linuxdeepin:master Jun 5, 2026
8 of 10 checks passed
@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

你好!我是CodeGeeX。我已经仔细审查了你提供的 Git Diff 内容。

本次修改主要针对 Debian 打包的变更日志(debian/changelog),添加了一个新的版本条目,声明了对旧版本 dde-daemon 的破坏性替换。

以下是我的详细审查意见:

1. 语法逻辑

  • 条目格式:Debian Changelog 的格式要求非常严格。当前条目的格式(版本号、urgency、描述、签名、时间戳)基本符合 Debian 规范,语法上没有明显的错误。
  • 时间戳格式:时间戳 Fri, 05 Jun 2026 11:16:51 +0800 遵循了 RFC 2822 格式,格式正确。

2. 代码质量

  • 描述清晰度:描述信息 chore: break and replace dde-daemon old version 采用了常见的 Conventional Commits 风格,但作为 Debian 打包的变更说明,略显简略。对于破坏性变更,建议在长描述中补充为什么要破坏并替换,以及影响了哪些具体的版本,这样有助于后续的维护和问题排查。

3. 代码性能

  • 不适用debian/changelog 是纯文本的元数据文件,不涉及运行时逻辑,因此没有性能优化的空间。

4. 代码安全

  • 时间穿越问题(逻辑安全/合规风险):时间戳显示为 2026年6月5日,这是一个未来的时间。在 Debian 打包和仓库管理中,时间戳必须使用 UTC 或本地真实构建时间。如果包的时间戳是未来的,会导致包管理器(如 apt/dpkg)在依赖解析和版本比较时出现不可预期的行为,甚至拒绝安装。这通常是因为手动编辑或系统时间错误导致的,这是一个严重风险,必须修复
  • 破坏性替换的安全性:描述中提到 break and replace dde-daemon,这意味着该软件包在 debian/control 中可能配置了 BreaksReplaces 字段。请务必在 debian/control 中确认 Breaks: dde-daemon (< 某个版本)Replaces: dde-daemon (< 某个版本) 的版本约束是精确的。如果约束过宽,可能会意外替换或破坏用户系统中 dde-daemon 的重要配置文件,导致系统组件失效。

💡 改进建议

  1. 修正时间戳:请使用当前真实的构建时间。你可以通过在终端运行 date -R 命令获取正确的时间戳并替换。
  2. 丰富描述信息:建议增加详细的变更说明,解释破坏性替换的原因。

修改后的示例:

 dde-services (1.0.28) unstable; urgency=medium

-  * chore: break and replace dde-daemon old version
+  * chore: break and replace dde-daemon (<< 1.0.27) to migrate services
+    The shortcut and power modules are fully migrated from dde-daemon
+    to dde-services, making old dde-daemon configurations obsolete.

- -- zhangkun <zhangkun2@uniontech.com>  Fri, 05 Jun 2026 11:16:51 +0800
+ -- zhangkun <zhangkun2@uniontech.com>  Wed, 25 Oct 2023 10:00:00 +0800  // 请替换为真实的当前时间

 dde-services (1.0.27) unstable; urgency=medium
 
   * refactor(shortcut): use backslash line continuation in INI SubPaths

附带检查提醒
请同步检查 debian/control 文件,确保有类似如下的安全约束,防止误伤:

Breaks: dde-daemon (<< 1.0.27)
Replaces: dde-daemon (<< 1.0.27)

@deepin-bot
Copy link
Copy Markdown

deepin-bot Bot commented Jun 5, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 1.0.28
  • Tag SHA: 1b512c566a458d9a1b163356d64ee81da4226468
  • Commit SHA: 5176a2871c240cd9849b0c66b68553b7ad4628dc
  • Tag Message:
    Release dde-services 1.0.28
    
    
  • Tagger:
    • Name: mhduiy
  • 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