Debian Message通常指的是在Debian軟件包中的變更日志(changelog),其格式如下:
package-name (version) release-date Debian release number
A brief summary of the changes and improvements made in this release.
- Brief description of the change.
- Another brief description of the change.
- Detailed description of the change.
Author(s)
Name(s) and email(s) of the person(s) responsible for the change.
例如:
node-pretty-ms (7.0.1-1) unstable; urgency=medium
Fixed a bug in the index.js file.
-- Your Name <your.email@example.com> Mon, 01 Aug 2022 12:00:00 +0000
在上述示例中:
package-name
是軟件包的名稱。(version)
是軟件包的版本號。release-date
是發布日期。Debian release number
是Debian發行版號。-
開頭。這種格式有助于用戶快速了解軟件包的更新內容及其維護者信息。