Debian Message的格式主要规范在changelog文件中,具有以下特点:
示例格式如下:
gst-plugins-base (1.14.4-2) unstable; urgency high
* debian/patches/0001-gstrtspconnection-Security-loophole-making-heap-over.patch: Add upstream patch for CVE-2019-9928 (Closes: #927978).
-- Wireshark Self-made package wireshark@example.com Wed, 27 Jan 2010 00:00:00 0000
在这个示例中,可以看到changelog文件包含了软件包的名称、版本号、发行版、紧急程度、更改的详细描述、维护者的信息以及日期。