#939287 Add urgency level separators

Package:
apt-listchanges
Source:
apt-listchanges
Submitter:
積丹尼 Dan Jacobson
Date:
2021-07-01 17:27:02 UTC
Severity:
wishlist
#939287#5
Date:
2019-09-02 19:37:58 UTC
From:
To:
Man page says 'The groups are sorted by the urgency of the most urgent
change, and than by the package name.'

Alas, that looks like

A
B
C
A
B
A
B

to the user. So perhaps add
------urgency=high:
 A
 B
 C
------urgency=medium:
 A
 B
------urgency=low:
 A
 B

separators, so it would all make sense.

#939287#10
Date:
2019-09-02 19:45:14 UTC
From:
To:
Perhaps use very bulky
::::::::::: urgency=medium :::::::::::::
separators, so there would be no need to indent the content.

#939287#15
Date:
2021-07-01 17:26:16 UTC
From:
To:
I like the change you proposed.  I don't think that would be too hard to
do given that the changes are already sorted in order.  This would
definitely improve readability IMO.