Source: boinctui
Version: 2.7.1-1
Severity: normal
Tags: patch
Justification: Policy 4.4

Dear maintainer,

The parser included in the python-debian package emits a warning when
trying to parse the boinctui changelog:

WARNING: Badly formatted trailer line:  -- Sergey Suslov 
<[email protected]> Thu, 14 Dec 2023 20:55:31 +0300

Indeed, according to the debian policy, section 4.4, the maintainer
details and the date must be separated by exactly two spaces. Therefore
the following patch fixes the issue:

--- boinctui-2.7.1/debian/changelog
+++ boinctui-2.7.1/debian/changelog
@@ -4,7 +4,7 @@
 
   * fix invisible dark gray text
 
- -- Sergey Suslov <[email protected]> Thu, 14 Dec 2023 20:55:31 +0300
+ -- Sergey Suslov <[email protected]>  Thu, 14 Dec 2023 20:55:31 +0300
 
 boinctui (2.7.0-2) UNRELEASED; urgency=medium
 
Regards
Aurelien

Reply via email to