This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a6b8f422ae19bf95c133111f2cb93103e1cec48a

commit a6b8f422ae19bf95c133111f2cb93103e1cec48a
Author: Guillem Jover <[email protected]>
AuthorDate: Thu Dec 23 06:21:05 2021 +0100

    Dpkg::Control::Fields: Fix POD to end sentences with a dot
---
 scripts/Dpkg/Control/FieldsCore.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/Dpkg/Control/FieldsCore.pm 
b/scripts/Dpkg/Control/FieldsCore.pm
index f82ba1701..6bea013d6 100644
--- a/scripts/Dpkg/Control/FieldsCore.pm
+++ b/scripts/Dpkg/Control/FieldsCore.pm
@@ -61,10 +61,10 @@ use constant {
     FIELD_SEP_LINE => 4,
 };
 
-# The canonical list of fields
+# The canonical list of fields.
 
-# Note that fields used only in dpkg's available file are not listed
-# Deprecated fields of dpkg's status file are also not listed
+# Note that fields used only in dpkg's available file are not listed.
+# Deprecated fields of dpkg's status file are also not listed.
 our %FIELDS = (
     'acquire-by-hash' => {
         name => 'Acquire-By-Hash',
@@ -1299,7 +1299,7 @@ sub field_get_sep_type($) {
 =item field_register($field, $allowed_types, %opts)
 
 Register a new field as being allowed in control information of specified
-types. %opts is optional
+types. %opts is optional.
 
 =cut
 

-- 
Dpkg.Org's dpkg

Reply via email to