debian

Debian消息格式是什么样的

小樊
36
2025-06-08 23:21:57
栏目: 智能运维

Debian消息格式通常指的是在Debian软件包的debian/changelog文件中定义的格式,它是Debian软件包管理中用于记录软件包变更历史的重要文件。以下是Debian消息格式的主要要求:

基本结构:

可选部分:

维护者信息:

示例:

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 <wireshark@example.com> Wed, 27 Jan 2020 00:00:00 0000

在这个例子中:

0
看了该问题的人还看了