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 NameMon, 01 Aug 2022 12:00:00 +0000
在上述示例中:
package-name
是软件包的名称。(version)
是软件包的版本号。release-date
是发布日期。Debian release number
是Debian发行版号。- 第一行是简短的摘要,概述了此版本中的更改和改进。
- 接下来的几行是详细的描述,每行以
-
开头。 - 最后一行是作者的姓名和电子邮件地址。
这种格式有助于用户快速了解软件包的更新内容及其维护者信息。