Source: bluefish
Version: 2.2.17-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 bluefish changelog:

WARNING: Unexpected line while looking for more change data or trailer: 
bluefish (2.2.13-1) unstable; urgency=medium

Indeed, according to the debian policy, section 4.4, the trailer must be
preceded by exactly one space. Therefore the following patch fixes the
issue:

--- bluefish-2.2.17/debian/changelog
+++ bluefish-2.2.17/debian/changelog
@@ -39,7 +39,7 @@
   [ Jonathan Carter ]
   * Merge back missed commits/changes from previous upload
 
-  -- Jonathan Carter <j...@debian.org>  Mon, 06 Mar 2023 20:01:05 +0200
+ -- Jonathan Carter <j...@debian.org>  Mon, 06 Mar 2023 20:01:05 +0200
 
 bluefish (2.2.13-1) unstable; urgency=medium

Regards
Aurelien

Reply via email to